/openbmc/linux/drivers/power/supply/ |
H A D | acer_a500_battery.c | 57 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-platform.c | 53 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()
|
/openbmc/linux/net/rfkill/ |
H A D | core.c | 64 struct delayed_work poll_work; member 891 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_pause_polling() 908 &rfkill->poll_work, 0); in rfkill_resume_polling() 918 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_suspend() 940 &rfkill->poll_work, 0); in rfkill_resume() 1030 rfkill = container_of(work, struct rfkill, poll_work.work); in rfkill_poll() 1040 &rfkill->poll_work, in rfkill_poll() 1098 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll); in rfkill_register() 1104 &rfkill->poll_work, in rfkill_register() 1140 cancel_delayed_work_sync(&rfkill->poll_work); in rfkill_unregister()
|
/openbmc/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()
|
/openbmc/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() 1219 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status); in cxacru_bind() 1263 cancel_delayed_work_sync(&instance->poll_work); in cxacru_unbind()
|
/openbmc/linux/include/net/nfc/ |
H A D | digital.h | 214 struct delayed_work poll_work; member
|
/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic.h | 95 struct work_struct poll_work; member
|
H A D | qaic_data.c | 1380 schedule_work(&dbc->poll_work); in __qaic_execute_bo_ioctl() 1474 struct dma_bridge_chan *dbc = container_of(work, struct dma_bridge_chan, poll_work); in irq_polling_work() 1627 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn() 1643 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
|
H A D | qaic_drv.c | 468 INIT_WORK(&qdev->dbc[i].poll_work, irq_polling_work); in init_msi()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | pn533.h | 144 struct delayed_work poll_work; member
|
H A D | pn533.c | 1242 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()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ds90ub960.c | 505 struct delayed_work poll_work; member 3153 container_of(dwork, struct ub960_data, poll_work); in ub960_handler_work() 3157 schedule_delayed_work(&priv->poll_work, in ub960_handler_work() 3900 INIT_DELAYED_WORK(&priv->poll_work, ub960_handler_work); in ub960_probe() 3978 schedule_delayed_work(&priv->poll_work, in ub960_probe() 4004 cancel_delayed_work_sync(&priv->poll_work); in ub960_remove()
|
/openbmc/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()
|