Searched refs:__mt76_mcu_send_firmware (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/contrib/dev/mediatek/mt76/ |
H A D | mcu.c | 112 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, in __mt76_mcu_send_firmware() function 114 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const u8 *data, in __mt76_mcu_send_firmware() 138 EXPORT_SYMBOL_GPL(__mt76_mcu_send_firmware);
|
H A D | mt76.h | 1517 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, 1519 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const u8 *data, 1528 return __mt76_mcu_send_firmware(dev, cmd, data, len, max_len); in mt76_mcu_send_firmware()
|
H A D | mt76_connac_mcu.c | 2977 err = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac_mcu_send_ram_firmware() 3155 ret = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac2_load_patch()
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mcu.c | 2254 ret = __mt76_mcu_send_firmware(&dev->mt76, MCU_CMD(FW_SCATTER), in mt7996_load_patch() 2313 err = __mt76_mcu_send_firmware(&dev->mt76, MCU_CMD(FW_SCATTER), in mt7996_mcu_send_ram_firmware()
|