Searched refs:h2c_cmd (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/staging/r8188eu/hal/ |
A D | rtl8188e_cmd.c | 54 u32 h2c_cmd = 0; in FillH2CCmd_88E() local 74 *(u8 *)(&h2c_cmd) = ElementID; in FillH2CCmd_88E() 77 memcpy((u8 *)(&h2c_cmd) + 1, pCmdBuffer, CmdLen); in FillH2CCmd_88E() 79 memcpy((u8 *)(&h2c_cmd) + 1, pCmdBuffer, 3); in FillH2CCmd_88E() 92 rtw_write8(adapt, msgbox_addr + cmd_idx, *((u8 *)(&h2c_cmd) + cmd_idx)); in FillH2CCmd_88E()
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
A D | rtl8xxxu_8723b.c | 309 struct h2c_cmd h2c; in rtl8723bu_write_btreg() 312 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg() 320 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg() 1489 struct h2c_cmd h2c; in rtl8723b_enable_rf() 1520 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1564 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1590 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1595 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
|
A D | rtl8xxxu_core.c | 3317 struct h2c_cmd h2c; in rtl8xxxu_gen2_prepare_calibrate() 3319 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_prepare_calibrate() 3825 struct h2c_cmd h2c; in rtl8723bu_set_ps_tdma() 3827 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_set_ps_tdma() 4310 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask() 4312 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask() 4330 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask() 4333 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_update_rate_mask() 4356 struct h2c_cmd h2c; in rtl8xxxu_gen1_report_connect() 4358 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen1_report_connect() [all …]
|
A D | rtl8xxxu.h | 980 struct h2c_cmd { struct 1501 struct h2c_cmd *h2c, int len);
|
/linux/drivers/staging/rtl8723bs/hal/ |
A D | rtl8723b_cmd.c | 52 u32 h2c_cmd = 0; in FillH2CCmd8723B() local 80 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); in FillH2CCmd8723B() 82 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); in FillH2CCmd8723B() 87 *(u8 *)(&h2c_cmd) |= ElementID; in FillH2CCmd8723B() 94 rtw_write32(padapter, msgbox_addr, h2c_cmd); in FillH2CCmd8723B()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
A 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()
|
A D | fw.h | 253 enum h2c_cmd { enum
|
Completed in 29 milliseconds