watch_dog_wq      997 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	INIT_DELAYED_WORK_RSL(&priv->watch_dog_wq,
watch_dog_wq     1369 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 				  struct r8192_priv, watch_dog_wq);
watch_dog_wq     1524 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	schedule_delayed_work(&priv->watch_dog_wq, 0);
watch_dog_wq     2141 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	cancel_delayed_work_sync(&priv->watch_dog_wq);
watch_dog_wq      322 drivers/staging/rtl8192e/rtl8192e/rtl_core.h 	struct delayed_work		watch_dog_wq;
watch_dog_wq     1058 drivers/staging/rtl8192u/r8192U.h 	struct delayed_work watch_dog_wq;
watch_dog_wq     2231 drivers/staging/rtl8192u/r8192U_core.c 	INIT_DELAYED_WORK(&priv->watch_dog_wq,
watch_dog_wq     3273 drivers/staging/rtl8192u/r8192U_core.c 					       struct r8192_priv, watch_dog_wq);
watch_dog_wq     3345 drivers/staging/rtl8192u/r8192U_core.c 	schedule_delayed_work(&priv->watch_dog_wq, 0);
watch_dog_wq     4848 drivers/staging/rtl8192u/r8192U_core.c 	cancel_delayed_work(&priv->watch_dog_wq);