Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c987 if (btcoexist->chip_interface == BTC_INTF_SDIO) in halbtc_write_local_reg_1byte()
989 else if (btcoexist->chip_interface == BTC_INTF_PCI) in halbtc_write_local_reg_1byte()
991 else if (btcoexist->chip_interface == BTC_INTF_USB) in halbtc_write_local_reg_1byte()
1297 wifionly_cfg->chip_interface = WIFIONLY_INTF_PCI; in exhalbtc_initlize_variables_wifi_only()
1300 wifionly_cfg->chip_interface = WIFIONLY_INTF_USB; in exhalbtc_initlize_variables_wifi_only()
1303 wifionly_cfg->chip_interface = WIFIONLY_INTF_UNKNOWN; in exhalbtc_initlize_variables_wifi_only()
1333 btcoexist->chip_interface = BTC_INTF_PCI; in exhalbtc_bind_bt_coex_withadapter()
1336 btcoexist->chip_interface = BTC_INTF_USB; in exhalbtc_bind_bt_coex_withadapter()
1339 btcoexist->chip_interface = BTC_INTF_UNKNOWN; in exhalbtc_bind_bt_coex_withadapter()
Dhalbtcoutsrc.h672 enum btc_chip_interface chip_interface; member
822 enum wifionly_chip_interface chip_interface; member
Dhalbtc8723b2ant.c3575 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8723b2ant_power_on_setting()
3609 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8723b2ant_pre_load_firmware()
3621 if (btcoexist->chip_interface == BTC_INTF_PCI) in ex_btc8723b2ant_pre_load_firmware()
3624 else if (btcoexist->chip_interface == BTC_INTF_SDIO) in ex_btc8723b2ant_pre_load_firmware()
Dhalbtc8723b1ant.c2392 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8723b1ant_power_on_setting()
2418 if (btcoexist->chip_interface == BTC_INTF_PCI) in ex_btc8723b1ant_power_on_setting()
2421 else if (btcoexist->chip_interface == BTC_INTF_SDIO) in ex_btc8723b1ant_power_on_setting()
Dhalbtc8821a2ant.c3607 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8821a2ant_pre_load_firmware()
3619 if (btcoexist->chip_interface == BTC_INTF_PCI) in ex_btc8821a2ant_pre_load_firmware()
3622 else if (btcoexist->chip_interface == BTC_INTF_SDIO) in ex_btc8821a2ant_pre_load_firmware()
Dhalbtc8192e2ant.c2606 if (btcoexist->chip_interface == BTC_INTF_USB) in btc8192e2ant_init_hwconfig()