Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/tools/testing/selftests/firmware/
A Dfw_filesystem.sh118 if [ ! -f $DIR/reset ]; then
132 echo 1 > $DIR/reset
142 echo -n $1 > $DIR/config_name
147 echo 1 > $DIR/config_into_buf
152 echo 0 > $DIR/config_into_buf
157 echo $1 > $DIR/config_buf_size
167 echo 1 > $DIR/config_partial
172 echo 0 > $DIR/config_partial
177 echo 1 > $DIR/config_sync_direct
345 echo "$DIR/$name/loading" >&2
[all …]
A 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
67 echo -1 >"$DIR"/"$name"/loading
96 echo 1 >"$DIR"/"$name"/loading
97 cat "$file" >"$DIR"/"$name"/data
98 echo 0 >"$DIR"/"$name"/loading
129 echo -1 >"$DIR"/"$name"/loading
[all …]
A 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
70 echo 1 > "$DIR"/"$name"/loading
72 echo 0 > "$DIR"/"$name"/loading
83 status=$(cat "$DIR"/"$name"/status)
105 local error=$(cat "$DIR"/"$name"/error)
[all …]
A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
30 if [ ! -d $DIR ]; then
44 if [ ! -d $DIR ]; then
/linux-6.3-rc2/tools/testing/selftests/arm64/
A DMakefile26 @for DIR in $(ARM64_SUBTARGETS); do \
27 BUILD_TARGET=$(OUTPUT)/$$DIR; \
29 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
33 @for DIR in $(ARM64_SUBTARGETS); do \
34 BUILD_TARGET=$(OUTPUT)/$$DIR; \
39 @for DIR in $(ARM64_SUBTARGETS); do \
40 BUILD_TARGET=$(OUTPUT)/$$DIR; \
46 @for DIR in $(ARM64_SUBTARGETS); do \
47 BUILD_TARGET=$(OUTPUT)/$$DIR; \
52 @for DIR in $(ARM64_SUBTARGETS); do \
[all …]
/linux-6.3-rc2/tools/testing/selftests/sparc64/
A 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.3-rc2/tools/testing/selftests/futex/
A 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.3-rc2/tools/testing/selftests/kmod/
A Dkmod.sh63 if [ ! -d $DIR ]; then
89 if [ -z $DIR ]; then
137 if [ ! -d $DIR ]; then
192 if ! echo -n 1 >$DIR/config_test_case; then
241 if ! echo -n $1 >$DIR/config_test_fs; then
249 cat $DIR/config_test_driver
254 cat $DIR/test_result
259 if ! echo -n "1" >"$DIR"/reset; then
268 cat "$DIR"/config
335 printf $NAME >"$DIR"/config_test_driver
[all …]
/linux-6.3-rc2/scripts/
A 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 …]
A Dleaking_addresses.pl482 next if (!opendir(DIR, $pwd));
483 my @files = readdir(DIR);
484 closedir(DIR);
/linux-6.3-rc2/tools/testing/selftests/proc/
A 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.3-rc2/tools/testing/selftests/kselftest/
A Drunner.sh46 DIR="$1"
80 settings="$BASE_DIR/$DIR/settings"
93 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
134 DIR="${PWD#${BASE_DIR}/}"
145 run_one "$DIR" "$TEST" "$test_num"
/linux-6.3-rc2/drivers/misc/bcm-vk/
A 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.3-rc2/tools/testing/selftests/bpf/
A 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"
A 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.3-rc2/arch/arm/boot/dts/
A 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";
A Dbcm47094-dlink-dir-885l.dts4 * DTS for D-Link DIR-885L
16 model = "D-Link DIR-885L";
/linux-6.3-rc2/drivers/net/wan/
A 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.3-rc2/tools/testing/selftests/splice/
A Dshort_splice_read.sh11 DIR=$(dirname "$0")
78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
/linux-6.3-rc2/tools/perf/tests/shell/lib/
A Dcoresight.sh16 DIR="$TOOLS/$TEST"
17 BIN="$DIR/$TEST"
/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/
A Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir; in acpi_os_open_directory()
/linux-6.3-rc2/tools/lib/api/fs/
A Dtracing_path.c103 DIR *tracing_events__opendir(void) in tracing_events__opendir()
105 DIR *dir = NULL; in tracing_events__opendir()
/linux-6.3-rc2/samples/bpf/
A Dxdp2skb_meta.sh17 DIR=$(dirname $0)
131 FILE="$DIR/$BPF_FILE"
/linux-6.3-rc2/tools/iio/
A Dlsiio.c42 DIR *dp; in dump_channels()
105 DIR *dp; in dump_devices()
/linux-6.3-rc2/tools/build/Documentation/
A DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
32 DIR - is the path to the project to be built
35 When succefully finished the $(DIR) directory contains the final object file
38 $ ls $(DIR)/$(OBJECT)-in.o

Completed in 25 milliseconds

12345