Home
last modified time | relevance | path

Searched refs:eeprom_bt_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c2277 rtlpriv->btcoexist.eeprom_bt_type; in rtl8723e_bt_var_init()
2360 rtlpriv->btcoexist.eeprom_bt_type = BT_RTL8723A; in rtl8723e_read_bt_coexist_info_from_hwpg()
2367 rtlpriv->btcoexist.eeprom_bt_type = BT_RTL8723A; in rtl8723e_read_bt_coexist_info_from_hwpg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c2404 rtlpriv->btcoexist.bt_coexist_type = rtlpriv->btcoexist.eeprom_bt_type; in rtl8188ee_bt_var_init()
2446 rtlpriv->btcoexist.eeprom_bt_type = ((value & 0xe) >> 1); in rtl8188ee_read_bt_coexist_info_from_hwpg()
2453 rtlpriv->btcoexist.eeprom_bt_type = BT_2WIRE; in rtl8188ee_read_bt_coexist_info_from_hwpg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c2224 rtlpriv->btcoexist.eeprom_bt_type; in rtl8192ce_bt_var_init()
2264 rtlpriv->btcoexist.eeprom_bt_type = ((val & 0xe) >> 1); in rtl8192ce_read_bt_coexist_info_from_hwpg()
2271 rtlpriv->btcoexist.eeprom_bt_type = BT_2WIRE; in rtl8192ce_read_bt_coexist_info_from_hwpg()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2546 u8 eeprom_bt_type; member