Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/kernel/mbox/mbox_api/src/
Dtest_mbox_api.c55 } info_type; variable
111 switch (info_type) { in tmbox_put()
125 mmsg.size = sizeof(data[info_type]); in tmbox_put()
126 mmsg.tx_data = data[info_type]; in tmbox_put()
127 if (info_type == TARGET_SOURCE_THREAD_BUFFER) { in tmbox_put()
137 mmsg.size = sizeof(data[info_type]); in tmbox_put()
138 mmsg.tx_data = data[info_type]; in tmbox_put()
244 switch (info_type) { in tmbox_get()
262 if (info_type == TARGET_SOURCE_THREAD_BUFFER) { in tmbox_get()
270 zassert_equal(mmsg.size, sizeof(data[info_type])); in tmbox_get()
[all …]
/Zephyr-latest/tests/kernel/mbox/mbox_usage/src/
Dmain.c30 } info_type; variable
39 switch (info_type) { in msg_sender()
61 switch (info_type) { in msg_receiver()
98 info_type = PUT_GET_NULL; in ZTEST()
118 info_type = PUT_GET_NULL; in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c426 static void l2cap_br_get_info(struct bt_l2cap_br *l2cap, uint16_t info_type) in l2cap_br_get_info() argument
432 LOG_DBG("info type %u", info_type); in l2cap_br_get_info()
438 switch (info_type) { in l2cap_br_get_info()
443 LOG_WRN("Unsupported info type %u", info_type); in l2cap_br_get_info()
458 info->type = sys_cpu_to_le16(info_type); in l2cap_br_get_info()