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()
1293 if (priv->card_8192_version == VERSION_819XU_A) in rtl8192_phy_SwChnlStepByStep()
Dr8192U.h831 enum version_819xu card_8192_version; member
Dr8192U_core.c2294 priv->card_8192_version = VERSION_819XU_B; in rtl8192_read_eeprom_info()
2321 if (priv->card_8192_version == VERSION_819XU_A) { in rtl8192_read_eeprom_info()
2763 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.c336 priv->card_8192_version = VERSION_8190_BE; in _rtl92e_read_eeprom_info()
338 switch (priv->card_8192_version) { in _rtl92e_read_eeprom_info()
343 priv->card_8192_version = VERSION_8190_BD; in _rtl92e_read_eeprom_info()
347 priv->card_8192_version); in _rtl92e_read_eeprom_info()
349 priv->card_8192_version = VERSION_8190_BD; in _rtl92e_read_eeprom_info()
375 if (priv->card_8192_version > VERSION_8190_BD) in _rtl92e_read_eeprom_info()
382 if (priv->card_8192_version > VERSION_8190_BD) { in _rtl92e_read_eeprom_info()
813 if (priv->card_8192_version > (u8) VERSION_8190_BD) { in rtl92e_start_adapter()
Drtl_core.h421 u8 card_8192_version; member