Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/power/supply/
Dpm2301_charger.c219 queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0); in pm2xxx_charger_ovv_mngt()
854 struct pm2xxx_charger, check_hw_failure_work.work); in pm2xxx_charger_check_hw_failure_work()
869 &pm2->check_hw_failure_work, round_jiffies(HZ)); in pm2xxx_charger_check_hw_failure_work()
922 &pm2->check_hw_failure_work, 0); in pm2xxx_wall_charger_resume()
936 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend()
937 cancel_delayed_work(&pm2->check_hw_failure_work); in pm2xxx_wall_charger_suspend()
1070 INIT_DEFERRABLE_WORK(&pm2->check_hw_failure_work, in pm2xxx_wall_charger_probe()
Dab8500_charger.c299 struct delayed_work check_hw_failure_work; member
1969 struct ab8500_charger, check_hw_failure_work.work); in ab8500_charger_check_hw_failure_work()
2000 &di->check_hw_failure_work, round_jiffies(HZ)); in ab8500_charger_check_hw_failure_work()
2586 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_mainextchnotok_handler()
2854 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_vbusovv_handler()
3232 &di->check_hw_failure_work, 0); in ab8500_charger_resume()
3247 cancel_delayed_work(&di->check_hw_failure_work); in ab8500_charger_suspend()
3436 INIT_DEFERRABLE_WORK(&di->check_hw_failure_work, in ab8500_charger_probe()
Dpm2301_charger.h486 struct delayed_work check_hw_failure_work; member