Searched refs:DIR (Results 1 - 25 of 92) sorted by path

1234

/linux-master/drivers/net/wan/
H 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-master/samples/bpf/
H A Dxdp2skb_meta.sh17 DIR=$(dirname $0)
131 FILE="$DIR/$BPF_FILE"
/linux-master/scripts/
H 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
[all...]
H A Dcoccicheck10 DIR="$(dirname $(readlink -f $0))/.."
H A Dget_abi.pl1060 Parse the Linux ABI files from ABI DIR (usually located at Documentation/ABI),
H A Dget_maintainer.pl420 opendir(DIR, "$path") or die $!;
421 my @files = readdir(DIR);
422 closedir(DIR);
H A Dleaking_addresses.pl541 next if (!opendir(DIR, $pwd));
542 my @files = readdir(DIR);
543 closedir(DIR);
H A Dnsdeps8 DIR="$(dirname $(readlink -f $0))/.."
/linux-master/tools/iio/
H A Dlsiio.c42 DIR *dp;
105 DIR *dp;
/linux-master/tools/power/cpupower/bench/
H A Dparse.c57 DIR *dir;
/linux-master/tools/testing/selftests/firmware/
H 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
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_fallbac
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dfd-001-lookup.c109 DIR *d;
H A Dfd-003-kthread.c98 DIR *d;
H A Dproc.h43 static struct dirent *xreaddir(DIR *d)
/linux-master/tools/testing/selftests/sparc64/
H 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-master/arch/um/os-Linux/
H A Dumid.c83 DIR *directory;
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c32 #define VK_BAR_CHAN(v, DIR, e) ((v)->DIR##_offset \
34 #define VK_BAR_CHAN_SIZE(v, DIR) VK_BAR_CHAN(v, DIR, size)
35 #define VK_BAR_CHAN_WR(v, DIR) VK_BAR_CHAN(v, DIR, wr)
36 #define VK_BAR_CHAN_RD(v, DIR) VK_BAR_CHAN(v, DIR, rd)
37 #define VK_BAR_CHAN_DATA(v, DIR, off) (VK_BAR_CHAN(v, DIR, dat
[all...]
/linux-master/fs/hostfs/
H A Dhostfs_user.c93 DIR *dir;
103 DIR *dir = stream;
112 DIR *dir = stream;
/linux-master/fs/proc/
H A Dbase.c138 #define DIR(NAME, MODE, iops, fops) \ macro
2857 DIR("smack", 0555,
2861 DIR("apparmor", 0555,
3249 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3250 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
3251 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations),
3252 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3253 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3255 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3296 DIR("att
[all...]
/linux-master/scripts/dtc/
H A Dfstree.c13 DIR *d;
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c197 DIR *aux_dir;
678 DIR *dir;
/linux-master/tools/bpf/bpftool/
H A Dperf.c157 DIR *proc, *pid_fd;
H A Dprog.c1849 DIR *dp = opendir("/proc/self/fd");
/linux-master/tools/gpio/
H A Dlsgpio.c199 DIR *dp;
/linux-master/tools/hv/
H A Dhv_vss_daemon.c67 DIR *dir;

Completed in 358 milliseconds

1234