Searched refs:ps_lock (Results 1 – 14 of 14) sorted by relevance
120 allocate a shadow copy of the ps_lock pointer, then initialize it::127 spinlock_t *ps_lock;133 ps_lock = klp_shadow_alloc(sta, PS_LOCK, sizeof(*ps_lock), gfp,135 if (!ps_lock)137 spin_lock_init(ps_lock);140 When requiring a ps_lock, query the shadow variable API to retrieve one145 spinlock_t *ps_lock;148 ps_lock = klp_shadow_get(sta, PS_LOCK);149 if (ps_lock)150 spin_lock(ps_lock);[all …]
144 struct mutex ps_lock; member377 mutex_lock(&psdata->ps_lock); in ps_control()406 mutex_unlock(&psdata->ps_lock); in ps_control()455 mutex_init(&psdata->ps_lock); in ps_setup()466 mutex_lock(&psdata->ps_lock); in ps_wakeup()468 mutex_unlock(&psdata->ps_lock); in ps_wakeup()483 mutex_lock(&psdata->ps_lock); in ps_cleanup()485 mutex_unlock(&psdata->ps_lock); in ps_cleanup()492 mutex_destroy(&psdata->ps_lock); in ps_cleanup()
82 spin_lock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()88 spin_unlock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
53 spin_lock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()73 spin_unlock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
129 spinlock_t ps_lock; member
513 spin_lock_init(&dev->ps_lock); in mt7603_register_device()
244 spin_lock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()269 spin_unlock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()
153 struct mutex ps_lock; /* protects overall PTP PHY start procedure */ member
1324 mutex_lock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()1342 mutex_unlock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()1370 mutex_lock(&ptp_port->ps_lock); in ice_ptp_port_phy_restart()1409 mutex_unlock(&ptp_port->ps_lock); in ice_ptp_port_phy_restart()3135 mutex_init(&ptp_port->ps_lock); in ice_ptp_init_port()3283 mutex_destroy(&pf->ptp.port.ps_lock); in ice_ptp_release()
341 spin_lock_init(&adapter->ps_lock); in rsi_91x_init()
368 spinlock_t ps_lock; /*To protect power save config*/ member
705 spin_lock_irqsave(&adapter->ps_lock, flags); in rsi_mac80211_config()710 spin_unlock_irqrestore(&adapter->ps_lock, flags); in rsi_mac80211_config()
583 spin_lock_init(&sta->ps_lock); in __sta_info_alloc()1762 spin_lock_bh(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()1791 spin_unlock_bh(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
496 spin_lock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()505 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()523 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()