Lines Matching defs:bat_work
25 static struct work_struct bat_work;
142 schedule_work(&bat_work);
148 schedule_work(&bat_work);
290 flush_work(&bat_work);
307 schedule_work(&bat_work);
387 INIT_WORK(&bat_work, collie_bat_work);
415 schedule_work(&bat_work);
425 cancel_work_sync(&bat_work);
456 * Now cancel the bat_work. We won't get any more schedules,
460 cancel_work_sync(&bat_work);