Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 36) 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>
Dsecurity.txt44 class xdp_socket
47 +class perf_event
63 class xdp_socket
65 +class perf_event
114 9. Login and check that dmesg output doesn't mention that perf_event class is unknown to SELinux su…
178 class perf_event { cpu kernel open read tracepoint write };
/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
/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
/tools/lib/perf/Documentation/
Dasciidoc.conf77 <refmiscinfo class="source">libperf</refmiscinfo>
78 <refmiscinfo class="version">{libperf_version}</refmiscinfo>
79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
/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/testing/selftests/drivers/net/netdevsim/
Dethtool-common.sh47 old_netdevs=$(ls /sys/class/net)
Dudp_tunnel_nic.sh30 [ -e /sys/class/net/$dev ] && ip link del dev $dev
236 new=$(ls /sys/class/net)
263 old_netdevs=$(ls /sys/class/net)
348 old_netdevs=$(ls /sys/class/net)
814 old_netdevs=$(ls /sys/class/net)
817 old_netdevs=$(ls /sys/class/net)
922 old_netdevs=$(ls /sys/class/net)
/tools/include/uapi/drm/
Di915_drm.h206 #define __I915_PMU_ENGINE(class, instance, sample) \ argument
207 ((class) << I915_PMU_CLASS_SHIFT | \
211 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument
212 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
214 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument
215 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
217 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument
218 __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/net/
Dtoeplitz.sh89 for i in /sys/class/net/${DEV}/queues/rx-*/rps_cpus
/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.c335 u8 class = BPF_CLASS(insn->code); in prologue_relocate() local
338 if (class != BPF_JMP) in prologue_relocate()
Ddata-convert-bt.c1059 struct bt_ctf_event_class *class) in add_tracepoint_types() argument
1065 ret = add_tracepoint_fields_types(cw, common_fields, class); in add_tracepoint_types()
1067 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types()
1073 struct bt_ctf_event_class *class) in add_bpf_output_types() argument
1080 ret = bt_ctf_event_class_add_field(class, len_type, "raw_len"); in add_bpf_output_types()
1088 return bt_ctf_event_class_add_field(class, seq_type, "raw_data"); in add_bpf_output_types()
/tools/testing/selftests/net/forwarding/
Dsch_ets_tests.sh190 tc class change dev $put classid 10:2 ets quantum 8000
/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

12