Lines Matching defs:bat_work
23 static struct work_struct bat_work;
140 schedule_work(&bat_work);
146 schedule_work(&bat_work);
294 flush_work(&bat_work);
311 schedule_work(&bat_work);
336 INIT_WORK(&bat_work, collie_bat_work);
364 schedule_work(&bat_work);
375 cancel_work_sync(&bat_work);
388 * Now cancel the bat_work. We won't get any more schedules,
392 cancel_work_sync(&bat_work);