Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 13 of 13) sorted by relevance

/tools/net/ynl/
Dynl-gen-c.py222 def setter(self, ri, space, direction, deref=False, ref=None): argument
269 def setter(self, ri, space, direction, deref=False, ref=None): argument
292 def setter(self, ri, space, direction, deref=False, ref=None): argument
556 def setter(self, ri, space, direction, deref=False, ref=None): argument
1450 def rdir(direction): argument
1458 def op_prefix(ri, direction, deref=False): argument
1479 def type_name(ri, direction, deref=False): argument
1483 def print_prototype(ri, direction, terminate=True, doc=None): argument
1887 def call_free(ri, direction, var): argument
1891 def free_arg_name(direction): argument
[all …]
/tools/lib/thermal/
Dcommands.c347 int direction; member
452 int direction) in thermal_cmd_threshold_add()
463 int direction) in thermal_cmd_threshold_delete()
/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py55 def _get_pool(self, direction): argument
185 def get_pools(dlname, direction=None): argument
/tools/thermal/thermal-engine/
Dthermal-engine.c234 static int threshold_add(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_add()
241 static int threshold_delete(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_delete()
/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c184 __u8 direction = 1; in erspan_set_tunnel() local
264 __u8 direction = 0; in ip4ip6erspan_set_tunnel() local
/tools/lib/thermal/include/
Dthermal.h64 int direction; member
/tools/testing/selftests/tc-testing/tc-tests/actions/
Dmirred.json689 "direction": "egress", string
744 "direction": "ingress", string
799 "direction": "egress", string
854 "direction": "ingress", string
978 "direction": "egress", string
1037 "direction": "ingress", string
/tools/testing/selftests/alsa/
Dpcm-test.c156 int card, dev, subdev, count, direction, err; in find_pcms() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py442 def Find(self, direction): argument
461 def NextPrev(self, direction): argument
728 def Find(self, value, direction, pattern, context, callback): argument
1073 def Find(self, value, direction, pattern, context): argument
2523 def Find(self, value, direction, pattern, context, callback): argument
3272 def Find(self, value, direction, pattern, context): argument
4106 def Find(self, value, direction, pattern, context): argument
4226 def Find(self, value, direction, pattern, context): argument
/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c1125 int direction, nread, nwrite; in tun_relay_loop() local
/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h845 unsigned char direction; /* UMP direction */ member
1266 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/tools/include/uapi/linux/
Dkvm.h249 __u8 direction; member
/tools/perf/
Dbuiltin-trace.c499 static struct evsel *perf_evsel__raw_syscall_newtp(const char *direction, void *handler) in perf_evsel__raw_syscall_newtp()