Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 29) sorted by relevance

12

/tools/usb/usbip/libsrc/
Dusbip_common.c295 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()
Dnames.c37 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()
Dusbip_common.h149 void usbip_names_get_class(char *buff, size_t size, uint8_t class,
/tools/perf/Documentation/
Dasciidoc.conf80 <refmiscinfo class="source">perf</refmiscinfo>
81 <refmiscinfo class="version">{perf_version}</refmiscinfo>
82 <refmiscinfo class="manual">perf Manual</refmiscinfo>
/tools/testing/selftests/tc-testing/
DTODO.txt23 - Proper exception handling - make an exception class and use it
25 - a TestCase class, for easier testcase handling, searching, comparison
27 - a TestSuite class
DREADME196 This base class supplies "hooks" to run extra functions. These hooks are as follows:
/tools/testing/selftests/firmware/
Dfw_fallback.sh142 echo 4 >/sys/class/firmware/timeout
163 echo -n 2 >/sys/class/firmware/timeout
200 echo 4 >/sys/class/firmware/timeout
Dfw_lib.sh179 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
216 if [ -d /sys/class/firmware/ ]; then
Dfw_filesystem.sh23 echo 1 >/sys/class/firmware/timeout
/tools/lib/traceevent/Documentation/
Dasciidoc.conf77 <refmiscinfo class="source">libtraceevent</refmiscinfo>
78 <refmiscinfo class="version">{libtraceevent_version}</refmiscinfo>
79 <refmiscinfo class="manual">libtraceevent Manual</refmiscinfo>
/tools/testing/selftests/ir/
Dir_loopback.sh22 RCDEV=$(grep -l DRV_NAME=rc-loopback /sys/class/rc/rc*/uevent | grep -o 'rc[0-9]\+')
/tools/usb/usbip/vudc/
Dvudc_server_example.sh69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
/tools/testing/selftests/bpf/
Dtest_tc_edt.sh71 cat /sys/class/net/veth_dst/statistics/rx_bytes )
79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
Dtest_lirc_mode2.sh20 for i in /sys/class/rc/rc*
/tools/include/uapi/drm/
Di915_drm.h160 #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/
Dzram_lib.sh66 echo $i > /sys/class/zram-control/hot_remove
88 cat /sys/class/zram-control/hot_add > /dev/null
/tools/testing/selftests/gpio/
Dgpio-mockup.sh48 GPIO_SYSFS=`echo $SYSFS/class/gpio`
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt8 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/
Dbpf-prologue.c329 u8 class = BPF_CLASS(insn->code); in prologue_relocate() local
332 if (class != BPF_JMP) in prologue_relocate()
Ddata-convert-bt.c1056 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/
DREADME15 introduced sysfs entry at /sys/class/thermal with a matrix of symbolic
/tools/memory-model/litmus-tests/
DREADME135 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/
DREADME233 /sys/class/scsi_device/0:0:0:0/device
234 /sys/class/scsi_host/host0/device
/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst48 all tc class/qdisc bpf program attachments. Both xdp programs and
/tools/lib/bpf/
DREADME.rst28 Another class of types and functions provided by libbpf API is "objects"

12