Home
last modified time | relevance | path

Searched refs:card_8192_version (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rtl8192u/
Dr8190_rtl8256.c45 if (priv->card_8192_version == VERSION_819XU_A || in phy_set_rf8256_bandwidth()
46 priv->card_8192_version == VERSION_819XU_B) { in phy_set_rf8256_bandwidth()
65 …if (priv->card_8192_version == VERSION_819XU_A || priv->card_8192_version == VERSION_819XU_B) { /*… in phy_set_rf8256_bandwidth()
Dr819xU_phy.c799 if (priv->card_8192_version == VERSION_819XU_A) { in rtl8192_BB_Config_ParaFile()
1225 if (priv->card_8192_version == VERSION_819XU_A) in rtl8192_phy_SwChnlStepByStep()
Dr8192U.h831 enum version_819xu card_8192_version; member
Dr8192U_core.c2118 priv->card_8192_version = VERSION_819XU_B; in rtl8192_read_eeprom_info()
2146 if (priv->card_8192_version == VERSION_819XU_A) { in rtl8192_read_eeprom_info()
2579 if (priv->card_8192_version == VERSION_819XU_A) { in rtl8192_adapter_start()
/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c18 if (priv->card_8192_version != VERSION_8190_BD && in rtl92e_set_bandwidth()
19 priv->card_8192_version != VERSION_8190_BE) { in rtl92e_set_bandwidth()
Dr8192E_dev.c299 priv->card_8192_version = VERSION_8190_BE; in _rtl92e_read_eeprom_info()
301 switch (priv->card_8192_version) { in _rtl92e_read_eeprom_info()
306 priv->card_8192_version = VERSION_8190_BD; in _rtl92e_read_eeprom_info()
310 priv->card_8192_version = VERSION_8190_BD; in _rtl92e_read_eeprom_info()
330 if (priv->card_8192_version > VERSION_8190_BD) in _rtl92e_read_eeprom_info()
335 if (priv->card_8192_version > VERSION_8190_BD) { in _rtl92e_read_eeprom_info()
619 if (priv->card_8192_version > VERSION_8190_BD) { in rtl92e_start_adapter()
Drtl_core.h273 u8 card_8192_version; member