Searched refs:h2c_cmd (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtl8xxxu/ |
D | 8723b.c | 340 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()
|
D | core.c | 952 rtl8xxxu_gen1_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen1_h2c_cmd() 1002 rtl8xxxu_gen2_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen2_h2c_cmd() 3369 struct h2c_cmd h2c; in rtl8xxxu_gen2_prepare_calibrate() 3371 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_prepare_calibrate() 3897 struct h2c_cmd h2c; in rtl8723bu_set_ps_tdma() 3899 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_set_ps_tdma() 4594 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask() 4596 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask() 4615 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask() 4623 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_update_rate_mask() [all …]
|
D | rtl8xxxu.h | 1424 struct h2c_cmd { struct 2095 struct h2c_cmd *h2c, int len);
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 51 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.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.c | 499 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()
|
D | fw.h | 253 enum h2c_cmd { enum
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | fw.c | 439 struct rtw_h2c_cmd *h2c_cmd = (struct rtw_h2c_cmd *)h2c; in rtw_fw_send_h2c_command() local 484 rtw_write32(rtwdev, box_ex_reg, le32_to_cpu(h2c_cmd->msg_ext)); in rtw_fw_send_h2c_command() 485 rtw_write32(rtwdev, box_reg, le32_to_cpu(h2c_cmd->msg)); in rtw_fw_send_h2c_command()
|