Searched refs:btinfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_btcoex.c85 HAL_BT_COEX_INFO btinfo; local
92 bzero(&btinfo, sizeof(btinfo));
97 btinfo.bt_module = HAL_BT_MODULE_JANUS;
98 btinfo.bt_coex_config = HAL_BT_COEX_CFG_3WIRE;
103 btinfo.bt_gpio_bt_active = 6;
104 btinfo.bt_gpio_bt_priority = 7;
105 btinfo.bt_gpio_wlan_active = 5;
106 btinfo.bt_active_polarity = 1; /* XXX not used */
107 btinfo
141 HAL_BT_COEX_INFO btinfo; local
[all...]
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c37 ar5416SetBTCoexInfo(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) argument
41 ahp->ah_btModule = btinfo->bt_module;
42 ahp->ah_btCoexConfigType = btinfo->bt_coex_config;
43 ahp->ah_btActiveGpioSelect = btinfo->bt_gpio_bt_active;
44 ahp->ah_btPriorityGpioSelect = btinfo->bt_gpio_bt_priority;
45 ahp->ah_wlanActiveGpioSelect = btinfo->bt_gpio_wlan_active;
46 ahp->ah_btActivePolarity = btinfo->bt_active_polarity;
47 ahp->ah_btCoexSingleAnt = btinfo->bt_single_ant;
48 ahp->ah_btWlanIsolation = btinfo->bt_isolation;
H A Dar5416.h208 HAL_BT_COEX_INFO *btinfo);
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2261 ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) argument
2265 ahp->ah_bt_module = btinfo->bt_module;
2266 ahp->ah_bt_coex_config_type = btinfo->bt_coex_config;
2267 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active;
2268 ahp->ah_bt_priority_gpio_select = btinfo->bt_gpio_bt_priority;
2269 ahp->ah_wlan_active_gpio_select = btinfo->bt_gpio_wlan_active;
2270 ahp->ah_bt_active_polarity = btinfo->bt_active_polarity;
2271 ahp->ah_bt_coex_single_ant = btinfo->bt_single_ant;
2272 ahp->ah_bt_wlan_isolation = btinfo->bt_isolation;
H A Dar9300.h1511 extern void ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c1943 BTREEINFO btinfo; local
1946 DB_INFO btinfo; local
1949 void *btinfo = NULL; local
1957 memset(&btinfo, '\0', sizeof(btinfo));
1959 btinfo.db_cachesize = DB_CACHE_SIZE;
1963 return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);

Completed in 202 milliseconds