Home
last modified time | relevance | path

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

/drivers/regulator/
Dbd9576-regulator.c100 int uvd_notif; member
181 data->uvd_notif = REGULATOR_EVENT_OVER_CURRENT_WARN; in bd9576_fill_ocp_flags()
184 data->uvd_notif = REGULATOR_EVENT_OVER_CURRENT; in bd9576_fill_ocp_flags()
193 data->uvd_notif = REGULATOR_EVENT_UNDER_VOLTAGE_WARN; in bd9576_fill_uvd_flags()
196 data->uvd_notif = REGULATOR_EVENT_UNDER_VOLTAGE; in bd9576_fill_uvd_flags()
243 r->uvd_notif != REGULATOR_EVENT_OVER_CURRENT) || in check_ocp_flag_mismatch()
245 r->uvd_notif != REGULATOR_EVENT_OVER_CURRENT_WARN)) { in check_ocp_flag_mismatch()
262 r->uvd_notif != REGULATOR_EVENT_UNDER_VOLTAGE) || in check_uvd_flag_mismatch()
264 r->uvd_notif != REGULATOR_EVENT_UNDER_VOLTAGE_WARN)) { in check_uvd_flag_mismatch()
358 if (r->uvd_notif) { in bd9576_set_ocp()
[all …]