Home
last modified time | relevance | path

Searched refs:periodic_work (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/usb/host/whci/
Dpzl.c233 struct whc *whc = container_of(work, struct whc, periodic_work); in scan_periodic_work()
275 queue_work(whc->workqueue, &whc->periodic_work); in scan_periodic_work()
321 queue_work(whc->workqueue, &whc->periodic_work); in pzl_urb_enqueue()
380 queue_work(whc->workqueue, &whc->periodic_work); in pzl_qset_delete()
Dint.c29 queue_work(whc->workqueue, &whc->periodic_work); in transfer_done()
Dinit.c79 INIT_WORK(&whc->periodic_work, scan_periodic_work); in whc_init()
Dwhcd.h73 struct work_struct periodic_work; member
Dhcd.c208 queue_work(whc->workqueue, &whc->periodic_work); in whc_endpoint_reset()
/linux-2.6.39/drivers/net/wireless/b43legacy/
Db43legacy.h704 struct delayed_work periodic_work; member
Dmain.c2316 periodic_work.work); in b43legacy_periodic_work_handler()
2335 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay); in b43legacy_periodic_work_handler()
2342 struct delayed_work *work = &dev->periodic_work; in b43legacy_periodic_tasks_setup()
2905 cancel_delayed_work_sync(&dev->periodic_work); in b43legacy_wireless_core_stop()
/linux-2.6.39/drivers/net/wireless/b43/
Db43.h750 struct delayed_work periodic_work; member
Dmain.c3024 periodic_work.work); in b43_periodic_work_handler()
3043 ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay); in b43_periodic_work_handler()
3050 struct delayed_work *work = &dev->periodic_work; in b43_periodic_tasks_setup()
3929 cancel_delayed_work_sync(&dev->periodic_work); in b43_wireless_core_stop()