Home
last modified time | relevance | path

Searched refs:ps_lock (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c380 spin_lock_bh(&dev->ps_lock); in mt7603_sta_remove()
383 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_remove()
419 spin_lock_bh(&dev->ps_lock); in mt7603_sta_ps()
421 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_ps()
451 spin_lock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
465 spin_unlock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
H A Ddma.c82 spin_lock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
88 spin_unlock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
H A Dbeacon.c53 spin_lock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
73 spin_unlock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
H A Dmt7603.h129 spinlock_t ps_lock; member
H A Dinit.c513 spin_lock_init(&dev->ps_lock); in mt7603_register_device()
H A Dmac.c244 spin_lock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()
269 spin_unlock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()
/src/sys/contrib/dev/athk/ath10k/
H A Dpci.c457 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
477 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
526 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
544 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
554 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
567 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
579 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
600 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
613 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
627 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
[all …]
H A Dpci.h137 spinlock_t ps_lock; member