Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 12 of 12) sorted by relevance

/tools/usb/ffs-aio-example/simple/device_app/
A Daio_simple.c81 } __attribute__ ((__packed__)) descriptors = { variable
86 .length = cpu_to_le32(sizeof(descriptors)),
91 .bLength = sizeof(descriptors.fs_descs.intf),
98 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
104 .bLength = sizeof(descriptors.fs_descs.bulk_source),
113 .bLength = sizeof(descriptors.hs_descs.intf),
120 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
127 .bLength = sizeof(descriptors.hs_descs.bulk_source),
258 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/tools/usb/ffs-aio-example/multibuff/device_app/
A Daio_multibuff.c65 } __attribute__ ((__packed__)) descriptors = { variable
70 .length = htole32(sizeof(descriptors)),
75 .bLength = sizeof(descriptors.fs_descs.intf),
82 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
269 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/tools/usb/
A Dffs-test.c126 } __attribute__((packed)) descriptors = { variable
132 .length = cpu_to_le32(sizeof descriptors),
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,
168 .bLength = sizeof descriptors.hs_descs.sink,
186 .bLength = sizeof descriptors.fs_descs.intf,
193 .bLength = sizeof descriptors.hs_descs.sink,
290 __u8 descriptors[]; in descs_to_legacy() member
[all …]
/tools/usb/usbip/src/
A Dusbip_list.c260 const char *descriptors; in list_gadget_devices() local
287 descriptors = udev_device_get_sysattr_value(dev, in list_gadget_devices()
290 if (!descriptors) { in list_gadget_devices()
296 d_desc = (const struct usb_device_descriptor *) descriptors; in list_gadget_devices()
/tools/bpf/bpftool/Documentation/
A Dbpftool-link.rst45 that hold open file descriptors (FDs) against BPF links. On such kernels
A Dbpftool-btf.rst43 that hold open file descriptors (FDs) against BTF objects. On such kernels
A Dbpftool-map.rst72 that hold open file descriptors (FDs) against BPF maps. On such kernels
A Dbpftool-prog.rst88 that hold open file descriptors (FDs) against BPF programs. On such kernels
/tools/memory-model/litmus-tests/
A DREADME212 The next step is to construct a space-separated list of descriptors,
254 The descriptors that describe connections between consecutive accesses
259 To see the full list of descriptors, execute the following command:
/tools/perf/Documentation/
A Dtopdown.txt113 Note: the file descriptors returned by the perf_event_open calls must be memory
/tools/perf/
A Ddesign.txt18 Performance counters are accessed via special file descriptors.
/tools/arch/x86/kcpuid/
A Dcpuid.csv96 # Intel cache and TLB information one-byte descriptors

Completed in 18 milliseconds