Searched refs:check_hw_failure_work (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | pm2301_charger.c | 214 queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0); in pm2xxx_charger_ovv_mngt() 849 struct pm2xxx_charger, check_hw_failure_work.work); in pm2xxx_charger_check_hw_failure_work() 864 &pm2->check_hw_failure_work, round_jiffies(HZ)); in pm2xxx_charger_check_hw_failure_work() 917 &pm2->check_hw_failure_work, 0); in pm2xxx_wall_charger_resume() 931 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend() 932 cancel_delayed_work(&pm2->check_hw_failure_work); in pm2xxx_wall_charger_suspend() 1065 INIT_DEFERRABLE_WORK(&pm2->check_hw_failure_work, in pm2xxx_wall_charger_probe()
|
H A D | ab8500_charger.c | 253 * @check_hw_failure_work: Work for checking HW state 305 struct delayed_work check_hw_failure_work; member 1994 struct ab8500_charger, check_hw_failure_work.work); in ab8500_charger_check_hw_failure_work() 2025 &di->check_hw_failure_work, round_jiffies(HZ)); in ab8500_charger_check_hw_failure_work() 2611 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_mainextchnotok_handler() 2879 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_vbusovv_handler() 3257 &di->check_hw_failure_work, 0); in ab8500_charger_resume() 3272 cancel_delayed_work(&di->check_hw_failure_work); in ab8500_charger_suspend() 3493 INIT_DEFERRABLE_WORK(&di->check_hw_failure_work, in ab8500_charger_probe()
|
H A D | pm2301_charger.h | 486 struct delayed_work check_hw_failure_work; member
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 255 * @check_hw_failure_work: Work for checking HW state 307 struct delayed_work check_hw_failure_work; member 1997 struct ab8500_charger, check_hw_failure_work.work); in ab8500_charger_check_hw_failure_work() 2028 &di->check_hw_failure_work, round_jiffies(HZ)); in ab8500_charger_check_hw_failure_work() 2614 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_mainextchnotok_handler() 2882 queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0); in ab8500_charger_vbusovv_handler() 3262 &di->check_hw_failure_work, 0); in ab8500_charger_resume() 3276 cancel_delayed_work(&di->check_hw_failure_work); in ab8500_charger_suspend() 3532 INIT_DEFERRABLE_WORK(&di->check_hw_failure_work, in ab8500_charger_probe()
|
Completed in 11 milliseconds