Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dchagall-battery.c46 struct delayed_work poll_work; member
163 container_of(work, struct chagall_battery_data, poll_work.work); in chagall_battery_poll_work()
179 schedule_delayed_work(&cg->poll_work, in chagall_battery_poll_work()
241 ret = devm_delayed_work_autocancel(dev, &cg->poll_work, chagall_battery_poll_work); in chagall_battery_probe()
245 schedule_delayed_work(&cg->poll_work, msecs_to_jiffies(CHAGALL_BATTERY_DATA_REFRESH)); in chagall_battery_probe()
255 cancel_delayed_work_sync(&cg->poll_work); in chagall_battery_suspend()
265 schedule_delayed_work(&cg->poll_work, msecs_to_jiffies(CHAGALL_BATTERY_DATA_REFRESH)); in chagall_battery_resume()
/linux/drivers/usb/host/
H A Dehci-platform.c54 struct delayed_work poll_work; member
184 poll_work); in quirk_poll_work()
213 schedule_delayed_work(&priv->poll_work, msecs_to_jiffies(5)); in quirk_poll_timer()
221 INIT_DELAYED_WORK(&priv->poll_work, quirk_poll_work); in quirk_poll_init()
229 cancel_delayed_work(&priv->poll_work); in quirk_poll_end()
/linux/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/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/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()
1212 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind()
1256 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
/linux/drivers/tty/serial/
H A Dsc16is7xx.c312 struct kthread_delayed_work poll_work; member
811 struct sc16is7xx_port *s = container_of(ws, struct sc16is7xx_port, poll_work.work); in sc16is7xx_poll_proc()
817 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_poll_proc()
1160 kthread_queue_delayed_work(&s->kworker, &s->poll_work, in sc16is7xx_startup()
1185 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_shutdown()
1635 kthread_init_delayed_work(&s->poll_work, sc16is7xx_poll_proc); in sc16is7xx_probe()
1699 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_remove()
/linux/include/net/nfc/
H A Ddigital.h214 struct delayed_work poll_work; member
/linux/drivers/nfc/pn533/
H A Dpn533.h144 struct delayed_work poll_work; member
/linux/drivers/accel/qaic/
H A Dqaic.h133 struct work_struct poll_work; member
H A Dqaic_data.c1412 schedule_work(&dbc->poll_work); in __qaic_execute_bo_ioctl()
1519 struct dma_bridge_chan *dbc = container_of(work, struct dma_bridge_chan, poll_work); in qaic_irq_polling_work()
1671 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
1687 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
H A Dqaic_drv.c565 INIT_WORK(&qdev->dbc[i].poll_work, qaic_irq_polling_work); in init_msi()
/linux/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()