Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 106) sorted by relevance

12345

/linux-6.6.21/tools/testing/selftests/firmware/
Dfw_filesystem.sh29 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
34 if [ ! -e "$DIR"/trigger_async_request ]; then
38 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
60 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
74 if [ ! -e "$DIR"/trigger_async_request ]; then
78 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
93 if [ ! -e "$DIR"/trigger_request_platform ]; then
96 if printf '\000' >"$DIR"/trigger_request_platform 2> /dev/null; then
105 if ! echo -n "nope-$NAME" >"$DIR"/trigger_request_platform ; then
[all …]
Dfw_fallback.sh27 echo -n "$name" >"$DIR"/trigger_request &
31 while [ ! -e "$DIR"/"$name"/loading ]; do
40 echo 1 >"$DIR"/"$name"/loading
41 cat "$file" >"$DIR"/"$name"/data
42 echo 0 >"$DIR"/"$name"/loading
54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null &
58 while [ ! -e "$DIR"/"$name"/loading ]; do
67 echo -1 >"$DIR"/"$name"/loading
75 if [ ! -e "$DIR"/trigger_custom_fallback ]; then
83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null &
[all …]
Dfw_upload.sh36 if [ -e "$DIR/$name" ]; then
37 echo -n "$name" > "$DIR"/upload_unregister
46 echo 1 > "$DIR"/"$name"/loading
47 cat "$file" > "$DIR"/"$name"/data
48 echo 0 > "$DIR"/"$name"/loading
55 echo -n "$name" > "$DIR"/config_upload_name
56 if ! cmp "$file" "$DIR"/upload_read > /dev/null 2>&1; then
70 echo 1 > "$DIR"/"$name"/loading
71 echo -n "inject":"$status":"$error" > "$DIR"/"$name"/data
72 echo 0 > "$DIR"/"$name"/loading
[all …]
Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
30 if [ ! -d $DIR ]; then
44 if [ ! -d $DIR ]; then
/linux-6.6.21/tools/testing/selftests/riscv/
DMakefile27 @for DIR in $(RISCV_SUBTARGETS); do \
28 BUILD_TARGET=$(OUTPUT)/$$DIR; \
30 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
34 @for DIR in $(RISCV_SUBTARGETS); do \
35 BUILD_TARGET=$(OUTPUT)/$$DIR; \
36 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
40 @for DIR in $(RISCV_SUBTARGETS); do \
41 BUILD_TARGET=$(OUTPUT)/$$DIR; \
42 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
47 @for DIR in $(RISCV_SUBTARGETS); do \
[all …]
/linux-6.6.21/tools/testing/selftests/arm64/
DMakefile28 @for DIR in $(ARM64_SUBTARGETS); do \
29 BUILD_TARGET=$(OUTPUT)/$$DIR; \
31 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
35 @for DIR in $(ARM64_SUBTARGETS); do \
36 BUILD_TARGET=$(OUTPUT)/$$DIR; \
37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
41 @for DIR in $(ARM64_SUBTARGETS); do \
42 BUILD_TARGET=$(OUTPUT)/$$DIR; \
43 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
48 @for DIR in $(ARM64_SUBTARGETS); do \
[all …]
/linux-6.6.21/tools/testing/selftests/sparc64/
DMakefile21 @for DIR in $(SUBDIRS); do \
22 BUILD_TARGET=$(OUTPUT)/$$DIR; \
24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
26 TEST=$$DIR"_test.sh"; \
27 if [ -e $$DIR/$$TEST ]; then \
28 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \
44 @for DIR in $(SUBDIRS); do \
45 BUILD_TARGET=$(OUTPUT)/$$DIR; \
47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/linux-6.6.21/tools/testing/selftests/futex/
DMakefile11 @for DIR in $(SUBDIRS); do \
12 BUILD_TARGET=$(OUTPUT)/$$DIR; \
14 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
15 if [ -e $$DIR/$(TEST_PROGS) ]; then \
16 rsync -a $$DIR/$(TEST_PROGS) $$BUILD_TARGET/; \
32 @for DIR in $(SUBDIRS); do \
33 BUILD_TARGET=$(OUTPUT)/$$DIR; \
35 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/linux-6.6.21/tools/testing/selftests/kmod/
Dkmod.sh63 if [ ! -d $DIR ]; then
64 echo "$0: $DIR not present" >&2
89 if [ -z $DIR ]; then
90 DIR="/sys/devices/virtual/misc/${TEST_DRIVER}0/"
137 if [ ! -d $DIR ]; then
192 if ! echo -n 1 >$DIR/config_test_case; then
200 if ! echo -n 2 >$DIR/config_test_case; then
208 if ! echo -n $1 >$DIR/config_num_threads; then
233 if ! echo -n $1 >$DIR/config_test_driver; then
241 if ! echo -n $1 >$DIR/config_test_fs; then
[all …]
/linux-6.6.21/scripts/
Dget_dvb_firmware54 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
72 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
91 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
109 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
127 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
160 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
177 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
194 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
250 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
[all …]
Dleaking_addresses.pl483 next if (!opendir(DIR, $pwd));
484 my @files = readdir(DIR);
485 closedir(DIR);
/linux-6.6.21/tools/testing/selftests/proc/
Dread.c38 static void f_reg(DIR *d, const char *filename) in f_reg()
55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write()
68 static void f_lnk(DIR *d, const char *filename) in f_lnk()
77 static void f(DIR *d, unsigned int level) in f()
94 DIR *dd; in f()
129 DIR *d; in main()
/linux-6.6.21/Documentation/devicetree/bindings/mtd/partitions/
Dseama.yaml11 D-Link routers such as DIR-645, DIR-842, DIR-859, DIR-860L, DIR-885L,
/linux-6.6.21/tools/testing/selftests/kselftest/
Drunner.sh48 DIR="$1"
82 settings="$BASE_DIR/$DIR/settings"
103 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
147 DIR="${PWD#${BASE_DIR}/}"
158 run_one "$DIR" "$TEST" "$test_num"
/linux-6.6.21/drivers/misc/bcm-vk/
Dbcm_vk_tty.c32 #define VK_BAR_CHAN(v, DIR, e) ((v)->DIR##_offset \ argument
34 #define VK_BAR_CHAN_SIZE(v, DIR) VK_BAR_CHAN(v, DIR, size) argument
35 #define VK_BAR_CHAN_WR(v, DIR) VK_BAR_CHAN(v, DIR, wr) argument
36 #define VK_BAR_CHAN_RD(v, DIR) VK_BAR_CHAN(v, DIR, rd) argument
37 #define VK_BAR_CHAN_DATA(v, DIR, off) (VK_BAR_CHAN(v, DIR, data) + (off)) argument
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id.sh53 DIR=$(dirname $0)
57 BPF_PROG_OBJ="${DIR}/test_skb_cgroup_id_kern.bpf.o"
60 PROG="${DIR}/test_skb_cgroup_id_user"
Dtest_tcp_check_syncookie.sh76 DIR=$(dirname $0)
79 BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.bpf.o"
83 PROG="${DIR}/test_tcp_check_syncookie_user"
/linux-6.6.21/arch/arm/boot/dts/broadcom/
Dbcm47094-dlink-dir-890l.dts3 * Device tree for D-Link DIR-890L
5 * this router has the same looks and form factor as D-Link DIR-885L.
7 * Some differences from DIR-885L include a separate USB2 port, separate LEDs
13 * Based on the device tree for DIR-885L
25 model = "D-Link DIR-890L";
/linux-6.6.21/drivers/net/wan/
Dhd64570.h139 #define DIR 0x14 /* DMA Interrupt Enable */ macro
140 #define DIR_RX(node) (DIR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET))
141 #define DIR_TX(node) (DIR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
/linux-6.6.21/tools/testing/selftests/splice/
Dshort_splice_read.sh11 DIR=$(dirname "$0")
78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
/linux-6.6.21/tools/perf/tests/shell/lib/
Dcoresight.sh16 DIR="$TOOLS/$TEST"
17 BIN="$DIR/$TEST"
/linux-6.6.21/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir; in acpi_os_open_directory()
/linux-6.6.21/tools/lib/api/fs/
Dtracing_path.c98 DIR *tracing_events__opendir(void) in tracing_events__opendir()
100 DIR *dir = NULL; in tracing_events__opendir()
/linux-6.6.21/samples/bpf/
Dxdp2skb_meta.sh17 DIR=$(dirname $0)
131 FILE="$DIR/$BPF_FILE"
/linux-6.6.21/tools/iio/
Dlsiio.c42 DIR *dp; in dump_channels()
105 DIR *dp; in dump_devices()

12345