Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.c631 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
634 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
654 md->md.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
657 md->md.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
H A Drtw8852bt.c593 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
616 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
620 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852bt_btc_set_rfe()
H A Drtw8852a.c1721 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1724 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
1744 md->md.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1747 md->md.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
H A Drtw8851b.c1982 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
1987 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
2018 md->md.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
2023 md->md.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
H A Drtw8852c.c2440 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2443 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
2463 md->md.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2466 md->md.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
H A Drtw8922a.c2400 module->bt_pos = BTC_BT_ALONE; in rtw8922a_btc_set_rfe()
2403 module->bt_pos = BTC_BT_BTG; in rtw8922a_btc_set_rfe()
H A Dcoex.c8441 u8 bt_pos; in _show_bt_info() local
8447 bt_pos = md->md_v7.bt_pos; in _show_bt_info()
8449 bt_pos = md->md.bt_pos; in _show_bt_info()
8457 (bt->enable.now && (bt->btg_type != bt_pos) ? in _show_bt_info()
H A Dcore.h1923 u8 bt_pos: 1; member
1934 u8 bt_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
H A Dfw.c4606 u8_encode_bits(module->bt_pos, RTW89_H2C_CXINIT_MOD_INFO_BT_POS) | in rtw89_fw_h2c_cxdrv_init()