Searched refs:h2c_cmd (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A 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()
|
H A D | rtl8xxxu.h | 1424 struct h2c_cmd { struct 2095 struct h2c_cmd *h2c, int len);
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H 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()
|
H A D | fw.h | 253 enum h2c_cmd { enum
|