Searched refs:poll_work (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-platform.c | 54 struct delayed_work poll_work; member 187 poll_work); in quirk_poll_work() 215 schedule_delayed_work(&priv->poll_work, msecs_to_jiffies(5)); in quirk_poll_timer() 223 INIT_DELAYED_WORK(&priv->poll_work, quirk_poll_work); in quirk_poll_init() 231 cancel_delayed_work(&priv->poll_work); in quirk_poll_end()
|
/kernel/linux/linux-5.10/net/rfkill/ |
D | core.c | 62 struct delayed_work poll_work; member 840 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling() 857 &rfkill->poll_work, 0); in rfkill_resume_polling() 867 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_suspend() 889 &rfkill->poll_work, 0); in rfkill_resume() 967 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll() 977 &rfkill->poll_work, in rfkill_poll() 1039 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register() 1045 &rfkill->poll_work, in rfkill_register() 1080 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
|
/kernel/linux/linux-5.10/net/nfc/ |
D | digital_core.c | 423 schedule_delayed_work(&ddev->poll_work, in digital_poll_next_tech() 433 poll_work.work); in digital_wq_poll() 548 schedule_delayed_work(&ddev->poll_work, 0); in digital_start_poll() 569 cancel_delayed_work_sync(&ddev->poll_work); in digital_stop_poll() 776 INIT_DELAYED_WORK(&ddev->poll_work, digital_wq_poll); in nfc_digital_allocate_device() 838 cancel_delayed_work_sync(&ddev->poll_work); in nfc_digital_unregister_device()
|
/kernel/linux/linux-5.10/drivers/usb/atm/ |
D | cxacru.c | 178 struct delayed_work poll_work; member 428 cxacru_poll_status(&instance->poll_work.work); in adsl_state_store() 817 cxacru_poll_status(&instance->poll_work.work); in cxacru_atm_start() 824 container_of(work, struct cxacru_data, poll_work.work); in cxacru_poll_status() 934 schedule_delayed_work(&instance->poll_work, in cxacru_poll_status() 1208 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind() 1252 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
D | digital.h | 214 struct delayed_work poll_work; member
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
D | pn533.h | 144 struct delayed_work poll_work; member
|
D | pn533.c | 1262 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_listen_mode_timer() 1281 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_rf_complete() 1631 struct pn533 *dev = container_of(work, struct pn533, poll_work.work); in pn533_wq_poll() 1782 flush_delayed_work(&dev->poll_work); in pn533_stop_poll() 2823 INIT_DELAYED_WORK(&priv->poll_work, pn533_wq_poll); in pn53x_common_init() 2847 flush_delayed_work(&priv->poll_work); in pn53x_common_clean()
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.c | 1183 poll_work: in ibmvscsis_poll_cmd_q() 1237 goto poll_work; in ibmvscsis_poll_cmd_q()
|