check_hw_failure_work  299 drivers/power/supply/ab8500_charger.c 	struct delayed_work check_hw_failure_work;
check_hw_failure_work 1969 drivers/power/supply/ab8500_charger.c 		struct ab8500_charger, check_hw_failure_work.work);
check_hw_failure_work 2000 drivers/power/supply/ab8500_charger.c 			&di->check_hw_failure_work, round_jiffies(HZ));
check_hw_failure_work 2586 drivers/power/supply/ab8500_charger.c 	queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0);
check_hw_failure_work 2854 drivers/power/supply/ab8500_charger.c 	queue_delayed_work(di->charger_wq, &di->check_hw_failure_work, 0);
check_hw_failure_work 3232 drivers/power/supply/ab8500_charger.c 			&di->check_hw_failure_work, 0);
check_hw_failure_work 3247 drivers/power/supply/ab8500_charger.c 	cancel_delayed_work(&di->check_hw_failure_work);
check_hw_failure_work 3436 drivers/power/supply/ab8500_charger.c 	INIT_DEFERRABLE_WORK(&di->check_hw_failure_work,
check_hw_failure_work  219 drivers/power/supply/pm2301_charger.c 	queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0);
check_hw_failure_work  854 drivers/power/supply/pm2301_charger.c 		struct pm2xxx_charger, check_hw_failure_work.work);
check_hw_failure_work  869 drivers/power/supply/pm2301_charger.c 			&pm2->check_hw_failure_work, round_jiffies(HZ));
check_hw_failure_work  922 drivers/power/supply/pm2301_charger.c 				&pm2->check_hw_failure_work, 0);
check_hw_failure_work  936 drivers/power/supply/pm2301_charger.c 	if (delayed_work_pending(&pm2->check_hw_failure_work))
check_hw_failure_work  937 drivers/power/supply/pm2301_charger.c 		cancel_delayed_work(&pm2->check_hw_failure_work);
check_hw_failure_work 1070 drivers/power/supply/pm2301_charger.c 	INIT_DEFERRABLE_WORK(&pm2->check_hw_failure_work,
check_hw_failure_work  486 drivers/power/supply/pm2301_charger.h 	struct delayed_work check_hw_failure_work;