Searched refs:fs_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; 81 - .fs_descs = { 83 - .bLength = sizeof(descriptors.fs_descs.intf), 93 - .bLength = sizeof(descriptors.fs_descs.source), 100 - .bLength = sizeof(descriptors.fs_descs.sink), 106 + struct func_desc fs_descs, hs_descs; 274 + v2_descriptor.fs_descs = fs_descriptors; 296 + v1_descriptor.fs_descs = fs_descriptors;
|
| H A D | 0013-adbd-Support-usb3.0.patch | 65 } __attribute__((packed)) fs_descs, hs_descs; 88 .fs_descs = { 90 .bLength = sizeof(descriptors.fs_descs.intf),
|
| /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; 190 - .fs_descs = { 192 - .bLength = sizeof(descriptors.fs_descs.intf), 202 - .bLength = sizeof(descriptors.fs_descs.source), 209 - .bLength = sizeof(descriptors.fs_descs.sink), 306 + v2_descriptor.fs_descs = fs_descriptors; 330 + v1_descriptor.fs_descs = fs_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 87 .fs_descs = { 89 .bLength = sizeof(descriptors.fs_descs.intf), 96 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 102 .bLength = sizeof(descriptors.fs_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 85 .fs_descs = { 87 .bLength = sizeof(descriptors.fs_descs.intf), 94 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 100 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | ffs-test.c | 118 } __attribute__((packed)) fs_descs, hs_descs; member 135 .fs_descs = { 137 .bLength = sizeof descriptors.fs_descs.intf, 144 .bLength = sizeof descriptors.fs_descs.sink, 151 .bLength = sizeof descriptors.fs_descs.source, 161 .bLength = sizeof descriptors.fs_descs.intf, 186 .bLength = sizeof descriptors.fs_descs.intf,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 3141 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3201 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|