Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/regulator/
Dbd9576-regulator.c98 int ovd_notif; member
168 data->ovd_notif = REGULATOR_EVENT_OVER_VOLTAGE_WARN; in bd9576_fill_ovd_flags()
171 data->ovd_notif = REGULATOR_EVENT_REGULATION_OUT; in bd9576_fill_ovd_flags()
279 r->ovd_notif != REGULATOR_EVENT_REGULATION_OUT) || in check_ovd_flag_mismatch()
281 r->ovd_notif != REGULATOR_EVENT_OVER_VOLTAGE_WARN)) { in check_ovd_flag_mismatch()
452 if (r->ovd_notif) { in bd9576_set_ovp()
848 stat->notifs = rdata->ovd_notif; in bd9576_ovd_handler()