Home
last modified time | relevance | path

Searched refs:bt_pos (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c53 size_t bt_pos = 0; in test_unwind() local
79 if (bt_pos < BT_BUF_SIZE) { in test_unwind()
80 bt_pos += snprintf(bt + bt_pos, BT_BUF_SIZE - bt_pos, in test_unwind()
85 if (bt_pos >= BT_BUF_SIZE) in test_unwind()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c1670 module->bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1673 module->bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
H A Drtw8851b.c1931 module->bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
1936 module->bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
H A Drtw8852c.c2334 module->bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2337 module->bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
H A Drtw8852b.c2128 module->bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
2131 module->bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
H A Dcore.h1643 u8 bt_pos: 1; member
H A Dfw.c2496 u8_encode_bits(module->bt_pos, RTW89_H2C_CXINIT_MOD_INFO_BT_POS) | in rtw89_fw_h2c_cxdrv_init()
H A Dcoex.c6414 (bt->enable.now && (bt->btg_type != module->bt_pos) ? in _show_bt_info()