Home
last modified time | relevance | path

Searched refs:poll_work (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/power/supply/
H A Dchagall-battery.c45 struct delayed_work poll_work; member
162 container_of(work, struct chagall_battery_data, poll_work.work); in chagall_battery_poll_work()
178 schedule_delayed_work(&cg->poll_work, in chagall_battery_poll_work()
240 ret = devm_delayed_work_autocancel(dev, &cg->poll_work, chagall_battery_poll_work); in chagall_battery_probe()
244 schedule_delayed_work(&cg->poll_work, msecs_to_jiffies(CHAGALL_BATTERY_DATA_REFRESH)); in chagall_battery_probe()
254 cancel_delayed_work_sync(&cg->poll_work); in chagall_battery_suspend()
264 schedule_delayed_work(&cg->poll_work, msecs_to_jiffies(CHAGALL_BATTERY_DATA_REFRESH)); in chagall_battery_resume()
/linux/drivers/usb/host/
H A Dehci-platform.c54 struct delayed_work poll_work; member
184 poll_work); in quirk_poll_work()
213 schedule_delayed_work(&priv->poll_work, msecs_to_jiffies(5)); in quirk_poll_timer()
221 INIT_DELAYED_WORK(&priv->poll_work, quirk_poll_work); in quirk_poll_init()
229 cancel_delayed_work(&priv->poll_work); in quirk_poll_end()
/linux/net/rfkill/
H A Dcore.c64 struct delayed_work poll_work; member
901 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling()
918 &rfkill->poll_work, 0); in rfkill_resume_polling()
928 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_suspend()
950 &rfkill->poll_work, 0); in rfkill_resume()
1042 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll()
1052 &rfkill->poll_work, in rfkill_poll()
1110 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
1116 &rfkill->poll_work, in rfkill_register()
1152 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
[all...]
/linux/net/nfc/
H A Ddigital_core.c423 schedule_delayed_work(&ddev->poll_work, in digital_poll_next_tech()
433 poll_work.work); in digital_wq_poll()
551 schedule_delayed_work(&ddev->poll_work, 0); in digital_start_poll()
572 cancel_delayed_work_sync(&ddev->poll_work); in digital_stop_poll()
783 INIT_DELAYED_WORK(&ddev->poll_work, digital_wq_poll); in nfc_digital_allocate_device()
845 cancel_delayed_work_sync(&ddev->poll_work); in nfc_digital_unregister_device()
/linux/drivers/usb/atm/
H A Dcxacru.c178 struct delayed_work poll_work; member
428 cxacru_poll_status(&instance->poll_work.work); in adsl_state_store()
816 cxacru_poll_status(&instance->poll_work.work); in cxacru_atm_start()
823 container_of(work, struct cxacru_data, poll_work.work); in cxacru_poll_status()
933 schedule_delayed_work(&instance->poll_work, in cxacru_poll_status()
1214 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind()
1250 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
/linux/drivers/tty/serial/
H A Dsc16is7xx.c311 struct kthread_delayed_work poll_work; member
810 struct sc16is7xx_port *s = container_of(ws, struct sc16is7xx_port, poll_work.work); in sc16is7xx_poll_proc()
816 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_poll_proc()
1162 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_startup()
1187 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_shutdown()
1649 kthread_init_delayed_work(&s->poll_work, sc16is7xx_poll_proc); in sc16is7xx_probe()
1713 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_remove()
/linux/include/net/nfc/
H A Ddigital.h214 struct delayed_work poll_work; member
/linux/kernel/trace/
H A Dtrace_remote.c29 struct delayed_work poll_work; member
298 iter = container_of(dwork, struct trace_remote_iterator, poll_work); in __poll_remote()
377 INIT_DELAYED_WORK(&iter->poll_work, __poll_remote); in trace_remote_iter()
378 schedule_delayed_work(&iter->poll_work, msecs_to_jiffies(remote->poll_ms)); in trace_remote_iter()
412 cancel_delayed_work_sync(&iter->poll_work); in trace_remote_iter_free()
/linux/drivers/nfc/pn533/
H A Dpn533.h144 struct delayed_work poll_work; member
H A Dpn533.c1253 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_listen_mode_timer()
1270 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_rf_complete()
1612 struct pn533 *dev = container_of(work, struct pn533, poll_work.work); in pn533_wq_poll()
1768 flush_delayed_work(&dev->poll_work); in pn533_stop_poll()
2782 INIT_DELAYED_WORK(&priv->poll_work, pn533_wq_poll); in pn53x_common_init()
2809 flush_delayed_work(&priv->poll_work); in pn53x_common_clean()