Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dbd9576-regulator.c99 int ovd_notif; member
169 data->ovd_notif = REGULATOR_EVENT_OVER_VOLTAGE_WARN; in bd9576_fill_ovd_flags()
172 data->ovd_notif = REGULATOR_EVENT_REGULATION_OUT; in bd9576_fill_ovd_flags()
280 r->ovd_notif != REGULATOR_EVENT_REGULATION_OUT) || in check_ovd_flag_mismatch()
282 r->ovd_notif != REGULATOR_EVENT_OVER_VOLTAGE_WARN)) { in check_ovd_flag_mismatch()
453 if (r->ovd_notif) { in bd9576_set_ovp()
849 stat->notifs = rdata->ovd_notif; in bd9576_ovd_handler()