Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-dig.c194 static char bt_buf[MPX_BOUNDS_TABLE_SIZE_BYTES]; in read_bounds_table_into_buf() local
199 int read_ret = read(fd, &bt_buf, sizeof(bt_buf)); in read_bounds_table_into_buf()
200 if (read_ret != sizeof(bt_buf)) in read_bounds_table_into_buf()
202 return &bt_buf; in read_bounds_table_into_buf()
214 char *bt_buf; in dump_table() local
219 bt_buf = read_bounds_table_into_buf(table_vaddr); in dump_table()
234 bt_entry_buf = (void *)&bt_buf[offset_inside_bt]; in dump_table()
235 if (!bt_buf) { in dump_table()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.h129 halmac_send_bt_coex_cmd_88xx(struct halmac_adapter *halmac_adapter, u8 *bt_buf,
Dhalmac_api_88xx.h198 halmac_send_bt_coex_88xx(struct halmac_adapter *halmac_adapter, u8 *bt_buf,
Dhalmac_func_88xx.c2076 halmac_send_bt_coex_cmd_88xx(struct halmac_adapter *halmac_adapter, u8 *bt_buf, in halmac_send_bt_coex_cmd_88xx() argument
2090 memcpy(h2c_buff + 8, bt_buf, bt_size); in halmac_send_bt_coex_cmd_88xx()
Dhalmac_api_88xx.c3045 halmac_send_bt_coex_88xx(struct halmac_adapter *halmac_adapter, u8 *bt_buf, in halmac_send_bt_coex_88xx() argument
3069 ret_status = halmac_send_bt_coex_cmd_88xx(halmac_adapter, bt_buf, in halmac_send_bt_coex_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1751 struct halmac_adapter *halmac_adapter, u8 *bt_buf, u32 bt_size,