Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723b.c340 struct h2c_cmd h2c; in rtl8723bu_write_btreg()
343 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg()
351 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg()
1505 struct h2c_cmd h2c; in rtl8723b_enable_rf()
1536 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
1580 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
1606 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
1611 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c499 static bool _rtl92s_firmware_set_h2c_cmd(struct ieee80211_hw *hw, u8 h2c_cmd, in _rtl92s_firmware_set_h2c_cmd() argument
510 switch (h2c_cmd) { in _rtl92s_firmware_set_h2c_cmd()
H A Dfw.h253 enum h2c_cmd { enum
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c447 struct rtw_h2c_cmd *h2c_cmd = (struct rtw_h2c_cmd *)h2c; in rtw_fw_send_h2c_command() local
492 rtw_write32(rtwdev, box_ex_reg, le32_to_cpu(h2c_cmd->msg_ext)); in rtw_fw_send_h2c_command()
493 rtw_write32(rtwdev, box_reg, le32_to_cpu(h2c_cmd->msg)); in rtw_fw_send_h2c_command()