Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/lib/
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()
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Drtw8852a.c1790 module->bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1793 module->bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
Drtw8852c.c2572 module->bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2575 module->bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
Dfw.c1676 RTW89_SET_FWCMD_CXINIT_MOD_BT_POS(cmd, module->bt_pos); in rtw89_fw_h2c_cxdrv_init()
Dcore.h1321 u8 bt_pos: 1; member
Dcoex.c5727 (bt->enable.now && (bt->btg_type != module->bt_pos) ? in _show_bt_info()