Searched refs:descriptors (Results 1 – 10 of 10) sorted by relevance
/subsys/usb/device_next/ |
A D | usbd_desc.c | 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() 111 while ((node = sys_dlist_get(&uds_ctx->descriptors))) { in usbd_desc_remove_all() 141 if (!sys_dnode_is_linked(&uds_ctx->descriptors)) { in usbd_add_descriptor() 143 sys_dlist_init(&uds_ctx->descriptors); in usbd_add_descriptor() 161 sys_dlist_append(&uds_ctx->descriptors, &desc_nd->node); in usbd_add_descriptor()
|
A D | usbd_ch9.c | 729 SYS_DLIST_FOR_EACH_CONTAINER(&uds_ctx->descriptors, desc_nd, node) { in desc_fill_bos_root() 785 SYS_DLIST_FOR_EACH_CONTAINER(&uds_ctx->descriptors, desc_nd, node) { in sreq_get_desc_bos()
|
/subsys/bindesc/ |
A D | Kconfig | 15 Enable the app to define its own binary descriptors 37 Enable the app to read the binary descriptors of another image 48 Enable reading and parsing binary descriptors from RAM. 53 Enable reading and parsing binary descriptors from memory mapped flash. 58 Enable reading and parsing binary descriptors from non memory mapped flash 68 The maximum expected size of the descriptors' data. This should be set to
|
A D | Kconfig.host_info | 5 bool "Host info binary descriptors" 7 Add the host info binary descriptors
|
A D | Kconfig.version | 5 bool "Version binary descriptors" 7 Add the version binary descriptors
|
A D | Kconfig.build_time | 5 bool "Build Time binary descriptors" 7 Add the build time binary descriptors 14 If enabled, the build time used for the descriptors will express
|
/subsys/usb/device_next/class/ |
A D | Kconfig.uvc | 15 int "Max number of format descriptors" 19 The table of format descriptors are generated at runtime. This options plans the 20 storage at build time to allow enough descriptors to be generated. The default value 21 aims a compromise between enough descriptors for most devices, but not too much memory
|
A D | usbd_uac2.c | 134 const struct usb_desc_header **descriptors; in get_as_data_ep() local 137 descriptors = cfg->fs_descriptors; in get_as_data_ep() 139 descriptors = cfg->hs_descriptors; in get_as_data_ep() 156 const struct usb_desc_header **descriptors; in get_as_feedback_ep() local 159 descriptors = cfg->fs_descriptors; in get_as_feedback_ep() 161 descriptors = cfg->hs_descriptors; in get_as_feedback_ep() 165 descriptors) { in get_as_feedback_ep() 460 const struct usb_desc_header **descriptors; in uac2_update() local 473 descriptors = cfg->fs_descriptors; in uac2_update() 476 descriptors = cfg->hs_descriptors; in uac2_update() [all …]
|
/subsys/usb/device/ |
A D | usb_device.c | 122 const uint8_t *descriptors; member 420 usb_dev.descriptors = usb_descriptors; in usb_register_descriptors() 480 p = (uint8_t *)usb_dev.descriptors; in usb_get_descriptor() 682 uint8_t *p = (uint8_t *)usb_dev.descriptors; in usb_set_configuration() 758 const uint8_t *p = usb_dev.descriptors; in usb_set_interface() 809 const uint8_t *p = usb_dev.descriptors; in usb_get_interface() 1474 if ((uint8_t *)if_descr < usb_dev.descriptors) { in class_handler() 1503 if ((uint8_t *)if_descr < usb_dev.descriptors) { in custom_handler() 1618 if (usb_dev.descriptors == NULL) { in usb_enable() 1620 if (usb_dev.descriptors == NULL) { in usb_enable() [all …]
|
/subsys/usb/host/ |
A D | Kconfig | 26 int "Memory used to cache device descriptors" 30 Memory used to cache device descriptors.
|
Completed in 39 milliseconds