Home
last modified time | relevance | path

Searched refs:bt_chip_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1801 btcoexist->board_info.bt_chip_type = BTC_CHIP_UNDEF; in exhalbtc_set_chip_type()
1804 btcoexist->board_info.bt_chip_type = BTC_CHIP_CSR_BC4; in exhalbtc_set_chip_type()
1807 btcoexist->board_info.bt_chip_type = BTC_CHIP_CSR_BC8; in exhalbtc_set_chip_type()
1810 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8723A; in exhalbtc_set_chip_type()
1813 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8821; in exhalbtc_set_chip_type()
1816 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8723B; in exhalbtc_set_chip_type()
H A Dhalbtcoutsrc.h129 u8 bt_chip_type; member