Searched refs:dwork (Results 1 - 24 of 24) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dps.c32 struct delayed_work *dwork; local
35 dwork = container_of(work, struct delayed_work, work);
36 wl = container_of(dwork, struct wl1251, elp_work);
/drivers/input/keyboard/
H A Dqt2160.c55 struct delayed_work dwork; member in struct:qt2160_data
56 spinlock_t lock; /* Protects canceling/rescheduling of dwork */
159 __cancel_delayed_work(&qt2160->dwork);
160 schedule_delayed_work(&qt2160->dwork, 0);
170 schedule_delayed_work(&qt2160->dwork, QT2160_CYCLE_INTERVAL);
177 container_of(work, struct qt2160_data, dwork.work);
292 INIT_DELAYED_WORK(&qt2160->dwork, qt2160_worker);
356 cancel_delayed_work_sync(&qt2160->dwork);
H A Dtca6416-keypad.c49 struct delayed_work dwork; member in struct:tca6416_keypad_chip
138 container_of(work, struct tca6416_keypad_chip, dwork.work);
141 schedule_delayed_work(&chip->dwork, msecs_to_jiffies(100));
152 schedule_delayed_work(&chip->dwork, msecs_to_jiffies(100));
164 cancel_delayed_work_sync(&chip->dwork);
237 INIT_DELAYED_WORK(&chip->dwork, tca6416_keys_work_func);
/drivers/input/touchscreen/
H A Dili210x.c49 struct delayed_work dwork; member in struct:ili210x
119 dwork.work);
135 schedule_delayed_work(&priv->dwork,
143 schedule_delayed_work(&priv->dwork, 0);
238 INIT_DELAYED_WORK(&priv->dwork, ili210x_work);
307 cancel_delayed_work_sync(&priv->dwork);
/drivers/misc/
H A Dvmw_balloon.c214 struct delayed_work dwork; member in struct:vmballoon
654 struct delayed_work *dwork = to_delayed_work(work); local
655 struct vmballoon *b = container_of(dwork, struct vmballoon, dwork);
681 dwork, round_jiffies_relative(HZ));
799 INIT_DELAYED_WORK(&balloon.dwork, vmballoon_work);
818 queue_delayed_work(system_freezable_wq, &balloon.dwork, 0);
826 cancel_delayed_work_sync(&balloon.dwork);
/drivers/usb/otg/
H A Dab8500-usb.c79 struct delayed_work dwork; member in struct:ab8500_usb
223 dwork.work);
233 schedule_delayed_work(&ab->dwork, ab->link_status_wait);
246 schedule_delayed_work(&ab->dwork, ab->link_status_wait);
326 schedule_delayed_work(&ab->dwork, ab->link_status_wait);
356 schedule_delayed_work(&ab->dwork, ab->link_status_wait);
517 INIT_DELAYED_WORK(&ab->dwork, ab8500_usb_delayed_work);
555 cancel_delayed_work_sync(&ab->dwork);
/drivers/input/mouse/
H A Dsynaptics_i2c.c221 struct delayed_work dwork; member in struct:synaptics_i2c
383 __cancel_delayed_work(&touch->dwork);
384 schedule_delayed_work(&touch->dwork, delay);
453 container_of(work, struct synaptics_i2c, dwork.work);
495 cancel_delayed_work_sync(&touch->dwork);
537 INIT_DELAYED_WORK(&touch->dwork, synaptics_i2c_work_handler);
628 cancel_delayed_work_sync(&touch->dwork);
/drivers/net/hyperv/
H A Dnetvsc_drv.c46 struct delayed_work dwork; member in struct:net_device_context
242 schedule_delayed_work(&ndev_ctx->dwork, 0);
243 schedule_delayed_work(&ndev_ctx->dwork, msecs_to_jiffies(20));
324 cancel_delayed_work_sync(&ndevctx->dwork);
368 ndev_ctx = container_of(w, struct net_device_context, dwork.work);
393 INIT_DELAYED_WORK(&net_device_ctx->dwork, netvsc_send_garp);
447 cancel_delayed_work_sync(&ndev_ctx->dwork);
/drivers/net/wireless/wl12xx/
H A Dps.c34 struct delayed_work *dwork; local
38 dwork = container_of(work, struct delayed_work, work);
39 wl = container_of(dwork, struct wl1271, elp_work);
H A Dscan.c36 struct delayed_work *dwork; local
42 dwork = container_of(work, struct delayed_work, work);
43 wl = container_of(dwork, struct wl1271, scan_complete_work);
H A Dmain.c571 struct delayed_work *dwork; local
574 dwork = container_of(work, struct delayed_work, work);
575 wl = container_of(dwork, struct wl1271, tx_watchdog_work);
/drivers/ata/
H A Dpata_arasan_cf.c218 struct delayed_work dwork; member in struct:arasan_cf_dev
555 ata_sff_queue_delayed_work(&acdev->dwork, 1);
579 dwork.work);
589 ata_sff_queue_delayed_work(&acdev->dwork, 1);
670 cancel_delayed_work_sync(&acdev->dwork);
858 INIT_DELAYED_WORK(&acdev->dwork, delayed_finish);
H A Dlibata-sff.c1312 void ata_sff_queue_delayed_work(struct delayed_work *dwork, unsigned long delay) argument
1314 queue_delayed_work(ata_sff_wq, dwork, delay);
/drivers/staging/rtl8187se/
H A Dr8180_dm.c99 struct delayed_work *dwork = to_delayed_work(work); local
100 struct ieee80211_device *ieee = container_of(dwork,struct ieee80211_device,tx_pw_wq);
212 struct delayed_work *dwork = to_delayed_work(work); local
213 struct ieee80211_device *ieee = container_of(dwork,struct ieee80211_device,hw_dig_wq);
876 struct delayed_work *dwork = to_delayed_work(work); local
877 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, rate_adapter_wq);
H A Dr8180_core.c3256 struct delayed_work *dwork = to_delayed_work(work); local
3257 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, hw_wakeup_wq);
3265 struct delayed_work *dwork = to_delayed_work(work); local
3266 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, hw_sleep_wq);
3938 struct delayed_work *dwork = to_delayed_work(work); local
3940 container_of(dwork, struct ieee80211_device, watch_dog_wq);
/drivers/s390/block/
H A Ddasd_alias.c154 INIT_DELAYED_WORK(&lcu->ruac_data.dwork, lcu_update_work);
274 cancel_delayed_work_sync(&lcu->ruac_data.dwork);
514 ruac_data = container_of(work, struct read_uac_work_data, dwork.work);
527 schedule_delayed_work(&lcu->ruac_data.dwork, 30*HZ);
572 schedule_delayed_work(&lcu->ruac_data.dwork, 0);
H A Ddasd_eckd.h409 struct delayed_work dwork; member in struct:read_uac_work_data
/drivers/net/phy/
H A Dphy.c770 struct delayed_work *dwork = to_delayed_work(work); local
772 container_of(dwork, struct phy_device, state_queue);
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c580 struct delayed_work *dwork = to_delayed_work(work); local
581 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
2162 struct delayed_work *dwork = to_delayed_work(work); local
2163 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, start_ibss_wq);
2335 struct delayed_work *dwork = to_delayed_work(work); local
2336 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, associate_retry_wq);
/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1696 struct delayed_work *dwork = container_of(work,struct delayed_work,work); local
1697 struct r8192_priv *priv = container_of(dwork,struct r8192_priv,initialgain_operate_wq);
H A Dr8192U_dm.c936 struct delayed_work *dwork = container_of(work,struct delayed_work,work); local
937 struct r8192_priv *priv = container_of(dwork,struct r8192_priv,txpower_tracking_wq);
2918 struct delayed_work *dwork = container_of(work,struct delayed_work,work); local
2919 struct r8192_priv *priv = container_of(dwork,struct r8192_priv,gpio_change_rf_wq);
2990 struct delayed_work *dwork = container_of(work,struct delayed_work,work); local
2991 struct r8192_priv *priv = container_of(dwork,struct r8192_priv,rfpath_check_wq);
H A Dr8192U_core.c4081 struct delayed_work *dwork = container_of(work,struct delayed_work,work); local
4082 struct r8192_priv *priv = container_of(dwork,struct r8192_priv,watch_dog_wq);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c497 struct delayed_work *dwork = container_of(work, struct delayed_work, work); local
498 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
2338 struct delayed_work *dwork = container_of(work, struct delayed_work, work); local
2339 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, start_ibss_wq);
2510 struct delayed_work *dwork = container_of(work, struct delayed_work, work); local
2511 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, associate_retry_wq);
/drivers/infiniband/hw/nes/
H A Dnes_cm.c2793 struct disconn_work *dwork = container_of(work, struct disconn_work, work); local
2794 struct nes_qp *nesqp = dwork->nesqp;
2796 kfree(dwork);

Completed in 769 milliseconds