Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dirq_helpers.c65 if (d->fatal_cnt && h->retry_cnt > d->fatal_cnt) { in regulator_notifier_isr_work()
169 if (d->fatal_cnt) in regulator_notifier_isr()
263 if (d->fatal_cnt && h->retry_cnt > d->fatal_cnt) { in regulator_notifier_isr()
/linux-6.1.9/include/linux/regulator/
Ddriver.h564 int fatal_cnt; member