Home
last modified time | relevance | path

Searched refs:htc_pm_lock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c38 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_setpower()
40 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_setpower()
47 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_ps_wakeup()
53 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_ps_wakeup()
60 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_ps_restore()
73 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_ps_restore()
1187 mutex_lock(&priv->htc_pm_lock); in ath9k_htc_config()
1193 mutex_unlock(&priv->htc_pm_lock); in ath9k_htc_config()
H A Dhtc.h513 struct mutex htc_pm_lock; member
H A Dhtc_drv_init.c647 mutex_init(&priv->htc_pm_lock); in ath9k_init_priv()