Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c1880 btcoexist->board_info.bt_chip_type = BTC_CHIP_UNDEF; in exhalbtc_set_chip_type()
1883 btcoexist->board_info.bt_chip_type = BTC_CHIP_CSR_BC4; in exhalbtc_set_chip_type()
1886 btcoexist->board_info.bt_chip_type = BTC_CHIP_CSR_BC8; in exhalbtc_set_chip_type()
1889 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8723A; in exhalbtc_set_chip_type()
1892 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8821; in exhalbtc_set_chip_type()
1895 btcoexist->board_info.bt_chip_type = BTC_CHIP_RTL8723B; in exhalbtc_set_chip_type()
Dhalbtcoutsrc.h129 u8 bt_chip_type; member