Lines Matching full:descriptors
52 /******************** Descriptors and Strings *******************************/
63 } __attribute__ ((__packed__)) descriptors = { variable
68 .length = htole32(sizeof(descriptors)),
73 .bLength = sizeof(descriptors.fs_descs.intf),
80 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
86 .bLength = sizeof(descriptors.fs_descs.bulk_source),
95 .bLength = sizeof(descriptors.hs_descs.intf),
102 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
109 .bLength = sizeof(descriptors.hs_descs.bulk_source),
240 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
241 perror("unable do write descriptors"); in main()