Searched refs:set_over_current_protection (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/regulator/ ! |
D | stpmic1_regulator.c | 140 .set_over_current_protection = stpmic1_set_icc, 153 .set_over_current_protection = stpmic1_set_icc, 160 .set_over_current_protection = stpmic1_set_icc, 174 .set_over_current_protection = stpmic1_set_icc, 187 .set_over_current_protection = stpmic1_set_icc, 194 .set_over_current_protection = stpmic1_set_icc,
|
D | rt5759-regulator.c | 192 .set_over_current_protection = rt5759_set_ocp,
|
D | max597x-regulator.c | 218 .set_over_current_protection = max597x_set_ocp,
|
D | qcom-labibb-regulator.c | 688 .set_over_current_protection = qcom_labibb_set_ocp,
|
D | bd9576-regulator.c | 538 .set_over_current_protection = bd9576_set_ocp,
|
D | core.c | 1488 && ops->set_over_current_protection) { in set_machine_constraints() 1491 ret = ops->set_over_current_protection(rdev, lim, in set_machine_constraints() 1503 ops->set_over_current_protection, in set_machine_constraints()
|
D | qcom_spmi-regulator.c | 1460 .set_over_current_protection = spmi_regulator_vs_ocp,
|
/linux-6.1.9/include/linux/regulator/ ! |
D | driver.h | 178 int (*set_over_current_protection)(struct regulator_dev *, int lim_uA, member
|