Home
last modified time | relevance | path

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

12345

/linux/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/tools/testing/selftests/riscv/
A 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; \
40 @for DIR in $(RISCV_SUBTARGETS); do \
41 BUILD_TARGET=$(OUTPUT)/$$DIR; \
47 @for DIR in $(RISCV_SUBTARGETS); do \
48 BUILD_TARGET=$(OUTPUT)/$$DIR; \
53 @for DIR in $(RISCV_SUBTARGETS); do \
[all …]
/linux/tools/testing/selftests/arm64/
A 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; \
41 @for DIR in $(ARM64_SUBTARGETS); do \
42 BUILD_TARGET=$(OUTPUT)/$$DIR; \
48 @for DIR in $(ARM64_SUBTARGETS); do \
49 BUILD_TARGET=$(OUTPUT)/$$DIR; \
54 @for DIR in $(ARM64_SUBTARGETS); do \
[all …]
/linux/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/tools/testing/selftests/futex/
A DMakefile9 @for DIR in $(SUBDIRS); do \
10 BUILD_TARGET=$(OUTPUT)/$$DIR; \
12 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
13 if [ -e $$DIR/$(TEST_PROGS) ]; then \
14 rsync -a $$DIR/$(TEST_PROGS) $$BUILD_TARGET/; \
30 @for DIR in $(SUBDIRS); do \
31 BUILD_TARGET=$(OUTPUT)/$$DIR; \
33 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/linux/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/tools/testing/selftests/kselftest/
A Drunner.sh49 DIR="$1"
83 settings="$BASE_DIR/$DIR/settings"
104 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
155 run_one $DIR $TEST $test_num
166 echo "not ok $test_num selftests: $DIR: $BASENAME_TEST # Create NS failed"
178 DIR="${PWD#${BASE_DIR}/}"
192 run_one "$DIR" "$TEST" "$test_num"
/linux/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 …]
/linux/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/Documentation/devicetree/bindings/mtd/partitions/
A Dseama.yaml11 D-Link routers such as DIR-645, DIR-842, DIR-859, DIR-860L, DIR-885L,
/linux/tools/testing/selftests/dt/
A Dtest_unprobed_devices.sh16 DIR="$(dirname $(readlink -f "$0"))"
18 source "${DIR}"/../kselftest/ktap_helpers.sh
21 COMPAT_LIST="${DIR}"/compatible_list
22 IGNORE_LIST="${DIR}"/compatible_ignore_list
/linux/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/tools/testing/selftests/power_supply/
A Dtest_power_supply_properties.sh11 DIR="$(dirname "$(readlink -f "$0")")"
13 . "${DIR}"/../kselftest/ktap_helpers.sh
15 . "${DIR}"/helpers.sh
/linux/tools/testing/selftests/bpf/
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/tools/testing/selftests/rust/
A Dtest_probe_samples.sh9 DIR="$(dirname "$(readlink -f "$0")")"
11 KTAP_HELPERS="${DIR}/../kselftest/ktap_helpers.sh"
/linux/tools/testing/selftests/cgroup/
A Dtest_cpuset_prs.sh549 for DIR in . A1 A1/A2 A1/A2/A3 B1
551 CPUS=$DIR/cpuset.cpus
552 ECPUS=$DIR/cpuset.cpus.effective
553 XCPUS=$DIR/cpuset.cpus.exclusive
554 XECPUS=$DIR/cpuset.cpus.exclusive.effective
555 PRS=$DIR/cpuset.cpus.partition
556 PCPUS=$DIR/.__DEBUG__.cpuset.cpus.subpartitions
557 ISCPUS=$DIR/cpuset.cpus.isolated
/linux/arch/arm/boot/dts/broadcom/
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";
/linux/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/tools/testing/selftests/splice/
A Dshort_splice_read.sh11 DIR=$(dirname "$0")
78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
/linux/tools/perf/tests/shell/lib/
A Dcoresight.sh16 DIR="$TOOLS/$TEST"
17 BIN="$DIR/$TEST"
/linux/tools/power/acpi/os_specific/service_layers/
A Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir; in acpi_os_open_directory()
/linux/tools/lib/api/fs/
A Dtracing_path.c98 DIR *tracing_events__opendir(void) in tracing_events__opendir()
100 DIR *dir = NULL; in tracing_events__opendir()

Completed in 36 milliseconds

12345