Searched refs:hs_descs (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0015-adbd-usb_linux_client-Compat-with-old-kernel.patch | 50 + struct func_desc fs_descs, hs_descs; 64 - } __attribute__((packed)) fs_descs, hs_descs; 106 + struct func_desc fs_descs, hs_descs; 135 - .hs_descs = { 137 - .bLength = sizeof(descriptors.hs_descs.intf), 147 - .bLength = sizeof(descriptors.hs_descs.source), 154 - .bLength = sizeof(descriptors.hs_descs.sink), 275 + v2_descriptor.hs_descs = hs_descriptors; 297 + v1_descriptor.hs_descs = hs_descriptors;
|
| H A D | 0013-adbd-Support-usb3.0.patch | 65 } __attribute__((packed)) fs_descs, hs_descs;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 43 - } __attribute__((packed)) fs_descs, hs_descs; 71 + struct func_desc fs_descs, hs_descs; 105 + struct func_desc fs_descs, hs_descs; 222 - .hs_descs = { 224 - .bLength = sizeof(descriptors.hs_descs.intf), 234 - .bLength = sizeof(descriptors.hs_descs.source), 241 - .bLength = sizeof(descriptors.hs_descs.sink), 307 + v2_descriptor.hs_descs = hs_descriptors; 331 + v1_descriptor.hs_descs = hs_descriptors;
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H A D | aio_multibuff.c | 66 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 109 .hs_descs = { 111 .bLength = sizeof(descriptors.hs_descs.intf), 118 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 125 .bLength = sizeof(descriptors.hs_descs.bulk_source),
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/ |
| H A D | aio_simple.c | 64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 107 .hs_descs = { 109 .bLength = sizeof(descriptors.hs_descs.intf), 116 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 123 .bLength = sizeof(descriptors.hs_descs.bulk_source),
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 3143 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind() 3215 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()
|