Searched refs:sta_ps (Results 1 – 6 of 6) sorted by relevance
38 .sta_ps = mt76x02_sta_ps, in mt76x2u_probe()
32 .sta_ps = mt76x02_sta_ps, in mt76x2e_probe()
162 .sta_ps = mt76x02_sta_ps, in mt76x0e_probe()
16 .sta_ps = mt7603_sta_ps,
1345 if (dev->drv->sta_ps) in mt76_check_sta()1346 dev->drv->sta_ps(dev, sta, ps); in mt76_check_sta()
473 void (*sta_ps)(struct mt76_dev *dev, struct ieee80211_sta *sta, member