Searched refs:sta_ps (Results 1 – 7 of 7) 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()
220 .sta_ps = mt76x02_sta_ps, in mt76x0u_probe()
16 .sta_ps = mt7603_sta_ps,
1319 if (dev->drv->sta_ps) in mt76_check_sta()1320 dev->drv->sta_ps(dev, sta, ps); in mt76_check_sta()
469 void (*sta_ps)(struct mt76_dev *dev, struct ieee80211_sta *sta, member