Searched refs:charger_work (Results 1 – 2 of 2) sorted by relevance
33 static struct delayed_work charger_work; variable188 cancel_delayed_work(&charger_work); in power_changed_isr()189 schedule_delayed_work(&charger_work, in power_changed_isr()256 cancel_delayed_work(&charger_work); in otg_handle_notification()257 schedule_delayed_work(&charger_work, in otg_handle_notification()307 INIT_DELAYED_WORK(&charger_work, charger_work_func); in pda_power_probe()442 cancel_delayed_work_sync(&charger_work); in pda_power_remove()
110 struct work_struct charger_work; member446 container_of(work, struct lp8788_charger, charger_work); in lp8788_charger_event()496 schedule_work(&pchg->charger_work); in lp8788_charger_irq_thread()557 INIT_WORK(&pchg->charger_work, lp8788_charger_event); in lp8788_irq_register()746 flush_work(&pchg->charger_work); in lp8788_charger_remove()