Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dnfcsim.c44 struct delayed_work poll_work; member
79 cancel_delayed_work_sync(&dev->poll_work); in nfcsim_cleanup_dev()
211 queue_delayed_work(wq, &dev->poll_work, 0); in nfcsim_start_poll()
235 cancel_delayed_work_sync(&dev->poll_work); in nfcsim_stop_poll()
388 struct nfcsim *dev = container_of(work, struct nfcsim, poll_work.work); in nfcsim_wq_poll()
431 queue_delayed_work(wq, &dev->poll_work, msecs_to_jiffies(200)); in nfcsim_wq_poll()
450 INIT_DELAYED_WORK(&dev->poll_work, nfcsim_wq_poll); in nfcsim_init_dev()
Dpn533.c360 struct delayed_work poll_work; member
1809 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_listen_mode_timer()
1828 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_rf_complete()
2087 struct pn533 *dev = container_of(work, struct pn533, poll_work.work); in pn533_wq_poll()
2175 flush_delayed_work(&dev->poll_work); in pn533_stop_poll()
3168 INIT_DELAYED_WORK(&dev->poll_work, pn533_wq_poll); in pn533_probe()
3280 flush_delayed_work(&dev->poll_work); in pn533_disconnect()
/linux-4.4.14/drivers/staging/iio/adc/
Dad7606_ring.c47 poll_work); in ad7606_poll_bh_to_ring()
91 INIT_WORK(&st->poll_work, &ad7606_poll_bh_to_ring); in ad7606_register_ring_funcs_and_init()
Dad7606.h67 struct work_struct poll_work; member
Dad7606_core.c433 schedule_work(&st->poll_work); in ad7606_interrupt()
/linux-4.4.14/net/nfc/
Ddigital_core.c421 schedule_work(&ddev->poll_work); in digital_poll_next_tech()
430 poll_work); in digital_wq_poll()
545 schedule_work(&ddev->poll_work); in digital_start_poll()
566 cancel_work_sync(&ddev->poll_work); in digital_stop_poll()
772 INIT_WORK(&ddev->poll_work, digital_wq_poll); in nfc_digital_allocate_device()
834 cancel_work_sync(&ddev->poll_work); in nfc_digital_unregister_device()
/linux-4.4.14/net/rfkill/
Dcore.c72 struct delayed_work poll_work; member
789 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling()
801 &rfkill->poll_work, 0); in rfkill_resume_polling()
903 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll()
913 &rfkill->poll_work, in rfkill_poll()
972 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
978 &rfkill->poll_work, in rfkill_register()
1012 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
/linux-4.4.14/drivers/usb/atm/
Dcxacru.c193 struct delayed_work poll_work; member
445 cxacru_poll_status(&instance->poll_work.work); in cxacru_sysfs_store_adsl_state()
811 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()
1211 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind()
1255 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
/linux-4.4.14/include/net/nfc/
Ddigital.h223 struct work_struct poll_work; member