Searched refs:reqs (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 142 sys_slist_t reqs; member 474 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 480 SYS_SLIST_FOR_EACH_NODE(reqs, curr) { in get_first_req_matching_chan() 490 sys_slist_remove(reqs, prev, curr); in get_first_req_matching_chan() 498 sys_snode_t *node = sys_slist_get(reqs); in get_first_req_matching_chan() 582 if (!chan->req && !sys_slist_is_empty(&att->reqs)) { in bt_att_sent() 583 sys_snode_t *node = sys_slist_get(&att->reqs); in bt_att_sent() 590 sys_slist_prepend(&att->reqs, node); in bt_att_sent() 906 req = get_first_req_matching_chan(&att->reqs, chan); in att_req_send_process() 916 sys_slist_prepend(&att->reqs, &req->node); in att_req_send_process() [all …]
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 313 const uint8_t *reqs; member 752 .reqs = (const uint8_t *)(_reqs), \
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 86 sys_slist_t reqs; member 1671 param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_discover() 1712 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&session->reqs, param, tmp, _node) { in sdp_client_params_iterator() 1720 sys_slist_remove(&session->reqs, NULL, ¶m->_node); in sdp_client_params_iterator() 1727 if (!sys_slist_is_empty(&session->reqs)) { in sdp_client_params_iterator() 2148 session->param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_alloc_buf() 2185 (void)memset(&session->reqs, 0, in sdp_client_disconnected() 2208 sys_slist_init(&session->reqs); in sdp_client_new_session() 2261 sys_slist_append(&session->reqs, (sys_snode_t *)¶ms->_node); in bt_sdp_discover()
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 75 sys_dlist_t reqs; member 274 sys_dlist_append(&supp->reqs, &req->link); in optee_call_supp() 1048 req = (struct optee_supp_req *)sys_dlist_peek_head(&supp->reqs); in optee_suppl_recv() 1233 sys_dlist_init(&data->supp.reqs); in optee_init()
|
/Zephyr-latest/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-latest/cmake/modules/ |
D | extensions.cmake | 5080 # If KVMA is set and the Kernel virtual memory settings reqs are met, we
|