Home
last modified time | relevance | path

Searched refs:__mt76_mcu_send_firmware (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmcu.c135 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, in __mt76_mcu_send_firmware() function
137 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const u8 *data, in __mt76_mcu_send_firmware()
161 EXPORT_SYMBOL_GPL(__mt76_mcu_send_firmware);
H A Dmt76.h1698 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data,
1700 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const u8 *data,
1709 return __mt76_mcu_send_firmware(dev, cmd, data, len, max_len); in mt76_mcu_send_firmware()
H A Dmt76_connac_mcu.c2923 err = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac_mcu_send_ram_firmware()
3101 ret = __mt76_mcu_send_firmware(dev, MCU_CMD(FW_SCATTER), in mt76_connac2_load_patch()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2795 ret = __mt76_mcu_send_firmware(&dev->mt76, MCU_CMD(FW_SCATTER), in mt7996_load_patch()
2854 err = __mt76_mcu_send_firmware(&dev->mt76, MCU_CMD(FW_SCATTER), in mt7996_mcu_send_ram_firmware()