Searched refs:fs_descs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 62 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 71 .fs_descs = { 73 .bLength = sizeof(descriptors.fs_descs.intf), 80 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 86 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 73 .fs_descs = { 75 .bLength = sizeof(descriptors.fs_descs.intf), 82 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/Linux-v4.19/tools/usb/ |
D | ffs-test.c | 131 } __attribute__((packed)) fs_descs, hs_descs; member 148 .fs_descs = { 150 .bLength = sizeof descriptors.fs_descs.intf, 157 .bLength = sizeof descriptors.fs_descs.sink, 164 .bLength = sizeof descriptors.fs_descs.source, 174 .bLength = sizeof descriptors.fs_descs.intf, 199 .bLength = sizeof descriptors.fs_descs.intf,
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_fs.c | 2991 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3051 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|