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 D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 45 - } __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 D | aio_simple.c | 80 } __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 D | aio_multibuff.c | 64 } __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 D | ffs-test.c | 118 } __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 D | f_fs.c | 3069 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()
|