Home
last modified time | relevance | path

Searched refs:btinfo (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_btcoex.c90 HAL_BT_COEX_INFO btinfo; in ath_btcoex_cfg_wb195() local
97 bzero(&btinfo, sizeof(btinfo)); in ath_btcoex_cfg_wb195()
108 btinfo.bt_gpio_bt_active = 6; in ath_btcoex_cfg_wb195()
109 btinfo.bt_gpio_bt_priority = 7; in ath_btcoex_cfg_wb195()
110 btinfo.bt_gpio_wlan_active = 5; in ath_btcoex_cfg_wb195()
146 HAL_BT_COEX_INFO btinfo; in ath_btcoex_cfg_wb225() local
153 bzero(&btinfo, sizeof(btinfo)); in ath_btcoex_cfg_wb225()
164 btinfo.bt_gpio_bt_active = 4; in ath_btcoex_cfg_wb225()
203 HAL_BT_COEX_INFO btinfo; in ath_btcoex_cfg_wb222() local
210 bzero(&btinfo, sizeof(btinfo)); in ath_btcoex_cfg_wb222()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Drecord-btrace.c65 struct btrace_thread_info *btinfo; in require_btrace() local
75 btinfo = &tp->btrace; in require_btrace()
80 return btinfo; in require_btrace()
219 btinfo = &tp->btrace; in record_btrace_info()
276 btinfo = require_btrace (); in record_btrace_insn_history()
281 end = btinfo->insn_iterator.end; in record_btrace_insn_history()
303 btinfo->insn_iterator.end = 0; in record_btrace_insn_history()
351 btinfo = require_btrace (); in record_btrace_insn_history_range()
505 btinfo = require_btrace (); in record_btrace_call_history()
532 btinfo->func_iterator.end = 0; in record_btrace_call_history()
[all …]
H A Dbtrace.c56 btinfo->insn_iterator.end = 0; in btrace_init_insn_iterator()
67 btinfo->func_iterator.end = 0; in btrace_init_func_iterator()
400 btinfo = &tp->btrace; in btrace_fetch()
401 if (btinfo->target == NULL) in btrace_fetch()
410 btinfo->btrace = btrace; in btrace_fetch()
411 btinfo->itrace = compute_itrace (btinfo->btrace); in btrace_fetch()
412 btinfo->ftrace = compute_ftrace (btinfo->itrace); in btrace_fetch()
428 btinfo = &tp->btrace; in btrace_clear()
434 btinfo->btrace = NULL; in btrace_clear()
435 btinfo->itrace = NULL; in btrace_clear()
[all …]
H A Dtarget.h1995 extern void target_disable_btrace (struct btrace_target_info *btinfo);
1998 extern void target_teardown_btrace (struct btrace_target_info *btinfo);
H A Dtarget.c4205 target_disable_btrace (struct btrace_target_info *btinfo) in target_disable_btrace() argument
4211 return t->to_disable_btrace (btinfo); in target_disable_btrace()
4219 target_teardown_btrace (struct btrace_target_info *btinfo) in target_teardown_btrace() argument
4225 return t->to_teardown_btrace (btinfo); in target_teardown_btrace()
4233 target_read_btrace (struct btrace_target_info *btinfo, in VEC()
4240 return t->to_read_btrace (btinfo, type); in VEC()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c37 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 Dar5416.h208 HAL_BT_COEX_INFO *btinfo);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2348 ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo) in ar9300_set_bt_coex_info() argument
2352 ahp->ah_bt_module = btinfo->bt_module; in ar9300_set_bt_coex_info()
2353 ahp->ah_bt_coex_config_type = btinfo->bt_coex_config; in ar9300_set_bt_coex_info()
2354 ahp->ah_bt_active_gpio_select = btinfo->bt_gpio_bt_active; in ar9300_set_bt_coex_info()
2355 ahp->ah_bt_priority_gpio_select = btinfo->bt_gpio_bt_priority; in ar9300_set_bt_coex_info()
2356 ahp->ah_wlan_active_gpio_select = btinfo->bt_gpio_wlan_active; in ar9300_set_bt_coex_info()
2357 ahp->ah_bt_active_polarity = btinfo->bt_active_polarity; in ar9300_set_bt_coex_info()
2358 ahp->ah_bt_coex_single_ant = btinfo->bt_single_ant; in ar9300_set_bt_coex_info()
2359 ahp->ah_bt_wlan_isolation = btinfo->bt_isolation; in ar9300_set_bt_coex_info()
H A Dar9300.h1540 extern void ar9300_set_bt_coex_info(struct ath_hal *ah, HAL_BT_COEX_INFO *btinfo);