Searched refs:mt76_mcu_send_and_get_msg (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mcu.c | 54 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, in mt76_mcu_send_and_get_msg() function 68 EXPORT_SYMBOL_GPL(mt76_mcu_send_and_get_msg);
|
A D | mt76.h | 1299 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, 1318 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
|
A D | mt76_connac_mcu.c | 1789 ret = mt76_mcu_send_and_get_msg(phy->dev, MCU_CMD_GET_NIC_CAPAB, NULL, in mt76_connac_mcu_get_nic_capability()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | testmode.c | 98 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_CMD_TEST_CTRL, in mt7921_tm_query()
|
A D | mcu.c | 1111 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD_EFUSE_ACCESS, &req, in mt7921_mcu_get_eeprom() 1345 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_CMD_GET_TXPWR, in mt7921_get_txpwr_info()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | mcu.c | 3569 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_QUERY(EFUSE_ACCESS), &req, in mt7915_mcu_get_eeprom() 3743 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD(GET_MIB_INFO), in mt7915_mcu_get_chan_mib_info() 3909 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7915_mcu_get_txpower_sku() 4078 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD(PHY_STAT_INFO), in mt7915_mcu_get_rx_rate()
|
Completed in 63 milliseconds