Searched refs:descriptors (Results 1 – 12 of 12) sorted by relevance
| /tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 81 } __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 D | aio_multibuff.c | 65 } __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 D | ffs-test.c | 126 } __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 D | usbip_list.c | 260 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 D | bpftool-link.rst | 45 that hold open file descriptors (FDs) against BPF links. On such kernels
|
| A D | bpftool-btf.rst | 43 that hold open file descriptors (FDs) against BTF objects. On such kernels
|
| A D | bpftool-map.rst | 72 that hold open file descriptors (FDs) against BPF maps. On such kernels
|
| A D | bpftool-prog.rst | 88 that hold open file descriptors (FDs) against BPF programs. On such kernels
|
| /tools/memory-model/litmus-tests/ |
| A D | README | 212 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 D | topdown.txt | 113 Note: the file descriptors returned by the perf_event_open calls must be memory
|
| /tools/perf/ |
| A D | design.txt | 18 Performance counters are accessed via special file descriptors.
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 96 # Intel cache and TLB information one-byte descriptors
|
Completed in 16 milliseconds