Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2422 u8 bt_pos: 1; member
2433 u8 bt_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
H A Dcoex.c10086 u8 bt_pos = (bid == BTC_BT_1ST) ? md->bt0_pos : md->bt1_pos; in _show_bt_info() local
10112 (bt->enable.now && (bt->btg_type != bt_pos) ? in _show_bt_info()
H A Dfw.c5875 h2c->init.module.bt_pos = md->bt0_pos; in rtw89_fw_h2c_cxdrv_init_v7()