Searched refs:fg_work (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/power/
H A Dab8500_fg.c192 * @fg_work: Work to run the FG algorithm instantly
234 struct work_struct fg_work; member in struct:ab8500_fg
819 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_acc_cur_work()
828 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_acc_cur_work()
1974 struct ab8500_fg *di = container_of(work, struct ab8500_fg, fg_work); ab8500_fg_instant_work()
2215 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_get_ext_psy_data()
2224 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_get_ext_psy_data()
2234 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_get_ext_psy_data()
2972 queue_work(di->fg_wq, &di->fg_work); ab8500_fg_resume()
2984 flush_work(&di->fg_work); ab8500_fg_suspend()
3111 INIT_WORK(&di->fg_work, ab8500_fg_instant_work); ab8500_fg_probe()

Completed in 83 milliseconds