Searched refs:bat_work (Results 1 - 7 of 7) sorted by relevance

/drivers/power/
H A Dz2_battery.c29 struct work_struct bat_work; member in struct:z2_charger
90 schedule_work(&charger->bat_work);
120 charger = container_of(work, struct z2_charger, bat_work);
127 schedule_work(&charger->bat_work);
231 INIT_WORK(&charger->bat_work, z2_batt_work);
237 schedule_work(&charger->bat_work);
259 cancel_work_sync(&charger->bat_work);
279 flush_work(&charger->bat_work);
288 schedule_work(&charger->bat_work);
H A Dwm97xx_battery.c28 static struct work_struct bat_work; variable in typeref:struct:work_struct
102 schedule_work(&bat_work);
142 schedule_work(&bat_work);
149 flush_work(&bat_work);
155 schedule_work(&bat_work);
234 INIT_WORK(&bat_work, wm97xx_bat_work);
249 schedule_work(&bat_work);
275 cancel_work_sync(&bat_work);
H A Dcollie_battery.c27 static struct work_struct bat_work; variable in typeref:struct:work_struct
144 schedule_work(&bat_work);
150 schedule_work(&bat_work);
293 flush_work(&bat_work);
300 schedule_work(&bat_work);
324 INIT_WORK(&bat_work, collie_bat_work);
338 schedule_work(&bat_work);
347 cancel_work_sync(&bat_work);
360 * Now cancel the bat_work. We won't get any more schedules,
364 cancel_work_sync(&bat_work);
[all...]
H A Dgeneric-adc-battery.c50 struct delayed_work bat_work; member in struct:gab
65 schedule_delayed_work(&adc_bat->bat_work, msecs_to_jiffies(0));
209 adc_bat = container_of(delayed_work, struct gab, bat_work);
234 schedule_delayed_work(&adc_bat->bat_work,
319 INIT_DELAYED_WORK(&adc_bat->bat_work, gab_work);
338 schedule_delayed_work(&adc_bat->bat_work,
376 cancel_delayed_work(&adc_bat->bat_work);
385 cancel_delayed_work_sync(&adc_bat->bat_work);
399 schedule_delayed_work(&adc_bat->bat_work,
H A Dtosa_battery.c25 static struct work_struct bat_work; variable in typeref:struct:work_struct
148 schedule_work(&bat_work);
154 schedule_work(&bat_work);
330 flush_work(&bat_work);
337 schedule_work(&bat_work);
359 INIT_WORK(&bat_work, tosa_bat_work);
390 schedule_work(&bat_work);
406 cancel_work_sync(&bat_work);
423 * Now cancel the bat_work. We won't get any more schedules,
427 cancel_work_sync(&bat_work);
[all...]
H A Dds2782_battery.c62 struct delayed_work bat_work; member in struct:ds278x_info
295 info = container_of(work, struct ds278x_info, bat_work.work);
298 schedule_delayed_work(&info->bat_work, DS278x_DELAY);
329 cancel_delayed_work(&info->bat_work);
342 cancel_delayed_work(&info->bat_work);
351 schedule_delayed_work(&info->bat_work, DS278x_DELAY);
429 INIT_DELAYED_WORK(&info->bat_work, ds278x_bat_work);
436 schedule_delayed_work(&info->bat_work, DS278x_DELAY);
H A Ds3c_adc_battery.c42 static struct delayed_work bat_work; variable in typeref:struct:delayed_work
46 schedule_delayed_work(&bat_work,
287 schedule_delayed_work(&bat_work,
325 INIT_DELAYED_WORK(&bat_work, s3c_adc_bat_work);
350 schedule_delayed_work(&bat_work,
386 cancel_delayed_work(&bat_work);
426 schedule_delayed_work(&bat_work,

Completed in 82 milliseconds