Searched refs:fg_wq (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/power/supply/ |
D | ab8500_fg.c | 228 struct workqueue_struct *fg_wq; member 808 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 817 queue_work(di->fg_wq, &di->fg_work); in ab8500_fg_acc_cur_work() 1613 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1649 queue_delayed_work(di->fg_wq, in ab8500_fg_algorithm_discharging() 1740 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1754 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_algorithm_calibrate() 1812 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1824 queue_delayed_work(di->fg_wq, &di->fg_periodic_work, 0); in ab8500_fg_periodic_work() 1862 queue_delayed_work(di->fg_wq, &di->fg_check_hw_failure_work, in ab8500_fg_check_hw_failure_work() [all …]
|