Home
last modified time | relevance | path

Searched refs:mt76_mcu_send_msg (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
Dmcu.c36 mt76_mcu_send_msg(dev, CMD_SWITCH_CHANNEL_OP, &msg, sizeof(msg), true); in mt76x2_mcu_set_channel()
41 return mt76_mcu_send_msg(dev, CMD_SWITCH_CHANNEL_OP, &msg, sizeof(msg), in mt76x2_mcu_set_channel()
69 return mt76_mcu_send_msg(dev, CMD_LOAD_CR, &msg, sizeof(msg), true); in mt76x2_mcu_load_cr()
87 return mt76_mcu_send_msg(dev, CMD_INIT_GAIN_OP, &msg, sizeof(msg), in mt76x2_mcu_init_gain()
103 return mt76_mcu_send_msg(dev, CMD_CALIBRATION_OP, &msg, sizeof(msg), in mt76x2_mcu_tssi_comp()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mcu.c92 return mt76_mcu_send_msg(dev, CMD_FUN_SET_OP, &msg, sizeof(msg), wait); in mt76x02_mcu_function_select()
106 return mt76_mcu_send_msg(dev, CMD_POWER_SAVING_OP, &msg, sizeof(msg), in mt76x02_mcu_set_radio_state()
126 ret = mt76_mcu_send_msg(dev, CMD_CALIBRATION_OP, &msg, sizeof(msg), in mt76x02_mcu_calibrate()
Dmt76.h693 #define mt76_mcu_send_msg(dev, ...) (dev)->mt76.mcu_ops->mcu_send_msg(&((dev)->mt76), __VA_ARGS__) macro