Searched refs:mt7915_mcu_fw_log_2_host (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | debugfs.c | 509 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WM, val); in mt7915_fw_debug_wm_set() 559 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WA, dev->fw.debug_wa); in mt7915_fw_debug_wa_set()
|
D | mt7915.h | 509 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 type, u8 ctrl);
|
D | mcu.c | 2106 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 type, u8 ctrl) in mt7915_mcu_fw_log_2_host() function 2357 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WM, 0); in mt7915_mcu_init_firmware() 2361 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WA, 0); in mt7915_mcu_init_firmware()
|