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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
229 INIT_WORK(&charger->bat_work, z2_batt_work);
235 schedule_work(&charger->bat_work);
282 schedule_work(&charger->bat_work);
H A Dwm97xx_battery.c29 static struct work_struct bat_work; variable in typeref:struct:work_struct
103 schedule_work(&bat_work);
143 schedule_work(&bat_work);
156 schedule_work(&bat_work);
235 INIT_WORK(&bat_work, wm97xx_bat_work);
250 schedule_work(&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);
305 schedule_work(&bat_work);
342 INIT_WORK(&bat_work, collie_bat_work);
356 schedule_work(&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);
342 schedule_work(&bat_work);
378 INIT_WORK(&bat_work, tosa_bat_work);
409 schedule_work(&bat_work);
H A Ds3c_adc_battery.c41 static struct delayed_work bat_work; variable in typeref:struct:delayed_work
45 schedule_delayed_work(&bat_work,
258 schedule_delayed_work(&bat_work,
296 INIT_DELAYED_WORK(&bat_work, s3c_adc_bat_work);
321 schedule_delayed_work(&bat_work,
357 cancel_delayed_work(&bat_work);
397 schedule_delayed_work(&bat_work,

Completed in 22 milliseconds