Searched refs:descriptors (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 76 __attribute__((__packed__)) descriptors = { variable 82 .length = htole32(sizeof(descriptors)), 89 .bLength = sizeof(descriptors.fs_descs.intf), 97 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 104 .bLength = sizeof(descriptors.fs_descs.bulk_source), 115 .bLength = sizeof(descriptors.hs_descs.intf), 123 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 131 .bLength = sizeof(descriptors.hs_descs.bulk_source), 143 .bLength = sizeof(descriptors.ss_descs.intf), 152 .bLength = sizeof(descriptors [all...] |
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 74 __attribute__((__packed__)) descriptors = { variable 80 .length = htole32(sizeof(descriptors)), 87 .bLength = sizeof(descriptors.fs_descs.intf), 95 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 102 .bLength = sizeof(descriptors.fs_descs.bulk_source), 113 .bLength = sizeof(descriptors.hs_descs.intf), 121 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 129 .bLength = sizeof(descriptors.hs_descs.bulk_source), 141 .bLength = sizeof(descriptors.ss_descs.intf), 150 .bLength = sizeof(descriptors [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 84 * struct usb_os_desc - describes OS descriptors associated with one interface
90 * @group: Represents OS descriptors associated with an interface in configfs
104 * struct usb_os_desc_table - describes OS descriptors associated with one
123 * @fs_descriptors: Table of full (or low) speed descriptors, using interface and
126 * @hs_descriptors: Table of high speed descriptors, using interface and
129 * @ss_descriptors: Table of super speed descriptors, using interface and
133 * @ssp_descriptors: Table of super speed plus descriptors, using
139 * @os_desc_table: Table of (interface id, os descriptors) pairs. The function
145 * in interface or class descriptors; endpoints; I/O buffers; and so on.
174 * To support dual speed operation, a function driver provides descriptors
295 const struct usb_descriptor_header **descriptors; global() member [all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 84 * struct usb_os_desc - describes OS descriptors associated with one interface 90 * @group: Represents OS descriptors associated with an interface in configfs 104 * struct usb_os_desc_table - describes OS descriptors associated with one 123 * @fs_descriptors: Table of full (or low) speed descriptors, using interface and 126 * @hs_descriptors: Table of high speed descriptors, using interface and 129 * @ss_descriptors: Table of super speed descriptors, using interface and 133 * @ssp_descriptors: Table of super speed plus descriptors, using 139 * @os_desc_table: Table of (interface id, os descriptors) pairs. The function 145 * in interface or class descriptors; endpoints; I/O buffers; and so on. 174 * To support dual speed operation, a function driver provides descriptors 305 const struct usb_descriptor_header **descriptors; global() member [all...] |
Completed in 3 milliseconds