Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Ducs1002_power.c107 struct delayed_work health_poll; member
443 health_poll.work); in ucs1002_health_poll()
453 schedule_delayed_work(&info->health_poll, in ucs1002_health_poll()
498 mod_delayed_work(system_wq, &info->health_poll, 0); in ucs1002_alert_irq()
646 INIT_DELAYED_WORK(&info->health_poll, ucs1002_health_poll); in ucs1002_probe()