Searched refs:__mt76_mcu_send_firmware (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/mediatek/mt76/ |
| D | mcu.c | 111 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, in __mt76_mcu_send_firmware() function 134 EXPORT_SYMBOL_GPL(__mt76_mcu_send_firmware);
|
| D | mt76.h | 1371 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, 1379 return __mt76_mcu_send_firmware(dev, cmd, data, len, max_len); in mt76_mcu_send_firmware()
|
| D | mt76_connac_mcu.c | 2846 err = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac_mcu_send_ram_firmware() 3015 ret = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac2_load_patch()
|