Home
last modified time | relevance | path

Searched refs:timer_work (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c68 struct work_struct timer_work; member
312 BCM_SET_CONTAINER_OF(timer_params, data, struct wl_timer_params, timer_work); in WL_TIMER_HANDLER()
373 queue_work(timer_params->timer_workq, &timer_params->timer_work); in wl_timer_kick_handler()
411 INIT_WORK(&timer_params->timer_work, wl_timer_handler); in wl_timer_create_handler()
428 cancel_work_sync(&timer_params->timer_work); in wl_timer_destroy_handler()
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dinit.c87 cancel_delayed_work_sync(&dev->timer_work); in mei_cancel_work()
380 INIT_DELAYED_WORK(&dev->timer_work, mei_timer); in mei_device_init()
H A Dinterrupt.c595 schedule_delayed_work(&dev->timer_work, MEI_STALL_TIMER_FREQ); in mei_schedule_stall_timer()
608 struct mei_device, timer_work.work); in mei_timer()
H A Dpci-me.c401 schedule_delayed_work(&dev->timer_work, HZ); in mei_me_pci_resume()
H A Dmei_dev.h494 struct delayed_work timer_work; member
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfcoe.h130 struct work_struct timer_work; member
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c149 INIT_WORK(&fip->timer_work, fcoe_ctlr_timer_work); in fcoe_ctlr_init()
306 cancel_work_sync(&fip->timer_work); in fcoe_ctlr_destroy()
740 schedule_work(&fip->timer_work); in fcoe_ctlr_els_send()
1786 schedule_work(&fip->timer_work); in fcoe_ctlr_timeout()
1808 fip = container_of(work, struct fcoe_ctlr, timer_work); in fcoe_ctlr_timer_work()
3041 schedule_work(&fip->timer_work); in fcoe_ctlr_disc_start()