duty_cycle_work   529 drivers/net/wireless/ath/ath9k/htc.h 	struct delayed_work duty_cycle_work;
duty_cycle_work    88 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c 	ieee80211_queue_delayed_work(priv->hw, &priv->duty_cycle_work,
duty_cycle_work   101 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c 						   duty_cycle_work.work);
duty_cycle_work   127 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c 	INIT_DELAYED_WORK(&priv->duty_cycle_work, ath_btcoex_duty_cycle_work);
duty_cycle_work   155 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c 	cancel_delayed_work_sync(&priv->duty_cycle_work);