Searched refs:reqs (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | att.c | 143 sys_slist_t reqs; member 475 static struct bt_att_req *get_first_req_matching_chan(sys_slist_t *reqs, struct bt_att_chan *chan) in get_first_req_matching_chan() argument 481 SYS_SLIST_FOR_EACH_NODE(reqs, curr) { in get_first_req_matching_chan() 491 sys_slist_remove(reqs, prev, curr); in get_first_req_matching_chan() 499 sys_snode_t *node = sys_slist_get(reqs); in get_first_req_matching_chan() 583 if (!chan->req && !sys_slist_is_empty(&att->reqs)) { in bt_att_sent() 584 sys_snode_t *node = sys_slist_get(&att->reqs); in bt_att_sent() 591 sys_slist_prepend(&att->reqs, node); in bt_att_sent() 907 req = get_first_req_matching_chan(&att->reqs, chan); in att_req_send_process() 917 sys_slist_prepend(&att->reqs, &req->node); in att_req_send_process() [all …]
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/ |
D | sdp.c | 83 sys_slist_t reqs; member 1492 param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_ssa_search() 1573 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&session->reqs, param, tmp, _node) { in sdp_client_params_iterator() 1581 sys_slist_remove(&session->reqs, NULL, ¶m->_node); in sdp_client_params_iterator() 1588 if (!sys_slist_is_empty(&session->reqs)) { in sdp_client_params_iterator() 1865 session->param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_alloc_buf() 1896 (void)memset(&session->reqs, 0, in sdp_client_disconnected() 1919 sys_slist_init(&session->reqs); in sdp_client_new_session() 1972 sys_slist_append(&session->reqs, (sys_snode_t *)¶ms->_node); in bt_sdp_discover()
|
/Zephyr-Core-3.7.0/include/zephyr/usb/ |
D | usbd.h | 257 const uint8_t *reqs; member 653 .reqs = (const uint8_t *)(_reqs), \
|
/Zephyr-Core-3.7.0/drivers/tee/optee/ |
D | optee.c | 75 sys_dlist_t reqs; member 274 sys_dlist_append(&supp->reqs, &req->link); in optee_call_supp() 1047 req = (struct optee_supp_req *)sys_dlist_peek_head(&supp->reqs); in optee_suppl_recv() 1232 sys_dlist_init(&data->supp.reqs); in optee_init()
|
/Zephyr-Core-3.7.0/subsys/usb/device_next/ |
D | usbd_class.c | 199 if (c_nd->c_data->v_reqs->reqs[i] == request) { in usbd_class_get_by_req()
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | extensions.cmake | 4820 # If KVMA is set and the Kernel virtual memory settings reqs are met, we
|