/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_func_88xx.c | 1590 u8 *h2c_header, *h2c_cmd; in halmac_send_h2c_set_pwr_mode_88xx() local 1601 h2c_cmd = h2c_header + HALMAC_H2C_CMD_HDR_SIZE_88XX; in halmac_send_h2c_set_pwr_mode_88xx() 1605 SET_PWR_MODE_SET_CMD_ID(h2c_cmd, CMD_ID_SET_PWR_MODE); in halmac_send_h2c_set_pwr_mode_88xx() 1606 SET_PWR_MODE_SET_CLASS(h2c_cmd, CLASS_SET_PWR_MODE); in halmac_send_h2c_set_pwr_mode_88xx() 1607 SET_PWR_MODE_SET_MODE(h2c_cmd, hal_fw_lps_opt->mode); in halmac_send_h2c_set_pwr_mode_88xx() 1608 SET_PWR_MODE_SET_CLK_REQUEST(h2c_cmd, hal_fw_lps_opt->clk_request); in halmac_send_h2c_set_pwr_mode_88xx() 1609 SET_PWR_MODE_SET_RLBM(h2c_cmd, hal_fw_lps_opt->rlbm); in halmac_send_h2c_set_pwr_mode_88xx() 1610 SET_PWR_MODE_SET_SMART_PS(h2c_cmd, hal_fw_lps_opt->smart_ps); in halmac_send_h2c_set_pwr_mode_88xx() 1611 SET_PWR_MODE_SET_AWAKE_INTERVAL(h2c_cmd, in halmac_send_h2c_set_pwr_mode_88xx() 1613 SET_PWR_MODE_SET_B_ALL_QUEUE_UAPSD(h2c_cmd, in halmac_send_h2c_set_pwr_mode_88xx() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 56 u32 h2c_cmd = 0; in FillH2CCmd_88E() local 82 *(u8 *)(&h2c_cmd) = ElementID; in FillH2CCmd_88E() 85 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); in FillH2CCmd_88E() 87 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); in FillH2CCmd_88E() 100 usb_write8(adapt, msgbox_addr+cmd_idx, *((u8 *)(&h2c_cmd)+cmd_idx)); in FillH2CCmd_88E()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_8723b.c | 317 struct h2c_cmd h2c; in rtl8723bu_write_btreg() 320 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg() 328 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_write_btreg() 1497 struct h2c_cmd h2c; in rtl8723b_enable_rf() 1528 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1572 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1595 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1600 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
|
D | rtl8xxxu_core.c | 898 rtl8xxxu_gen1_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen1_h2c_cmd() 948 rtl8xxxu_gen2_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen2_h2c_cmd() 3322 struct h2c_cmd h2c; in rtl8xxxu_gen2_prepare_calibrate() 3324 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_prepare_calibrate() 3831 struct h2c_cmd h2c; in rtl8723bu_set_ps_tdma() 3833 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_set_ps_tdma() 4312 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask() 4314 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask() 4332 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask() 4335 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_update_rate_mask() [all …]
|
D | rtl8xxxu.h | 993 struct h2c_cmd { struct 1409 struct h2c_cmd *h2c, int len);
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.c | 519 static bool _rtl92s_firmware_set_h2c_cmd(struct ieee80211_hw *hw, u8 h2c_cmd, in _rtl92s_firmware_set_h2c_cmd() argument 530 switch (h2c_cmd) { in _rtl92s_firmware_set_h2c_cmd()
|
D | fw.h | 274 enum h2c_cmd { enum
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
D | rtl_halmac.c | 884 __le32 h2c_cmd = 0; in rtl_halmac_send_h2c() local 914 memcpy((u8 *)(&h2c_cmd), h2c, 4); in rtl_halmac_send_h2c() 915 rtl_write_dword(rtlpriv, msgbox_addr, le32_to_cpu(h2c_cmd)); in rtl_halmac_send_h2c()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 59 u32 h2c_cmd = 0; in FillH2CCmd8723B() local 91 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); in FillH2CCmd8723B() 93 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); in FillH2CCmd8723B() 98 *(u8 *)(&h2c_cmd) |= ElementID; in FillH2CCmd8723B() 105 rtw_write32(padapter, msgbox_addr, h2c_cmd); in FillH2CCmd8723B()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | hal_com_h2c.h | 14 enum h2c_cmd{ enum
|