Searched refs:hs_descs (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/ | 
| D | aio_simple.c | 62 	} __attribute__ ((__packed__)) fs_descs, hs_descs;  member 93 	.hs_descs = { 95 			.bLength = sizeof(descriptors.hs_descs.intf), 102 			.bLength = sizeof(descriptors.hs_descs.bulk_sink), 109 			.bLength = sizeof(descriptors.hs_descs.bulk_source),
  | 
| /linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/ | 
| 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),
  | 
| /linux-4.1.27/tools/usb/ | 
| D | ffs-test.c | 117 	} __attribute__((packed)) fs_descs, hs_descs;  member 150 	.hs_descs = { 159 			.bLength = sizeof descriptors.hs_descs.sink, 166 			.bLength = sizeof descriptors.hs_descs.source,
  | 
| /linux-4.1.27/drivers/usb/gadget/function/ | 
| D | f_fs.c | 2749 	vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs,  in _ffs_func_bind() 2824 		func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs);  in _ffs_func_bind()
  |