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

/linux-4.1.27/drivers/staging/iio/adc/
H A Dad7606_ring.c47 poll_work); ad7606_poll_bh_to_ring()
91 INIT_WORK(&st->poll_work, &ad7606_poll_bh_to_ring); ad7606_register_ring_funcs_and_init()
H A Dad7606.h67 struct work_struct poll_work; member in struct:ad7606_state
H A Dad7606_core.c430 schedule_work(&st->poll_work); ad7606_interrupt()
/linux-4.1.27/drivers/nfc/
H A Dnfcsim.c44 struct delayed_work poll_work; member in struct:nfcsim
79 cancel_delayed_work_sync(&dev->poll_work); nfcsim_cleanup_dev()
211 queue_delayed_work(wq, &dev->poll_work, 0); nfcsim_start_poll()
235 cancel_delayed_work_sync(&dev->poll_work); nfcsim_stop_poll()
388 struct nfcsim *dev = container_of(work, struct nfcsim, poll_work.work); nfcsim_wq_poll()
431 queue_delayed_work(wq, &dev->poll_work, msecs_to_jiffies(200)); nfcsim_wq_poll()
450 INIT_DELAYED_WORK(&dev->poll_work, nfcsim_wq_poll); nfcsim_init_dev()
488 /* We need an ordered wq to ensure that poll_work items are executed nfcsim_init()
H A Dpn533.c360 struct delayed_work poll_work; member in struct:pn533
1809 queue_delayed_work(dev->wq, &dev->poll_work, pn533_listen_mode_timer()
1828 queue_delayed_work(dev->wq, &dev->poll_work, pn533_rf_complete()
2087 struct pn533 *dev = container_of(work, struct pn533, poll_work.work); pn533_wq_poll()
2175 flush_delayed_work(&dev->poll_work); pn533_stop_poll()
3168 INIT_DELAYED_WORK(&dev->poll_work, pn533_wq_poll); pn533_probe()
3280 flush_delayed_work(&dev->poll_work); pn533_disconnect()
/linux-4.1.27/net/nfc/
H A Ddigital_core.c421 schedule_work(&ddev->poll_work); digital_poll_next_tech()
430 poll_work); digital_wq_poll()
468 * schedule by digital_poll_next_tech() on the poll workqueue (ddev->poll_work).
545 schedule_work(&ddev->poll_work); digital_start_poll()
566 cancel_work_sync(&ddev->poll_work); digital_stop_poll()
771 INIT_WORK(&ddev->poll_work, digital_wq_poll); nfc_digital_allocate_device()
833 cancel_work_sync(&ddev->poll_work); nfc_digital_unregister_device()
/linux-4.1.27/net/rfkill/
H A Dcore.c73 struct delayed_work poll_work; member in struct:rfkill
781 cancel_delayed_work_sync(&rfkill->poll_work); rfkill_pause_polling()
793 &rfkill->poll_work, 0); rfkill_resume_polling()
889 rfkill = container_of(work, struct rfkill, poll_work.work); rfkill_poll()
899 &rfkill->poll_work, rfkill_poll()
958 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); rfkill_register()
964 &rfkill->poll_work, rfkill_register()
998 cancel_delayed_work_sync(&rfkill->poll_work); rfkill_unregister()
/linux-4.1.27/drivers/usb/atm/
H A Dcxacru.c193 struct delayed_work poll_work; member in struct:cxacru_data
443 cxacru_poll_status(&instance->poll_work.work); cxacru_sysfs_store_adsl_state()
807 cxacru_poll_status(&instance->poll_work.work); cxacru_atm_start()
819 container_of(work, struct cxacru_data, poll_work.work); cxacru_poll_status()
929 schedule_delayed_work(&instance->poll_work, cxacru_poll_status()
1206 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); cxacru_bind()
1250 cancel_delayed_work_sync(&instance->poll_work); cxacru_unbind()
/linux-4.1.27/include/net/nfc/
H A Ddigital.h223 struct work_struct poll_work; member in struct:nfc_digital_dev

Completed in 388 milliseconds