Home
last modified time | relevance | path

Searched refs:chip_interface (Results 1 – 5 of 5) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_btcoex_wifionly.c254 pwifionlycfg->chip_interface = WIFIONLY_INTF_PCI; in hal_btcoex_wifionly_initlizevariables()
256 pwifionlycfg->chip_interface = WIFIONLY_INTF_USB; in hal_btcoex_wifionly_initlizevariables()
258 pwifionlycfg->chip_interface = WIFIONLY_INTF_SDIO; in hal_btcoex_wifionly_initlizevariables()
260 pwifionlycfg->chip_interface = WIFIONLY_INTF_UNKNOWN; in hal_btcoex_wifionly_initlizevariables()
Dhal_btcoex.c2217 if (BTC_INTF_SDIO == pBtCoexist->chip_interface) in halbtcoutsrc_WriteLocalReg1Byte()
3320 pBtCoexist->chip_interface = BTC_INTF_PCI; in EXhalbtcoutsrc_InitlizeVariables()
3322 pBtCoexist->chip_interface = BTC_INTF_USB; in EXhalbtcoutsrc_InitlizeVariables()
3324 pBtCoexist->chip_interface = BTC_INTF_SDIO; in EXhalbtcoutsrc_InitlizeVariables()
3326 pBtCoexist->chip_interface = BTC_INTF_UNKNOWN; in EXhalbtcoutsrc_InitlizeVariables()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dhal_btcoex_wifionly.h62 WIFIONLY_CHIP_INTERFACE chip_interface; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/
Dhalbtcoutsrc.h1804 BTC_CHIP_INTERFACE chip_interface; member
Dhalbtccommon.c882 if (btc->chip_interface != BTC_INTF_SDIO) in rtw_btc_update_wl_link_info()
3400 if (btc->chip_interface == BTC_INTF_PCI && in rtw_btc_action_wl_p2p2g()
3430 if (btc->chip_interface == BTC_INTF_PCI && in rtw_btc_action_wl_p2p2g()