Searched refs:mt76_mcu_send_and_get_msg (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/ |
D | mcu.c | 56 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, in mt76_mcu_send_and_get_msg() function 70 EXPORT_SYMBOL_GPL(mt76_mcu_send_and_get_msg);
|
D | mt76.h | 1682 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, 1701 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | testmode.c | 97 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_CE_CMD(TEST_CTRL), in mt7921_tm_query()
|
D | mcu.c | 87 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_QUERY(EFUSE_ACCESS), in mt7921_mcu_read_eeprom() 566 ret = mt76_mcu_send_and_get_msg(phy->dev, MCU_CE_CMD(GET_NIC_CAPAB), in mt7921_mcu_get_nic_capability() 1117 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_CE_CMD(GET_TXPWR), in mt7921_get_txpwr_info()
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 2191 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD(MURU_CTRL), in mt7915_mcu_muru_debug_get() 2873 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7915_mcu_get_eeprom() 2900 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7915_mcu_get_eeprom_free_block() 3166 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD(GET_MIB_INFO), in mt7915_mcu_get_chan_mib_info() 3424 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7915_mcu_get_txpower_sku() 3755 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_CMD(PHY_STAT_INFO), in mt7915_mcu_get_rx_rate() 3946 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WA_PARAM_CMD(QUERY), in mt7915_mcu_wed_wa_tx_stats() 3998 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_EXT_QUERY(RF_REG_ACCESS), in mt7915_mcu_rf_regval()
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | mcu.c | 104 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7925_mcu_regval() 727 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_UNI_CMD(WSYS_CONFIG), in mt7925_mcu_fw_log_2_host() 752 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7925_mcu_get_temperature() 836 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_UNI_CMD(CHIP_CONFIG), in mt7925_mcu_get_nic_capability() 1369 return mt76_mcu_send_and_get_msg(&dev->mt76, MCU_UNI_CMD(EFUSE_CTRL), in mt7925_mcu_set_eeprom() 1958 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_UNI_CMD(TXPOWER), in mt7925_get_txpwr_info()
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 3602 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7996_mcu_get_eeprom() 3647 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WM_UNI_CMD_QUERY(EFUSE_CTRL), &req, in mt7996_mcu_get_eeprom_free_block() 3675 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7996_mcu_get_chip_config() 3745 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WM_UNI_CMD_QUERY(GET_MIB_INFO), in mt7996_mcu_get_chan_mib_info() 3816 ret = mt76_mcu_send_and_get_msg(&phy->dev->mt76, MCU_WM_UNI_CMD(THERMAL), in mt7996_mcu_get_temperature() 4419 ret = mt76_mcu_send_and_get_msg(&dev->mt76, in mt7996_mcu_rf_regval()
|