Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtl8xxxu/
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()
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()
4602 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask()
4604 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask()
4623 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask()
4654 struct h2c_cmd h2c; in rtl8xxxu_gen1_report_connect()
4675 struct h2c_cmd h2c; in rtl8xxxu_gen2_report_connect()
4693 struct h2c_cmd h2c; in rtl8xxxu_gen1_report_rssi()
[all …]
A Drtl8xxxu.h1424 struct h2c_cmd { struct
2095 struct h2c_cmd *h2c, int len);
/drivers/staging/rtl8723bs/hal/
A Drtl8723b_cmd.c51 u32 h2c_cmd = 0; in FillH2CCmd8723B() local
77 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); in FillH2CCmd8723B()
79 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); in FillH2CCmd8723B()
84 *(u8 *)(&h2c_cmd) |= ElementID; in FillH2CCmd8723B()
91 rtw_write32(padapter, msgbox_addr, h2c_cmd); in FillH2CCmd8723B()
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
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()
A Dfw.h253 enum h2c_cmd { enum
/drivers/net/wireless/realtek/rtw88/
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()

Completed in 40 milliseconds