Home
last modified time | relevance | path

Searched refs:hs_descs (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch45 - } __attribute__((packed)) fs_descs, hs_descs;
73 + struct func_desc fs_descs, hs_descs;
107 + struct func_desc fs_descs, hs_descs;
224 - .hs_descs = {
226 - .bLength = sizeof(descriptors.hs_descs.intf),
236 - .bLength = sizeof(descriptors.hs_descs.source),
243 - .bLength = sizeof(descriptors.hs_descs.sink),
309 + v2_descriptor.hs_descs = hs_descriptors;
333 + v1_descriptor.hs_descs = hs_descriptors;
/openbmc/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c80 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
111 .hs_descs = {
113 .bLength = sizeof(descriptors.hs_descs.intf),
120 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
127 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
95 .hs_descs = {
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/openbmc/linux/tools/usb/
H A Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs; member
159 .hs_descs = {
168 .bLength = sizeof descriptors.hs_descs.sink,
175 .bLength = sizeof descriptors.hs_descs.source,
193 .bLength = sizeof descriptors.hs_descs.sink,
207 .bLength = sizeof descriptors.hs_descs.source,
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c3069 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3139 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()