Searched refs:fg_wq (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/power/supply/ |
D | ab8500_fg.c | 233 struct workqueue_struct *fg_wq; member 813 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 822 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 1618 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1654 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1745 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1759 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1817 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1829 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1867 queue_delayed_work(di->fg_wq, &di->fg_check_hw_failure_work, in ab8500_fg_check_hw_failure_work() [all …]
|