Lines Matching defs:bat_work
21 static struct work_struct bat_work;
144 schedule_work(&bat_work);
150 schedule_work(&bat_work);
331 flush_work(&bat_work);
338 schedule_work(&bat_work);
363 INIT_WORK(&bat_work, tosa_bat_work);
410 schedule_work(&bat_work);
426 cancel_work_sync(&bat_work);
443 * Now cancel the bat_work. We won't get any more schedules,
447 cancel_work_sync(&bat_work);