Searched refs:polling_work (Results 1 – 1 of 1) sorted by relevance
31 static struct delayed_work polling_work; variable213 cancel_delayed_work(&polling_work); in polling_work_func()214 schedule_delayed_work(&polling_work, in polling_work_func()389 INIT_DELAYED_WORK(&polling_work, polling_work_func); in pda_power_probe()390 cancel_delayed_work(&polling_work); in pda_power_probe()391 schedule_delayed_work(&polling_work, in pda_power_probe()442 cancel_delayed_work_sync(&polling_work); in pda_power_remove()