Searched refs:mt7915_mcu_fw_log_2_host (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 334 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 ctrl);
|
H A D | debugfs.c | 90 mt7915_mcu_fw_log_2_host(dev, dev->fw_debug ? 2 : 0); in mt7915_fw_debug_set()
|
H A D | mcu.c | 2825 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 ctrl) in mt7915_mcu_fw_log_2_host() function 2877 mt7915_mcu_fw_log_2_host(dev, 0); in mt7915_mcu_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | debugfs.c | 509 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WM, val); in mt7915_fw_debug_wm_set() 558 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WA, dev->fw.debug_wa); in mt7915_fw_debug_wa_set()
|
H A D | mt7915.h | 503 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 type, u8 ctrl);
|
H A D | mcu.c | 2091 int mt7915_mcu_fw_log_2_host(struct mt7915_dev *dev, u8 type, u8 ctrl) in mt7915_mcu_fw_log_2_host() function 2342 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WM, 0); in mt7915_mcu_init_firmware() 2346 ret = mt7915_mcu_fw_log_2_host(dev, MCU_FW_LOG_WA, 0); in mt7915_mcu_init_firmware()
|
Completed in 19 milliseconds