Searched refs:fg_wq (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | ab8500_fg.c | 230 struct workqueue_struct *fg_wq; member 812 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 821 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 1598 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1634 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1725 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1738 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1796 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1808 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1846 queue_delayed_work(di->fg_wq, &di->fg_check_hw_failure_work, in ab8500_fg_check_hw_failure_work() [all …]
|