Searched refs:regulator_get_bypass_regmap (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/regulator/ |
D | rt4831-regulator.c | 80 .get_bypass = regulator_get_bypass_regmap,
|
D | atc260x-regulator.c | 97 .get_bypass = regulator_get_bypass_regmap, 109 .get_bypass = regulator_get_bypass_regmap,
|
D | wm831x-ldo.c | 206 .get_bypass = regulator_get_bypass_regmap, 418 .get_bypass = regulator_get_bypass_regmap,
|
D | helpers.c | 747 int regulator_get_bypass_regmap(struct regulator_dev *rdev, bool *enable) in regulator_get_bypass_regmap() function 764 EXPORT_SYMBOL_GPL(regulator_get_bypass_regmap);
|
D | arizona-ldo1.c | 86 .get_bypass = regulator_get_bypass_regmap,
|
D | arizona-micsupp.c | 125 .get_bypass = regulator_get_bypass_regmap,
|
D | tps65219-regulator.c | 203 .get_bypass = regulator_get_bypass_regmap,
|
D | mt6370-regulator.c | 121 .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 | tps6594-regulator.c | 148 .get_bypass = regulator_get_bypass_regmap,
|
D | stpmic1_regulator.c | 151 .get_bypass = regulator_get_bypass_regmap,
|
/Linux-v6.6/include/linux/regulator/ |
D | driver.h | 752 int regulator_get_bypass_regmap(struct regulator_dev *rdev, bool *enable);
|