/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 295 void usbip_names_get_class(char *buff, size_t size, uint8_t class, in usbip_names_get_class() argument 300 if (class == 0 && subclass == 0 && protocol == 0) { in usbip_names_get_class() 301 snprintf(buff, size, "(Defined at Interface level) (%02x/%02x/%02x)", class, subclass, protocol); in usbip_names_get_class() 305 p = names_protocol(class, subclass, protocol); in usbip_names_get_class() 309 s = names_subclass(class, subclass); in usbip_names_get_class() 313 c = names_class(class); in usbip_names_get_class() 317 snprintf(buff, size, "%s / %s / %s (%02x/%02x/%02x)", c, s, p, class, subclass, protocol); in usbip_names_get_class()
|
D | names.c | 37 struct class { struct 38 struct class *next; argument 79 static struct class *classes[HASHSZ] = { NULL, }; 107 struct class *c; in names_class() 230 struct class *c; in new_class() 237 c = my_malloc(sizeof(struct class) + strlen(name)); in new_class()
|
D | usbip_common.h | 149 void usbip_names_get_class(char *buff, size_t size, uint8_t class,
|
/tools/perf/Documentation/ |
D | asciidoc.conf | 80 <refmiscinfo class="source">perf</refmiscinfo> 81 <refmiscinfo class="version">{perf_version}</refmiscinfo> 82 <refmiscinfo class="manual">perf Manual</refmiscinfo>
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 23 - Proper exception handling - make an exception class and use it 25 - a TestCase class, for easier testcase handling, searching, comparison 27 - a TestSuite class
|
D | README | 196 This base class supplies "hooks" to run extra functions. These hooks are as follows:
|
/tools/testing/selftests/firmware/ |
D | fw_fallback.sh | 142 echo 4 >/sys/class/firmware/timeout 163 echo -n 2 >/sys/class/firmware/timeout 200 echo 4 >/sys/class/firmware/timeout
|
D | fw_lib.sh | 179 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout 216 if [ -d /sys/class/firmware/ ]; then
|
D | fw_filesystem.sh | 23 echo 1 >/sys/class/firmware/timeout
|
/tools/lib/traceevent/Documentation/ |
D | asciidoc.conf | 77 <refmiscinfo class="source">libtraceevent</refmiscinfo> 78 <refmiscinfo class="version">{libtraceevent_version}</refmiscinfo> 79 <refmiscinfo class="manual">libtraceevent Manual</refmiscinfo>
|
/tools/testing/selftests/ir/ |
D | ir_loopback.sh | 22 RCDEV=$(grep -l DRV_NAME=rc-loopback /sys/class/rc/rc*/uevent | grep -o 'rc[0-9]\+')
|
/tools/usb/usbip/vudc/ |
D | vudc_server_example.sh | 69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
|
/tools/testing/selftests/bpf/ |
D | test_tc_edt.sh | 71 cat /sys/class/net/veth_dst/statistics/rx_bytes ) 79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
|
D | test_lirc_mode2.sh | 20 for i in /sys/class/rc/rc*
|
/tools/include/uapi/drm/ |
D | i915_drm.h | 160 #define __I915_PMU_ENGINE(class, instance, sample) \ argument 161 ((class) << I915_PMU_CLASS_SHIFT | \ 165 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument 166 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY) 168 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument 169 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT) 171 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument 172 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_SEMA)
|
/tools/testing/selftests/zram/ |
D | zram_lib.sh | 66 echo $i > /sys/class/zram-control/hot_remove 88 cat /sys/class/zram-control/hot_add > /dev/null
|
/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 48 GPIO_SYSFS=`echo $SYSFS/class/gpio`
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 8 A new plugin should be written in python as a class that inherits from TdcPlugin. 27 The functions in the class should follow the following interfaces:
|
/tools/perf/util/ |
D | bpf-prologue.c | 329 u8 class = BPF_CLASS(insn->code); in prologue_relocate() local 332 if (class != BPF_JMP) in prologue_relocate()
|
D | data-convert-bt.c | 1056 struct bt_ctf_event_class *class) in add_tracepoint_types() argument 1062 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types() 1064 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types() 1070 struct bt_ctf_event_class *class) in add_bpf_output_types() argument 1077 ret = bt_ctf_event_class_add_field(class, len_type, "raw_len"); in add_bpf_output_types() 1085 return bt_ctf_event_class_add_field(class, seq_type, "raw_data"); in add_bpf_output_types()
|
/tools/thermal/tmon/ |
D | README | 15 introduced sysfs entry at /sys/class/thermal with a matrix of symbolic
|
/tools/memory-model/litmus-tests/ |
D | README | 135 class in which the first write is moved to a separate process. 167 The structure of a litmus-test name is the litmus-test class, a plus 173 Each class defines the pattern of accesses and of the variables accessed. 176 litmus-test class is "MP" (message passing), which may be found on the
|
/tools/usb/usbip/ |
D | README | 233 /sys/class/scsi_device/0:0:0:0/device 234 /sys/class/scsi_host/host0/device
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 48 all tc class/qdisc bpf program attachments. Both xdp programs and
|
/tools/lib/bpf/ |
D | README.rst | 28 Another class of types and functions provided by libbpf API is "objects"
|