Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/power/supply/
A Dacer_a500_battery.c57 struct delayed_work poll_work; member
204 bat = container_of(work, struct a500_battery, poll_work.work); in a500_battery_poll_work()
211 schedule_delayed_work(&bat->poll_work, 30 * HZ); in a500_battery_poll_work()
248 INIT_DELAYED_WORK(&bat->poll_work, a500_battery_poll_work); in a500_battery_probe()
249 schedule_delayed_work(&bat->poll_work, HZ); in a500_battery_probe()
258 cancel_delayed_work_sync(&bat->poll_work); in a500_battery_remove()
267 cancel_delayed_work_sync(&bat->poll_work); in a500_battery_suspend()
276 schedule_delayed_work(&bat->poll_work, HZ); in a500_battery_resume()
/linux-6.3-rc2/drivers/usb/host/
A Dehci-platform.c53 struct delayed_work poll_work; member
184 poll_work); in quirk_poll_work()
212 schedule_delayed_work(&priv->poll_work, msecs_to_jiffies(5)); in quirk_poll_timer()
220 INIT_DELAYED_WORK(&priv->poll_work, quirk_poll_work); in quirk_poll_init()
228 cancel_delayed_work(&priv->poll_work); in quirk_poll_end()
/linux-6.3-rc2/net/rfkill/
A Dcore.c63 struct delayed_work poll_work; member
869 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling()
886 &rfkill->poll_work, 0); in rfkill_resume_polling()
896 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_suspend()
918 &rfkill->poll_work, 0); in rfkill_resume()
1008 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll()
1018 &rfkill->poll_work, in rfkill_poll()
1080 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
1086 &rfkill->poll_work, in rfkill_register()
1121 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
/linux-6.3-rc2/net/nfc/
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()
779 INIT_DELAYED_WORK(&ddev->poll_work, digital_wq_poll); in nfc_digital_allocate_device()
841 cancel_delayed_work_sync(&ddev->poll_work); in nfc_digital_unregister_device()
/linux-6.3-rc2/drivers/usb/atm/
A Dcxacru.c178 struct delayed_work poll_work; member
428 cxacru_poll_status(&instance->poll_work.work); in adsl_state_store()
814 cxacru_poll_status(&instance->poll_work.work); in cxacru_atm_start()
821 container_of(work, struct cxacru_data, poll_work.work); in cxacru_poll_status()
931 schedule_delayed_work(&instance->poll_work, in cxacru_poll_status()
1205 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind()
1249 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
/linux-6.3-rc2/include/net/nfc/
A Ddigital.h214 struct delayed_work poll_work; member
/linux-6.3-rc2/drivers/nfc/pn533/
A Dpn533.h144 struct delayed_work poll_work; member
A Dpn533.c1242 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_listen_mode_timer()
1259 queue_delayed_work(dev->wq, &dev->poll_work, in pn533_rf_complete()
1605 struct pn533 *dev = container_of(work, struct pn533, poll_work.work); in pn533_wq_poll()
1756 flush_delayed_work(&dev->poll_work); in pn533_stop_poll()
2770 INIT_DELAYED_WORK(&priv->poll_work, pn533_wq_poll); in pn53x_common_init()
2797 flush_delayed_work(&priv->poll_work); in pn53x_common_clean()
/linux-6.3-rc2/drivers/scsi/ibmvscsi_tgt/
A Dibmvscsi_tgt.c1184 poll_work: in ibmvscsis_poll_cmd_q()
1238 goto poll_work; in ibmvscsis_poll_cmd_q()

Completed in 32 milliseconds