Lines Matching defs:fg_work
192 * @fg_work: Work to run the FG algorithm instantly
234 struct work_struct fg_work;
812 queue_work(di->fg_wq, &di->fg_work);
821 queue_work(di->fg_wq, &di->fg_work);
1967 struct ab8500_fg *di = container_of(work, struct ab8500_fg, fg_work);
2203 queue_work(di->fg_wq, &di->fg_work);
2212 queue_work(di->fg_wq, &di->fg_work);
2222 queue_work(di->fg_wq, &di->fg_work);
2956 queue_work(di->fg_wq, &di->fg_work);
2968 flush_work(&di->fg_work);
3102 INIT_WORK(&di->fg_work, ab8500_fg_instant_work);