| /linux/drivers/power/supply/ |
| H A D | chagall-battery.c | 46 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 D | ehci-platform.c | 54 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 D | core.c | 64 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 D | digital_core.c | 423 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 D | cxacru.c | 178 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 D | sc16is7xx.c | 312 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 D | digital.h | 214 struct delayed_work poll_work; member
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.h | 144 struct delayed_work poll_work; member
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic.h | 133 struct work_struct poll_work; member
|
| H A D | qaic_data.c | 1412 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 D | qaic_drv.c | 565 INIT_WORK(&qdev->dbc[i].poll_work, qaic_irq_polling_work); in init_msi()
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.c | 1184 poll_work: in ibmvscsis_poll_cmd_q() 1238 goto poll_work; in ibmvscsis_poll_cmd_q()
|