Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dcore.c3370 struct h2c_cmd h2c; in rtl8xxxu_gen2_prepare_calibrate()
3372 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_prepare_calibrate()
3898 struct h2c_cmd h2c; in rtl8723bu_set_ps_tdma()
3900 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_set_ps_tdma()
4601 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask()
4603 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask()
4622 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask()
4653 struct h2c_cmd h2c; in rtl8xxxu_gen1_report_connect()
4674 struct h2c_cmd h2c; in rtl8xxxu_gen2_report_connect()
4692 struct h2c_cmd h2c; in rtl8xxxu_gen1_report_rssi()
[all …]
H A Drtl8xxxu.h1424 struct h2c_cmd { struct
2095 struct h2c_cmd *h2c, int len);
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c51 u32 h2c_cmd = 0; in FillH2CCmd8723B() local
79 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); in FillH2CCmd8723B()
81 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); in FillH2CCmd8723B()
86 *(u8 *)(&h2c_cmd) |= ElementID; in FillH2CCmd8723B()
93 rtw_write32(padapter, msgbox_addr, h2c_cmd); in FillH2CCmd8723B()
/linux-6.15/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-6.15/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()