Searched refs:get_current_limit (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v5.4/drivers/regulator/ |
D | as3722-regulator.c | 314 .get_current_limit = regulator_get_current_limit_regmap, 322 .get_current_limit = regulator_get_current_limit_regmap, 357 .get_current_limit = as3722_ldo3_get_current_limit, 364 .get_current_limit = as3722_ldo3_get_current_limit, 375 .get_current_limit = regulator_get_current_limit_regmap, 386 .get_current_limit = regulator_get_current_limit_regmap, 406 .get_current_limit = regulator_get_current_limit_regmap, 415 .get_current_limit = regulator_get_current_limit_regmap, 505 .get_current_limit = regulator_get_current_limit_regmap, 516 .get_current_limit = regulator_get_current_limit_regmap,
|
D | 88pm800-regulator.c | 183 .get_current_limit = pm800_get_current_limit, 194 .get_current_limit = pm800_get_current_limit,
|
D | max77650-regulator.c | 130 .get_current_limit = regulator_get_current_limit_regmap, 143 .get_current_limit = regulator_get_current_limit_regmap,
|
D | tps6524x-regulator.c | 513 static int get_current_limit(struct regulator_dev *rdev) in get_current_limit() function 576 .get_current_limit = get_current_limit,
|
D | lp873x-regulator.c | 127 .get_current_limit = regulator_get_current_limit_regmap,
|
D | lp87565-regulator.c | 117 .get_current_limit = regulator_get_current_limit_regmap,
|
D | wm831x-isink.c | 95 .get_current_limit = regulator_get_current_limit_regmap,
|
D | da9210-regulator.c | 37 .get_current_limit = regulator_get_current_limit_regmap,
|
D | ad5398.c | 184 .get_current_limit = ad5398_get_current_limit,
|
D | max14577-regulator.c | 89 .get_current_limit = max14577_reg_get_current_limit,
|
D | max77693-regulator.c | 143 .get_current_limit = max77693_chg_get_current_limit,
|
D | tps65218-regulator.c | 240 .get_current_limit = regulator_get_current_limit_regmap,
|
D | gpio-regulator.c | 220 .get_current_limit = gpio_regulator_get_value,
|
D | pv88060-regulator.c | 127 .get_current_limit = regulator_get_current_limit_regmap,
|
D | pv88090-regulator.c | 149 .get_current_limit = regulator_get_current_limit_regmap,
|
D | da9052-regulator.c | 261 .get_current_limit = da9052_dcdc_get_current_limit,
|
D | da9211-regulator.c | 222 .get_current_limit = da9211_get_current_limit,
|
D | max8997-regulator.c | 812 .get_current_limit = max8997_get_current_limit, 817 .get_current_limit = max8997_get_current_limit,
|
D | da9055-regulator.c | 295 .get_current_limit = regulator_get_current_limit_regmap,
|
D | pv88080-regulator.c | 270 .get_current_limit = regulator_get_current_limit_regmap,
|
D | max8973-regulator.c | 793 max->ops.get_current_limit = max8973_get_current_limit; in max8973_probe()
|
/Linux-v5.4/include/linux/usb/ |
D | tcpm.h | 129 int (*get_current_limit)(struct tcpc_dev *dev); member
|
/Linux-v5.4/drivers/power/supply/ |
D | bd70528-charger.c | 478 static int get_current_limit(struct bd70528_psy *bdpsy, int *ma) in get_current_limit() function 534 ret = get_current_limit(bdpsy, &val->intval); in bd70528_charger_get_property()
|
/Linux-v5.4/include/linux/regulator/ |
D | driver.h | 160 int (*get_current_limit) (struct regulator_dev *); member
|
/Linux-v5.4/Documentation/power/regulator/ |
D | consumer.rst | 129 get_current_limit() will return the current limit whether the regulator
|
12