Lines Matching full:descriptors
27 * and sorted by bDescriptorType. For the string descriptors, the function
36 SYS_DLIST_FOR_EACH_CONTAINER(&uds_ctx->descriptors, tmp_nd, node) { in desc_add_and_update_idx()
43 next_nd = SYS_DLIST_PEEK_NEXT_CONTAINER(&uds_ctx->descriptors, in desc_add_and_update_idx()
50 sys_dlist_append(&uds_ctx->descriptors, &new_nd->node); in desc_add_and_update_idx()
77 sys_dlist_append(&uds_ctx->descriptors, &new_nd->node); in desc_add_and_update_idx()
88 SYS_DLIST_FOR_EACH_CONTAINER(&uds_ctx->descriptors, desc_nd, node) { in usbd_get_descriptor()
110 while ((node = sys_dlist_get(&uds_ctx->descriptors))) { in usbd_desc_remove_all()
135 if (!sys_dnode_is_linked(&uds_ctx->descriptors)) { in usbd_add_descriptor()
136 LOG_DBG("Initialize descriptors list"); in usbd_add_descriptor()
137 sys_dlist_init(&uds_ctx->descriptors); in usbd_add_descriptor()
153 sys_dlist_append(&uds_ctx->descriptors, &desc_nd->node); in usbd_add_descriptor()