Lines Matching defs:fg_work
194 * @fg_work: Work to run the FG algorithm instantly
237 struct work_struct fg_work;
813 queue_work(di->fg_wq, &di->fg_work);
822 queue_work(di->fg_wq, &di->fg_work);
1988 struct ab8500_fg *di = container_of(work, struct ab8500_fg, fg_work);
2226 queue_work(di->fg_wq, &di->fg_work);
2235 queue_work(di->fg_wq, &di->fg_work);
2245 queue_work(di->fg_wq, &di->fg_work);
2983 queue_work(di->fg_wq, &di->fg_work);
2994 flush_work(&di->fg_work);
3118 INIT_WORK(&di->fg_work, ab8500_fg_instant_work);