Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
Ducs1002_power.c107 struct delayed_work health_poll; member
442 health_poll.work); in ucs1002_health_poll()
452 schedule_delayed_work(&info->health_poll, in ucs1002_health_poll()
497 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()