Searched refs:sc_pm_lock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | main.c | 89 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_setpower() 91 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_setpower() 118 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_ps_wakeup() 140 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_ps_wakeup() 149 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_ps_restore() 178 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_ps_restore() 259 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_complete_reset() 261 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_complete_reset() 430 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_tasklet() 439 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_tasklet() [all …]
|
D | link.c | 323 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 325 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 330 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 332 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_ani_calibrate()
|
D | gpio.c | 203 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_btcoex_period_timer() 206 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_btcoex_period_timer() 209 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_btcoex_period_timer()
|
D | beacon.c | 647 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_beacon_config() 649 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_beacon_config()
|
D | recv.c | 1126 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_rx_tasklet() 1132 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_rx_tasklet()
|
D | channel.c | 1573 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_p2p_bss_info_changed() 1576 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_p2p_bss_info_changed()
|
D | ath9k.h | 968 spinlock_t sc_pm_lock; member
|
D | init.c | 623 spin_lock_init(&sc->sc_pm_lock); in ath9k_init_softc()
|
D | xmit.c | 2485 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_tx_complete() 2495 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_tx_complete()
|