Lines Matching full:descriptors
62 } __attribute__((packed)) descriptors = {
65 .length = cpu_to_le32(sizeof(descriptors)),
71 .bLength = sizeof(descriptors.fs_descs.intf),
81 .bLength = sizeof(descriptors.fs_descs.source),
88 .bLength = sizeof(descriptors.fs_descs.sink),
97 .bLength = sizeof(descriptors.hs_descs.intf),
107 .bLength = sizeof(descriptors.hs_descs.source),
114 .bLength = sizeof(descriptors.hs_descs.sink),
278 ret = adb_write(h->control, &descriptors, sizeof(descriptors));
280 D("[ %s: write descriptors failed: errno=%d ]\n", USB_FFS_ADB_EP0, errno);