Searched refs:h2c_cmd (Results 1 – 4 of 4) 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() 1496 struct h2c_cmd h2c; in rtl8723b_enable_rf() 1527 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1571 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1597 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf() 1602 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723b_enable_rf()
|
| H A D | core.c | 950 rtl8xxxu_gen1_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen1_h2c_cmd() 1000 rtl8xxxu_gen2_h2c_cmd(struct rtl8xxxu_priv *priv, struct h2c_cmd *h2c, int len) in rtl8xxxu_gen2_h2c_cmd() 3389 struct h2c_cmd h2c; in rtl8xxxu_gen2_prepare_calibrate() 3391 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_prepare_calibrate() 3794 struct h2c_cmd h2c; in rtl8723bu_set_ps_tdma() 3796 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8723bu_set_ps_tdma() 4546 struct h2c_cmd h2c; in rtl8xxxu_update_rate_mask() 4548 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_update_rate_mask() 4567 struct h2c_cmd h2c; in rtl8xxxu_gen2_update_rate_mask() 4575 memset(&h2c, 0, sizeof(struct h2c_cmd)); in rtl8xxxu_gen2_update_rate_mask() [all …]
|
| /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
|