Searched refs:polling_work (Results 1 – 1 of 1) sorted by relevance
34 static struct delayed_work polling_work; variable216 cancel_delayed_work(&polling_work); in polling_work_func()217 schedule_delayed_work(&polling_work, in polling_work_func()392 INIT_DELAYED_WORK(&polling_work, polling_work_func); in pda_power_probe()393 cancel_delayed_work(&polling_work); in pda_power_probe()394 schedule_delayed_work(&polling_work, in pda_power_probe()441 cancel_delayed_work_sync(&polling_work); in pda_power_remove()