Searched refs:poll_work (Results 1 – 12 of 12) sorted by relevance
| /drivers/power/supply/ |
| A D | acer_a500_battery.c | 58 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()
|
| 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()
|
| /drivers/usb/host/ |
| A D | ehci-platform.c | 53 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()
|
| /drivers/usb/atm/ |
| 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()
|
| /drivers/tty/serial/ |
| A D | sc16is7xx.c | 352 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() 1701 kthread_init_delayed_work(&s->poll_work, sc16is7xx_poll_proc); in sc16is7xx_probe() 1765 kthread_cancel_delayed_work_sync(&s->poll_work); in sc16is7xx_remove()
|
| /drivers/nfc/pn533/ |
| A D | pn533.h | 144 struct delayed_work poll_work; member
|
| 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()
|
| /drivers/accel/qaic/ |
| A D | qaic.h | 114 struct work_struct poll_work; member
|
| A D | qaic_data.c | 1383 schedule_work(&dbc->poll_work); in __qaic_execute_bo_ioctl() 1488 struct dma_bridge_chan *dbc = container_of(work, struct dma_bridge_chan, poll_work); in irq_polling_work() 1640 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn() 1656 schedule_work(&dbc->poll_work); in dbc_irq_threaded_fn()
|
| A D | qaic_drv.c | 545 INIT_WORK(&qdev->dbc[i].poll_work, irq_polling_work); in init_msi()
|
| /drivers/media/i2c/ |
| A D | ds90ub960.c | 561 struct delayed_work poll_work; member 4346 container_of(dwork, struct ub960_data, poll_work); in ub960_handler_work() 4350 schedule_delayed_work(&priv->poll_work, in ub960_handler_work() 5075 INIT_DELAYED_WORK(&priv->poll_work, ub960_handler_work); in ub960_probe() 5128 schedule_delayed_work(&priv->poll_work, in ub960_probe() 5160 cancel_delayed_work_sync(&priv->poll_work); in ub960_remove()
|
| /drivers/scsi/ibmvscsi_tgt/ |
| A D | ibmvscsi_tgt.c | 1184 poll_work: in ibmvscsis_poll_cmd_q() 1238 goto poll_work; in ibmvscsis_poll_cmd_q()
|
Completed in 44 milliseconds