Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dpm2301_charger.c222 queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0); in pm2xxx_charger_ovv_mngt()
857 struct pm2xxx_charger, check_hw_failure_work.work); in pm2xxx_charger_check_hw_failure_work()
872 &pm2->check_hw_failure_work, round_jiffies(HZ)); in pm2xxx_charger_check_hw_failure_work()
925 &pm2->check_hw_failure_work, 0); in pm2xxx_wall_charger_resume()
939 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend()
940 cancel_delayed_work(&pm2->check_hw_failure_work); in pm2xxx_wall_charger_suspend()
1073 INIT_DEFERRABLE_WORK(&pm2->check_hw_failure_work, in pm2xxx_wall_charger_probe()
Dab8500_charger.c299 struct delayed_work check_hw_failure_work; member
1968 struct ab8500_charger, check_hw_failure_work.work); in ab8500_charger_check_hw_failure_work()
1999 &di->check_hw_failure_work, round_jiffies(HZ)); in ab8500_charger_check_hw_failure_work()
2585 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_mainextchnotok_handler()
2853 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_vbusovv_handler()
3238 &di->check_hw_failure_work, 0); in ab8500_charger_resume()
3253 cancel_delayed_work(&di->check_hw_failure_work); in ab8500_charger_suspend()
3442 INIT_DEFERRABLE_WORK(&di->check_hw_failure_work, in ab8500_charger_probe()
Dpm2301_charger.h487 struct delayed_work check_hw_failure_work; member