Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c948 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_UNDEF; in exhalbtc_set_chip_type()
951 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_CSR_BC4; in exhalbtc_set_chip_type()
954 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_CSR_BC8; in exhalbtc_set_chip_type()
957 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_RTL8723A; in exhalbtc_set_chip_type()
960 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_RTL8821; in exhalbtc_set_chip_type()
963 gl_bt_coexist.board_info.bt_chip_type = BTC_CHIP_RTL8723B; in exhalbtc_set_chip_type()
Dhalbtcoutsrc.h145 u8 bt_chip_type; member