Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_mcu.c49 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_FUN_SET_OP, in mt76x2u_mcu_function_select()
67 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_POWER_SAVING_OP, in mt76x2u_mcu_set_radio_state()
97 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_LOAD_CR, true); in mt76x2u_mcu_load_cr()
126 mt76u_mcu_send_msg(&dev->mt76, skb, CMD_SWITCH_CHANNEL_OP, true); in mt76x2u_mcu_set_channel()
135 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_SWITCH_CHANNEL_OP, true); in mt76x2u_mcu_set_channel()
153 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_CALIBRATION_OP, true); in mt76x2u_mcu_calibrate()
174 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_INIT_GAIN_OP, true); in mt76x2u_mcu_init_gain()
200 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_DYNC_VGA_OP, true); in mt76x2u_mcu_set_dynamic_vga()
218 return mt76u_mcu_send_msg(&dev->mt76, skb, CMD_CALIBRATION_OP, true); in mt76x2u_mcu_tssi_comp()
Dusb_mcu.c88 int mt76u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, in mt76u_mcu_send_msg() function
132 EXPORT_SYMBOL_GPL(mt76u_mcu_send_msg);
Dmt76.h608 int mt76u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb,