Home
last modified time | relevance | path

Searched refs:bat_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/power/supply/
H A Dwm97xx_battery.c22 static struct work_struct bat_work; variable
94 schedule_work(&bat_work); in wm97xx_bat_external_power_changed()
133 schedule_work(&bat_work); in wm97xx_chrg_irq()
140 flush_work(&bat_work); in wm97xx_bat_suspend()
146 schedule_work(&bat_work); in wm97xx_bat_resume()
221 INIT_WORK(&bat_work, wm97xx_bat_work); in wm97xx_bat_probe()
236 schedule_work(&bat_work); in wm97xx_bat_probe()
255 cancel_work_sync(&bat_work); in wm97xx_bat_remove()
H A Dcollie_battery.c25 static struct work_struct bat_work; variable
142 schedule_work(&bat_work); in collie_bat_external_power_changed()
148 schedule_work(&bat_work); in collie_bat_gpio_isr()
290 flush_work(&bat_work); in collie_bat_suspend()
307 schedule_work(&bat_work); in collie_bat_resume()
387 INIT_WORK(&bat_work, collie_bat_work); in collie_bat_probe()
415 schedule_work(&bat_work); in collie_bat_probe()
425 cancel_work_sync(&bat_work); in collie_bat_probe()
461 cancel_work_sync(&bat_work); in collie_bat_remove()