Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c389 spin_lock_bh(&dev->ps_lock); in mt7603_sta_remove()
392 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_remove()
428 spin_lock_bh(&dev->ps_lock); in mt7603_sta_ps()
430 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_ps()
460 spin_lock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
474 spin_unlock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
H A Dbeacon.c30 spin_lock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
41 spin_unlock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
H A Ddma.c58 spin_lock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
64 spin_unlock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
H A Dmt7603.h129 spinlock_t ps_lock; member
H A Dinit.c503 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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c455 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
475 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
524 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
542 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
552 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
565 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
577 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
598 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
611 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
625 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
[all …]
H A Dpci.h136 spinlock_t ps_lock; member