Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.c2282 rtlpriv->btcoexist.eeprom_bt_type; in rtl8723e_bt_var_init()
2365 rtlpriv->btcoexist.eeprom_bt_type = BT_RTL8723A; in rtl8723e_read_bt_coexist_info_from_hwpg()
2372 rtlpriv->btcoexist.eeprom_bt_type = BT_RTL8723A; in rtl8723e_read_bt_coexist_info_from_hwpg()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c2220 rtlpriv->btcoexist.eeprom_bt_type; in rtl8192ce_bt_var_init()
2260 rtlpriv->btcoexist.eeprom_bt_type = ((val & 0xe) >> 1); in rtl8192ce_read_bt_coexist_info_from_hwpg()
2267 rtlpriv->btcoexist.eeprom_bt_type = BT_2WIRE; in rtl8192ce_read_bt_coexist_info_from_hwpg()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c2405 rtlpriv->btcoexist.bt_coexist_type = rtlpriv->btcoexist.eeprom_bt_type; in rtl8188ee_bt_var_init()
2447 rtlpriv->btcoexist.eeprom_bt_type = ((value & 0xe) >> 1); in rtl8188ee_read_bt_coexist_info_from_hwpg()
2454 rtlpriv->btcoexist.eeprom_bt_type = BT_2WIRE; in rtl8188ee_read_bt_coexist_info_from_hwpg()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2622 u8 eeprom_bt_type; member