Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci.c25 .update_survey = mt76x02_update_channel, in mt76pci_probe()
Dusb.c28 .update_survey = mt76x02_update_channel, in mt76x2u_probe()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmac80211.c411 if (dev->drv->update_survey) in mt76_set_channel()
412 dev->drv->update_survey(dev); in mt76_set_channel()
435 if (idx == 0 && dev->drv->update_survey) in mt76_get_survey()
436 dev->drv->update_survey(dev); in mt76_get_survey()
Dmt76.h292 void (*update_survey)(struct mt76_dev *dev); member
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci.c84 .update_survey = mt7615_update_channel, in mt7615_pci_probe()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/
Dpci.c159 .update_survey = mt76x02_update_channel, in mt76x0e_probe()
Dusb.c214 .update_survey = mt76x02_update_channel, in mt76x0u_probe()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/
Dinit.c18 .update_survey = mt7603_update_channel,