Home
last modified time | relevance | path

Searched refs:vregs (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_qca.c145 struct qca_vreg *vregs; member
1231 .vregs = (struct qca_vreg []) {
1252 static int qca_enable_regulator(struct qca_vreg vregs, in qca_enable_regulator() argument
1257 ret = regulator_set_voltage(regulator, vregs.min_uV, in qca_enable_regulator()
1258 vregs.max_uV); in qca_enable_regulator()
1262 if (vregs.load_uA) in qca_enable_regulator()
1264 vregs.load_uA); in qca_enable_regulator()
1273 static void qca_disable_regulator(struct qca_vreg vregs, in qca_disable_regulator() argument
1277 regulator_set_voltage(regulator, 0, vregs.max_uV); in qca_disable_regulator()
1278 if (vregs.load_uA) in qca_disable_regulator()
[all …]