Searched refs:check_hw_failure_work (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | pm2301_charger.c | 222 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() 929 &pm2->check_hw_failure_work, 0); in pm2xxx_wall_charger_resume() 943 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend() 944 cancel_delayed_work(&pm2->check_hw_failure_work); in pm2xxx_wall_charger_suspend() 1082 INIT_DEFERRABLE_WORK(&pm2->check_hw_failure_work, in pm2xxx_wall_charger_probe()
|
D | pm2301_charger.h | 487 struct delayed_work check_hw_failure_work; member
|
D | ab8500_charger.c | 301 struct delayed_work check_hw_failure_work; member 2040 struct ab8500_charger, check_hw_failure_work.work); in ab8500_charger_check_hw_failure_work() 2071 &di->check_hw_failure_work, round_jiffies(HZ)); in ab8500_charger_check_hw_failure_work() 2657 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_mainextchnotok_handler() 2933 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_vbusovv_handler() 3352 &di->check_hw_failure_work, 0); in ab8500_charger_resume() 3367 cancel_delayed_work(&di->check_hw_failure_work); in ab8500_charger_suspend() 3559 INIT_DEFERRABLE_WORK(&di->check_hw_failure_work, in ab8500_charger_probe()
|