Searched refs:update_survey (Results 1 – 8 of 8) sorted by relevance
25 .update_survey = mt76x02_update_channel, in mt76pci_probe()
28 .update_survey = mt76x02_update_channel, in mt76x2u_probe()
411 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()
292 void (*update_survey)(struct mt76_dev *dev); member
84 .update_survey = mt7615_update_channel, in mt7615_pci_probe()
159 .update_survey = mt76x02_update_channel, in mt76x0e_probe()
214 .update_survey = mt76x02_update_channel, in mt76x0u_probe()
18 .update_survey = mt7603_update_channel,