Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c971 if (btcoexist->chip_interface == BTC_INTF_SDIO) in halbtc_write_local_reg_1byte()
973 else if (btcoexist->chip_interface == BTC_INTF_PCI) in halbtc_write_local_reg_1byte()
975 else if (btcoexist->chip_interface == BTC_INTF_USB) in halbtc_write_local_reg_1byte()
1281 wifionly_cfg->chip_interface = WIFIONLY_INTF_PCI; in exhalbtc_initlize_variables_wifi_only()
1284 wifionly_cfg->chip_interface = WIFIONLY_INTF_USB; in exhalbtc_initlize_variables_wifi_only()
1287 wifionly_cfg->chip_interface = WIFIONLY_INTF_UNKNOWN; in exhalbtc_initlize_variables_wifi_only()
1317 btcoexist->chip_interface = BTC_INTF_PCI; in exhalbtc_bind_bt_coex_withadapter()
1320 btcoexist->chip_interface = BTC_INTF_USB; in exhalbtc_bind_bt_coex_withadapter()
1323 btcoexist->chip_interface = BTC_INTF_UNKNOWN; in exhalbtc_bind_bt_coex_withadapter()
H A Dhalbtcoutsrc.h672 enum btc_chip_interface chip_interface; member
822 enum wifionly_chip_interface chip_interface; member
H A 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()
H A Dhalbtc8723b1ant.c2391 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8723b1ant_power_on_setting()
2417 if (btcoexist->chip_interface == BTC_INTF_PCI) in ex_btc8723b1ant_power_on_setting()
2420 else if (btcoexist->chip_interface == BTC_INTF_SDIO) in ex_btc8723b1ant_power_on_setting()
H A Dhalbtc8821a2ant.c3592 if (btcoexist->chip_interface == BTC_INTF_USB) { in ex_btc8821a2ant_pre_load_firmware()
3604 if (btcoexist->chip_interface == BTC_INTF_PCI) in ex_btc8821a2ant_pre_load_firmware()
3607 else if (btcoexist->chip_interface == BTC_INTF_SDIO) in ex_btc8821a2ant_pre_load_firmware()
H A Dhalbtc8192e2ant.c2606 if (btcoexist->chip_interface == BTC_INTF_USB) in btc8192e2ant_init_hwconfig()