Searched refs:btinfo (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_btcoex.c | 88 HAL_BT_COEX_INFO btinfo; in ath_btcoex_cfg_wb195() local 95 bzero(&btinfo, sizeof(btinfo)); in ath_btcoex_cfg_wb195() 100 btinfo.bt_module = HAL_BT_MODULE_JANUS; in ath_btcoex_cfg_wb195() 101 btinfo.bt_coex_config = HAL_BT_COEX_CFG_3WIRE; in ath_btcoex_cfg_wb195() 106 btinfo.bt_gpio_bt_active = 6; in ath_btcoex_cfg_wb195() 107 btinfo.bt_gpio_bt_priority = 7; in ath_btcoex_cfg_wb195() 108 btinfo.bt_gpio_wlan_active = 5; in ath_btcoex_cfg_wb195() 109 btinfo.bt_active_polarity = 1; /* XXX not used */ in ath_btcoex_cfg_wb195() 110 btinfo.bt_single_ant = 1; /* 1 antenna on ar9285 ? */ in ath_btcoex_cfg_wb195() 111 btinfo.bt_isolation = 0; /* in dB, not used */ in ath_btcoex_cfg_wb195() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_btcoex.c | 37 ar5416SetBTCoexInfo(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) in ar5416SetBTCoexInfo() argument 41 ahp->ah_btModule = btinfo->bt_module; in ar5416SetBTCoexInfo() 42 ahp->ah_btCoexConfigType = btinfo->bt_coex_config; in ar5416SetBTCoexInfo() 43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active; in ar5416SetBTCoexInfo() 44 ahp->ah_btPriorityGpioSelect = btinfo->bt_gpio_bt_priority; in ar5416SetBTCoexInfo() 45 ahp->ah_wlanActiveGpioSelect = btinfo->bt_gpio_wlan_active; in ar5416SetBTCoexInfo() 46 ahp->ah_btActivePolarity = btinfo->bt_active_polarity; in ar5416SetBTCoexInfo() 47 ahp->ah_btCoexSingleAnt = btinfo->bt_single_ant; in ar5416SetBTCoexInfo() 48 ahp->ah_btWlanIsolation = btinfo->bt_isolation; in ar5416SetBTCoexInfo()
|
H A D | ar5416.h | 202 HAL_BT_COEX_INFO *btinfo);
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 7044 union btc_btinfo btinfo; in _show_fbtc_cysta_v2() 7074 btinfo.val = bt->raw_info[BTC_BTINFO_L2]; in _show_fbtc_cysta_v3() 7075 b->status.map.connect = btinfo.lb2.connect; in _show_fbtc_cysta_v3() 7076 b->status.map.sco_busy = btinfo.lb2.sco_busy; in _show_fbtc_cysta_v3() 7077 b->status.map.acl_busy = btinfo.lb2.acl_busy; in _show_fbtc_cysta_v3() 7078 b->status.map.inq_pag = btinfo.lb2.inq_pag; in _show_fbtc_cysta_v3() 7079 bt->inq_pag.now = btinfo.lb2.inq_pag; in _show_fbtc_cysta_v3() 7082 hfp->exist = btinfo.lb2.hfp; in _show_fbtc_cysta_v3() 7084 hid->exist = btinfo.lb2.hid; in _show_fbtc_cysta_v3() 7086 a2dp->exist = btinfo in _show_fbtc_cysta_v3() 5536 union btc_btinfo btinfo; _update_bt_info() local [all...] |
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 2402 ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) in ar9300_set_bt_coex_info() argument 2406 ahp->ah_bt_module = btinfo->bt_module; in ar9300_set_bt_coex_info() 2407 ahp->ah_bt_coex_config_type = btinfo->bt_coex_config; in ar9300_set_bt_coex_info() 2408 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active; in ar9300_set_bt_coex_info() 2409 ahp->ah_bt_priority_gpio_select = btinfo->bt_gpio_bt_priority; in ar9300_set_bt_coex_info() 2410 ahp->ah_wlan_active_gpio_select = btinfo->bt_gpio_wlan_active; in ar9300_set_bt_coex_info() 2411 ahp->ah_bt_active_polarity = btinfo->bt_active_polarity; in ar9300_set_bt_coex_info() 2412 ahp->ah_bt_coex_single_ant = btinfo->bt_single_ant; in ar9300_set_bt_coex_info() 2413 ahp->ah_bt_wlan_isolation = btinfo->bt_isolation; in ar9300_set_bt_coex_info()
|
H A D | ar9300.h | 1535 extern void ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo);
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 2198 BTREEINFO btinfo; local 2201 DB_INFO btinfo; local 2204 void *btinfo = NULL; local 2212 memset(&btinfo, '\0', sizeof(btinfo)); 2214 btinfo.db_cachesize = DB_CACHE_SIZE; 2218 return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);
|