Home
last modified time | relevance | path

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

/linux-6.15/drivers/power/supply/
H A Dacer_a500_battery.c58 struct delayed_work poll_work; member
205 bat = container_of(work, struct a500_battery, poll_work.work); in a500_battery_poll_work()
212 schedule_delayed_work(&bat->poll_work, 30 * HZ); in a500_battery_poll_work()
250 INIT_DELAYED_WORK(&bat->poll_work, a500_battery_poll_work); in a500_battery_probe()
251 schedule_delayed_work(&bat->poll_work, HZ); in a500_battery_probe()
260 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.15/drivers/usb/host/
H 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.15/net/rfkill/
H A Dcore.c64 struct delayed_work poll_work; member
887 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling()
904 &rfkill->poll_work, 0); in rfkill_resume_polling()
914 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_suspend()
936 &rfkill->poll_work, 0); in rfkill_resume()
1026 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll()
1036 &rfkill->poll_work, in rfkill_poll()
1094 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register()
1100 &rfkill->poll_work, in rfkill_register()
1136 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
/linux-6.15/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()
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.15/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()
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()
1220 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind()
1264 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
/linux-6.15/drivers/tty/serial/
H A Dsc16is7xx.c352 struct kthread_delayed_work poll_work; member
869 struct sc16is7xx_port *s = container_of(ws, struct sc16is7xx_port, poll_work.work); in sc16is7xx_poll_proc()
875 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_poll_proc()
1231 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_startup()
1256 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_shutdown()
1698 kthread_init_delayed_work(&s->poll_work, sc16is7xx_poll_proc); in sc16is7xx_probe()
1762 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_remove()
/linux-6.15/include/net/nfc/
H A Ddigital.h214 struct delayed_work poll_work; member
/linux-6.15/drivers/nfc/pn533/
H A Dpn533.h144 struct delayed_work poll_work; member
H 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()
1761 flush_delayed_work(&dev->poll_work); in pn533_stop_poll()
2775 INIT_DELAYED_WORK(&priv->poll_work, pn533_wq_poll); in pn53x_common_init()
2802 flush_delayed_work(&priv->poll_work); in pn53x_common_clean()
/linux-6.15/drivers/accel/qaic/
H A Dqaic.h114 struct work_struct poll_work; member
H A Dqaic_data.c1384 schedule_work(&dbc->poll_work); in __qaic_execute_bo_ioctl()
1489 struct dma_bridge_chan *dbc = container_of(work, struct dma_bridge_chan, poll_work); in irq_polling_work()
1641 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
1657 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
H A Dqaic_drv.c544 INIT_WORK(&qdev->dbc[i].poll_work, irq_polling_work); in init_msi()
/linux-6.15/drivers/media/i2c/
H A Dds90ub960.c515 struct delayed_work poll_work; member
3203 container_of(dwork, struct ub960_data, poll_work); in ub960_handler_work()
3207 schedule_delayed_work(&priv->poll_work, in ub960_handler_work()
3954 INIT_DELAYED_WORK(&priv->poll_work, ub960_handler_work); in ub960_probe()
4032 schedule_delayed_work(&priv->poll_work, in ub960_probe()
4064 cancel_delayed_work_sync(&priv->poll_work); in ub960_remove()
/linux-6.15/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1184 poll_work: in ibmvscsis_poll_cmd_q()
1238 goto poll_work; in ibmvscsis_poll_cmd_q()