Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/regulator/
Dmachine.h88 struct notification_limit { struct
193 struct notification_limit over_curr_limits;
194 struct notification_limit over_voltage_limits;
195 struct notification_limit under_voltage_limits;
196 struct notification_limit temp_limits;
/linux-6.6.21/drivers/regulator/
Dda9063-regulator.c778 const struct notification_limit *uv_l = &constr->under_voltage_limits; in da9063_check_xvp_constraints()
779 const struct notification_limit *ov_l = &constr->over_voltage_limits; in da9063_check_xvp_constraints()
Dof_regulator.c46 struct notification_limit *limits[] = { in of_get_regulator_prot_limits()
Dcore.c1429 struct notification_limit *limits) in handle_notify_limits()