Searched refs:mt76x2_mcu_set_channel (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | mcu.c | 15 int mt76x2_mcu_set_channel(struct mt76x02_dev *dev, u8 channel, u8 bw, in mt76x2_mcu_set_channel() function 45 EXPORT_SYMBOL_GPL(mt76x2_mcu_set_channel);
|
D | mt76x2.h | 61 int mt76x2_mcu_set_channel(struct mt76x02_dev *dev, u8 channel, u8 bw,
|
D | usb_phy.c | 137 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2u_phy_set_channel()
|
D | pci_phy.c | 200 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2_phy_set_channel()
|