Home
last modified time | relevance | path

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

/drivers/power/supply/
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()
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()
/drivers/usb/host/
A Dehci-platform.c53 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 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()
/drivers/tty/serial/
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()
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 Dpn533.h144 struct delayed_work poll_work; member
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()
/drivers/accel/qaic/
A Dqaic.h114 struct work_struct poll_work; member
A Dqaic_data.c1383 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 Dqaic_drv.c545 INIT_WORK(&qdev->dbc[i].poll_work, irq_polling_work); in init_msi()
/drivers/media/i2c/
A Dds90ub960.c561 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 Dibmvscsi_tgt.c1184 poll_work: in ibmvscsis_poll_cmd_q()
1238 goto poll_work; in ibmvscsis_poll_cmd_q()

Completed in 44 milliseconds