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

/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c52 u32 h2c_cmd = 0; local
80 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen);
82 memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3);
84 /* *(u8 *)(&h2c_cmd) |= BIT(7); */
87 *(u8 *)(&h2c_cmd) |= ElementID;
94 rtw_write32(padapter, msgbox_addr, h2c_cmd);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.h253 enum h2c_cmd { enum
H A Dfw.c499 static bool _rtl92s_firmware_set_h2c_cmd(struct ieee80211_hw *hw, u8 h2c_cmd, argument
510 switch (h2c_cmd) {
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8723b.c356 struct h2c_cmd h2c;
359 memset(&h2c, 0, sizeof(struct h2c_cmd));
367 memset(&h2c, 0, sizeof(struct h2c_cmd));
1521 struct h2c_cmd h2c;
1552 memset(&h2c, 0, sizeof(struct h2c_cmd));
1596 memset(&h2c, 0, sizeof(struct h2c_cmd));
1622 memset(&h2c, 0, sizeof(struct h2c_cmd));
1627 memset(&h2c, 0, sizeof(struct h2c_cmd));
H A Drtl8xxxu_core.c992 rtl8xxxu_gen1_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len)
1042 rtl8xxxu_gen2_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len)
3414 struct h2c_cmd h2c;
3416 memset(&h2c, 0, sizeof(struct h2c_cmd));
3942 struct h2c_cmd h2c;
3944 memset(&h2c, 0, sizeof(struct h2c_cmd));
4639 struct h2c_cmd h2c;
4641 memset(&h2c, 0, sizeof(struct h2c_cmd));
4660 struct h2c_cmd h2c;
4668 memset(&h2c, 0, sizeof(struct h2c_cmd));
[all...]
H A Drtl8xxxu.h1414 struct h2c_cmd { struct
2086 struct h2c_cmd *h2c, int len);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c439 struct rtw_h2c_cmd *h2c_cmd = (struct rtw_h2c_cmd *)h2c; local
484 rtw_write32(rtwdev, box_ex_reg, le32_to_cpu(h2c_cmd->msg_ext));
485 rtw_write32(rtwdev, box_reg, le32_to_cpu(h2c_cmd->msg));

Completed in 318 milliseconds