Home
last modified time | relevance | path

Searched refs:update_survey (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb.c33 .update_survey = mt76x02_update_channel, in mt76x2u_probe()
Dpci.c27 .update_survey = mt76x02_update_channel, in mt76x2e_probe()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dusb.c66 .update_survey = mt7615_update_channel, in mt7663u_probe()
Dmmio.c201 .update_survey = mt7615_update_channel, in mt7615_mmio_probe()
Dsdio.c307 .update_survey = mt7615_update_channel, in mt7663s_probe()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt76x0/
Dpci.c156 .update_survey = mt76x02_update_channel, in mt76x0e_probe()
Dusb.c214 .update_survey = mt76x02_update_channel, in mt76x0u_probe()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dpci.c111 .update_survey = mt7921_update_channel, in mt7921_pci_probe()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dpci.c238 .update_survey = mt7915_update_channel, in mt7915_pci_probe()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmac80211.c667 if (dev->drv->update_survey) in mt76_update_survey()
668 dev->drv->update_survey(phy); in mt76_update_survey()
717 if (idx == 0 && dev->drv->update_survey) in mt76_get_survey()
Dmt76.h356 void (*update_survey)(struct mt76_phy *phy); member
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/
Dinit.c20 .update_survey = mt7603_update_channel,