Searched refs:sc_pm_lock (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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() 119 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_ps_wakeup() 141 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_ps_wakeup() 150 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_ps_restore() 179 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_ps_restore() 261 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_complete_reset() 263 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_complete_reset() 425 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_tasklet() 434 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_tasklet() [all …]
|
D | link.c | 327 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 329 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 334 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_ani_calibrate() 336 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 | 674 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_beacon_config() 676 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_beacon_config()
|
D | recv.c | 1194 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_rx_tasklet() 1200 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_rx_tasklet()
|
D | channel.c | 1610 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath9k_p2p_bss_info_changed() 1612 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath9k_p2p_bss_info_changed()
|
D | ath9k.h | 996 spinlock_t sc_pm_lock; member
|
D | init.c | 728 spin_lock_init(&sc->sc_pm_lock); in ath9k_init_softc()
|
D | xmit.c | 2432 spin_lock_irqsave(&sc->sc_pm_lock, flags); in ath_tx_complete() 2442 spin_unlock_irqrestore(&sc->sc_pm_lock, flags); in ath_tx_complete()
|