Searched refs:regulator_get_bypass_regmap (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/regulator/ |
D | rt4831-regulator.c | 80 .get_bypass = regulator_get_bypass_regmap,
|
D | atc260x-regulator.c | 96 .get_bypass = regulator_get_bypass_regmap, 108 .get_bypass = regulator_get_bypass_regmap,
|
D | wm831x-ldo.c | 206 .get_bypass = regulator_get_bypass_regmap, 417 .get_bypass = regulator_get_bypass_regmap,
|
D | helpers.c | 744 int regulator_get_bypass_regmap(struct regulator_dev *rdev, bool *enable) in regulator_get_bypass_regmap() function 761 EXPORT_SYMBOL_GPL(regulator_get_bypass_regmap);
|
D | arizona-ldo1.c | 86 .get_bypass = regulator_get_bypass_regmap,
|
D | arizona-micsupp.c | 124 .get_bypass = regulator_get_bypass_regmap,
|
D | mt6370-regulator.c | 121 .get_bypass = regulator_get_bypass_regmap,
|
D | tps65219-regulator.c | 221 .get_bypass = regulator_get_bypass_regmap,
|
D | as3722-regulator.c | 377 .get_bypass = regulator_get_bypass_regmap, 388 .get_bypass = regulator_get_bypass_regmap,
|
D | palmas-regulator.c | 571 .get_bypass = regulator_get_bypass_regmap, 630 .get_bypass = regulator_get_bypass_regmap, 670 .get_bypass = regulator_get_bypass_regmap,
|
D | stpmic1_regulator.c | 151 .get_bypass = regulator_get_bypass_regmap,
|
/linux-6.1.9/include/linux/regulator/ |
D | driver.h | 751 int regulator_get_bypass_regmap(struct regulator_dev *rdev, bool *enable);
|