Home
last modified time | relevance | path

Searched refs:all (Results 1 – 200 of 2446) sorted by relevance

12345678910>>...13

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_tuple.h25 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
44 __be16 all; member
86 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
87 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
96 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
97 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
127 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
135 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
151 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
162 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
[all …]
/linux-4.4.14/net/netfilter/
Dnf_nat_proto_common.c28 port = tuple->src.u.all; in nf_nat_l4proto_in_range()
30 port = tuple->dst.u.all; in nf_nat_l4proto_in_range()
32 return ntohs(port) >= ntohs(min->all) && in nf_nat_l4proto_in_range()
33 ntohs(port) <= ntohs(max->all); in nf_nat_l4proto_in_range()
49 portptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()
51 portptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()
73 min = ntohs(range->min_proto.all); in nf_nat_l4proto_unique_tuple()
74 range_size = ntohs(range->max_proto.all) - min + 1; in nf_nat_l4proto_unique_tuple()
79 ? tuple->dst.u.all in nf_nat_l4proto_unique_tuple()
80 : tuple->src.u.all); in nf_nat_l4proto_unique_tuple()
[all …]
Dnf_conntrack_expect.c83 hash = jhash2(tuple->dst.u3.all, ARRAY_SIZE(tuple->dst.u3.all), in nf_ct_expect_dst_hash()
85 (__force __u16)tuple->dst.u.all) ^ nf_conntrack_hash_rnd); in nf_ct_expect_dst_hash()
218 intersect_mask.src.u.all = a->mask.src.u.all & b->mask.src.u.all; in expect_clash()
221 intersect_mask.src.u3.all[count] = in expect_clash()
222 a->mask.src.u3.all[count] & b->mask.src.u3.all[count]; in expect_clash()
303 exp->tuple.src.u.all = *src; in nf_ct_expect_init()
304 exp->mask.src.u.all = htons(0xFFFF); in nf_ct_expect_init()
306 exp->tuple.src.u.all = 0; in nf_ct_expect_init()
307 exp->mask.src.u.all = 0; in nf_ct_expect_init()
316 exp->tuple.dst.u.all = *dst; in nf_ct_expect_init()
Dxt_conntrack.c92 (tuple->src.u.all == info->origsrc_port) ^ in ct_proto_port_check()
97 (tuple->dst.u.all == info->origdst_port) ^ in ct_proto_port_check()
104 (tuple->src.u.all == info->replsrc_port) ^ in ct_proto_port_check()
109 (tuple->dst.u.all == info->repldst_port) ^ in ct_proto_port_check()
137 ntohs(tuple->src.u.all), in ct_proto_port_check_v3()
143 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3()
151 ntohs(tuple->src.u.all), in ct_proto_port_check_v3()
157 ntohs(tuple->dst.u.all), in ct_proto_port_check_v3()
Dnf_conntrack_proto_generic.c50 tuple->src.u.all = 0; in generic_pkt_to_tuple()
51 tuple->dst.u.all = 0; in generic_pkt_to_tuple()
59 tuple->src.u.all = 0; in generic_invert_tuple()
60 tuple->dst.u.all = 0; in generic_invert_tuple()
Dnf_nat_core.c182 t->src.u.all == tuple->src.u.all); in same_src()
263 0 : (__force u32)tuple->dst.u3.all[max] ^ zone->id); in find_best_ips_proto()
271 minip = ntohl((__force __be32)range->min_addr.all[i]); in find_best_ips_proto()
272 maxip = ntohl((__force __be32)range->max_addr.all[i]); in find_best_ips_proto()
279 var_ipp->all[i] = (__force __u32) in find_best_ips_proto()
281 if (var_ipp->all[i] != range->max_addr.all[i]) in find_best_ips_proto()
285 j ^= (__force u32)tuple->dst.u3.all[i]; in find_best_ips_proto()
352 (range->min_proto.all == range->max_proto.all || in get_unique_tuple()
Dnft_ct.c128 memcpy(dest, tuple->src.u3.all, in nft_ct_get_eval()
132 memcpy(dest, tuple->dst.u3.all, in nft_ct_get_eval()
139 *dest = (__force __u16)tuple->src.u.all; in nft_ct_get_eval()
142 *dest = (__force __u16)tuple->dst.u.all; in nft_ct_get_eval()
292 len = FIELD_SIZEOF(struct nf_conntrack_tuple, src.u.all); in nft_ct_get_init()
Dnf_conntrack_ftp.c455 memcpy(cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help()
456 sizeof(cmd.u3.all)); in help()
501 memcmp(&cmd.u3.all, &ct->tuplehash[dir].tuple.src.u3.all, in help()
502 sizeof(cmd.u3.all))) { in help()
/linux-4.4.14/drivers/macintosh/
Dwindfarm_pm121.c890 int all = 1; in pm121_new_control() local
895 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control()
896 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control()
897 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control()
898 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control()
900 if (all) in pm121_new_control()
920 int all = 1; in pm121_new_sensor() local
925 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor()
926 &sensor_cpu_temp) && all; in pm121_new_sensor()
927 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor()
[all …]
/linux-4.4.14/include/linux/
Dnetfilter.h26 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp()
27 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp()
28 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp()
29 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp()
36 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask()
37 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask()
38 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask()
39 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt39 convention at all.
69 0x02 all linux/fd.h
70 0x03 all linux/hdreg.h
72 0x06 all linux/lp.h
73 0x09 all linux/raid/md_u.h
77 0x12 all linux/fs.h
79 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/>
80 0x20 all drivers/cdrom/cm206.h
81 0x22 all scsi/sg.h
94 '8' all SNP8023 advanced NIC card
[all …]
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile64 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
72 vmlinux.bin.all-y := $(obj)/vmlinux.bin
73 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs
75 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
77 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
79 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
81 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
83 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
85 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
/linux-4.4.14/Documentation/cgroups/
Ddevices.txt8 'type' is a (all), c (char), or b (block). 'all' means it applies
9 to all types and all major and minor numbers. Major and minor are
10 either an integer or * for all. Access is a composition of r
13 The root device cgroup starts with rwm to 'all'. A child device
56 a cgroup's devices.deny file, all its children will have that entry removed
57 from their whitelist and all the locally set whitelist entries will be
76 A all "b 8:* rwm", "c 116:* rw"
77 B "c 1:3 rwm", "b 3:* rwm" all the rest
88 A "c 1:3 rwm", "c 1:5 r" all the rest
89 B "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
Dfreezer-subsystem.txt52 The cgroup freezer is hierarchical. Freezing a cgroup freezes all
53 tasks belonging to the cgroup and all its descendant cgroups. Each
66 FREEZING cgroup transitions into FROZEN state when all tasks
74 if not already freezing, enters FREEZING state along with all its
80 becomes THAWED, all its descendants which are freezing because of
108 to freeze all tasks in the container :
116 to unfreeze all tasks in the container :
Dcpuacct.txt8 group accumulates the CPU usage of all of its child groups and the tasks
16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
19 by this group which is essentially the CPU time obtained by all the tasks
/linux-4.4.14/arch/s390/boot/compressed/
DMakefile45 vmlinux.bin.all-y := $(obj)/vmlinux.bin
54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y)
56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y)
58 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y)
60 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y)
62 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y)
64 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y)
/linux-4.4.14/tools/testing/selftests/x86/
DMakefile1 all: target
5 .PHONY: all all_32 all_64 warn_32bit_failure clean
22 all: all_32 target
27 all: all_64 target
46 all: warn_32bit_failure target
/linux-4.4.14/arch/unicore32/mm/
Dcache-ucv2.S34 movc p0.c5, r0, #14 @ Dcache flush all
38 movc p0.c5, r0, #20 @ Icache invalidate all
73 movc p0.c5, ip, #14 @ Dcache flush all
77 movc p0.c5, ip, #20 @ Icache invalidate all
123 movc p0.c5, ip, #10 @ Dcache clean all
127 movc p0.c5, ip, #20 @ Icache invalidate all
140 movc p0.c5, ip, #14 @ Dcache flush all
176 movc p0.c5, ip, #10 @ Dcache clean all
208 movc p0.c5, ip, #14 @ Dcache flush all
Dproc-ucv2.S40 movc p0.c5, ip, #28 @ Cache invalidate all
43 movc p0.c6, ip, #6 @ TLB invalidate all
87 movc p0.c5, ip, #10 @ Dcache clean all
107 movc p0.c6, ip, #6 @ TLB invalidate all
129 movc p0.c5, ip, #10 @ Dcache clean all
/linux-4.4.14/Documentation/networking/
Dipv6.txt16 Specifies whether to load the IPv6 module, but disable all
39 on all interfaces. This might be used when one does not wish
46 IPv6 address autoconfiguration is disabled on all interfaces.
52 IPv6 address autoconfiguration is enabled on all interfaces.
58 Specifies whether to disable IPv6 on all interfaces.
64 IPv6 is enabled on all interfaces.
69 IPv6 is disabled on all interfaces.
Dproc_net_tcp.txt8 It will first list all listening TCP sockets, and next list all established
46 3 this is a socket in TIME_WAIT state. Not all fields will contain
Dbatman-adv.txt9 virtual network switch of all nodes participating. Therefore all
10 nodes appear to be link local, thus all higher operating proto-
51 Repeat this step for all interfaces you wish to add. Now batman
81 Some of the files contain all sort of status information regard-
122 Note: In order to avoid problems remove all IP addresses previ-
160 31 - Enable all messages
178 As batman advanced operates on layer 2 all hosts participating in
179 the virtual switch are completely transparent for all protocols
Dtimestamping.txt29 the network stack, the feature has to be enabled for all packets. The
30 same is true for all early receive timestamp options.
80 require driver support and may not be available for all devices.
96 Request tx timestamps when all data in the send buffer has been
99 over-report measurement, because the timestamp is generated when all
151 among all possibly concurrently outstanding timestamp requests for
157 Support recv() cmsg for all timestamped packets. Control messages
158 are already supported unconditionally on all packets with receive
192 when all bytes have reached the device driver, regardless of how
203 It is essential that all timestamps implement the same semantics,
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dperf-help.txt10 'perf help' [-a|--all] [COMMAND]
19 If the option '--all' or '-a' is given, then all available commands are
32 --all::
33 Prints all the available commands on the standard output. This
Dperf-trace.txt33 --all-cpus::
34 System-wide collection from all CPUs.
39 Prefixing with ! shows all syscalls but the ones specified. You may
79 the thread executes on the designated CPUs. Default is to monitor all CPUs.
105 Show all syscalls followed by a summary by thread with min, max, and
112 -F=[all|min|maj]::
113 --pf=[all|min|maj]::
115 major or all pagefaults. Default value is maj.
147 When --verbose specified, perf trace tries to print all available information
159 $ perf trace -F all
Dcallchain-overhead-calculation.txt5 adding all period values of the entry - usually a function (symbol).
6 This is the value that perf shows traditionally and sum of all the
9 The 'children' overhead is calculated by adding all period values of
15 It might be confusing that the sum of all the 'children' overhead
43 Suppose all samples are recorded in 'foo' and 'bar' only. When it's
Dperf-list.txt6 perf-list - List all symbolic event types
110 Without options all known events will be listed.
120 . 'tracepoint' to list all tracepoint events, alternatively use
126 . If none of the above is matched, it will apply the supplied glob to all
129 . As a last resort, it will do a substring search in all event names.
136 . '--raw-dump', shows the raw-dump of all the events.
Dperf-stat.txt30 - a symbolic event name (use 'perf list' to list all events)
58 --all-cpus::
59 system-wide collection from all CPUs
86 to activate system-wide monitoring. Default is to count on all CPUs.
90 Do not aggregate counts across all monitored CPUs in system-wide mode (-a).
113 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
/linux-4.4.14/arch/sh/boot/compressed/
DMakefile63 vmlinux.bin.all-y := $(obj)/vmlinux.bin
65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
71 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
73 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
/linux-4.4.14/scripts/
DMakefile.headersinst47 all-files := $(header-y) $(genhdr-y) $(wrapper-files)
48 output-files := $(addprefix $(installdir)/, $(all-files))
71 unwanted := $(filter-out $(all-files),$(oldheaders))
78 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
79 file$(if $(word 2, $(all-files)),s))
92 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
95 cmd_check = for f in $(all-files); do \
DMakefile.fwinst31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all))))
38 installed-fw := $(addprefix $(INSTALL_FW_PATH)/,$(fw-shipped-all))
/linux-4.4.14/tools/testing/selftests/capabilities/
DMakefile1 all: target
5 .PHONY: all clean
12 all: $(TARGETS) target
/linux-4.4.14/Documentation/s390/
DCommonIO13 device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>}
27 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev'
35 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device
38 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02
39 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02.
51 You can un-ignore certain or all devices by piping to /proc/cio_ignore.
52 "free all" will un-ignore all ignored devices,
62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored
94 A write request to this file is blocked until all queued cio actions are
DDASD4 driver. It is valid for all types of DASDs and represents them to
11 in the kernel's parameter line or not at all. The 'from' and 'to'
17 ignored. If you do not supply the 'dasd=' kernel parameter at all, the
18 DASD driver registers all supported DASDs of your system to a minor
/linux-4.4.14/tools/build/feature/
DMakefile3 test-all.bin \
30 test-stackprotector-all.bin \
44 all: $(FILES) target
51 test-all.bin:
52 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl…
60 test-stackprotector-all.bin:
61 $(BUILD) -fstack-protector-all
/linux-4.4.14/tools/testing/selftests/
Dlib.mk11 run_tests: all
22 install: all
38 .PHONY: run_tests all clean install emit_tests
DMakefile45 all: target
50 run_tests: all
/linux-4.4.14/arch/m68k/fpsp040/
Dtbldo.S12 | the stag. For dyadic functions, all
49 .long smovcr |$00-0 fmovecr all
50 .long smovcr |$00-1 fmovecr all
51 .long smovcr |$00-2 fmovecr all
52 .long smovcr |$00-3 fmovecr all
53 .long smovcr |$00-4 fmovecr all
54 .long smovcr |$00-5 fmovecr all
55 .long smovcr |$00-6 fmovecr all
56 .long smovcr |$00-7 fmovecr all
346 .long pmod |$21-0 fmod all
[all …]
Dx_unsupp.S67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
70 andl #0x0FFF40FF,%d1 |clear all but cc's, snan bit, aexcs, and qbyte
Dx_unimp.S59 andl #0xFF00FF,%d0 |clear all but accrued exceptions
61 fmovel #0,%FPSR |clear all user bits
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
Dround.S84 movel #0xffffffff,%d0 |force g,r,s to be all f's
152 andil #0x0000003f,%d2 |s bit is the or of all other
164 andil #0x000001ff,%d2 |s bit is the or-ing of all
252 | Truncate all other bits
374 lsrl %d6,%d1 |shift off all bits but those that will
388 subw #32,%d0 |account for ms mant being all zeros
444 bpls chk_stky |then branch (all bits would be
457 bpls chk_stky |then branch (all bits would be
494 | d1.b inexact flag: all ones means inexact result
550 andil #0xe0000000,%d2 |clear all but G,R,S
[all …]
/linux-4.4.14/tools/power/cpupower/debug/x86_64/
DMakefile12 default: all
20 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode target
30 .PHONY: all default clean install
/linux-4.4.14/Documentation/usb/
Danchors.txt5 a driver to cease all IO to an interface. To do so, a
7 to know they've all completed or to call usb_kill_urb
32 all URBs associated with an anchor.
41 This function kills all URBs associated with an anchor. The URBs
48 This function unlinks all URBs associated with an anchor. The URBs
63 This function waits for all URBs associated with an anchor to finish
Dfunctionfs.txt31 When all files are closed the function disables itself.
58 is similar to when there is no "functions" at all; however,
61 The gadget is registered only after all the declared function
62 filesystems have been mounted and USB descriptors of all functions
Dehci.txt47 It's believed to do all the right PCI magic so that I/O works even on
52 At this writing the driver should comfortably handle all control, bulk,
67 Transfers of all types can be queued. This means that control transfers
100 take over (at lower speed) all the devices that were previously handled
143 them. The 480 Mbit/sec "raw transfer rate" is obeyed by all devices,
171 for a product that beat all the others to market by over a year!)
200 to the HC, and wait for them all to complete (or be canceled on error).
201 Such URB queuing should work with all the USB 1.1 HC drivers too.
204 queue all the buffers from a scatterlist. They also use scatterlist DMA
205 mapping (which might apply an IOMMU) and IRQ reduction, all of which will
Dpower-management.txt87 unless all the devices plugged into that hub are already suspended.)
124 all dynamic suspend events are internal; external agents are not
240 The USB specification states that all USB devices must support power
242 support it very well. You can suspend them all right, but when you
249 power/control attribute is initialized to "on") for all devices other
254 by default for almost all USB devices. A number of people experienced
267 it can enable autosuspend all by itself. For example, the video
276 causing the keyboard to do a remote wakeup all right, will nonetheless
303 the driver will return 0, in which case it must cancel all
313 since the device has probably lost most or all of its state
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
DMakefile7 all: $(TEST_PROGS) ebb target
40 $(MAKE) -k -C $@ all
42 .PHONY: all run_tests clean ebb
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt33 If not specified, alert will be enabled for all channels.
38 If not specified, over-temperature reporting will be enabled for all
41 Boolean for all chips other than MAX6581. Set to enable resistance
43 For MAX6581, resistance cancellation enabled for all channels if
46 If not specified, resistance cancellation will be disabled for all
/linux-4.4.14/tools/build/
DMakefile.feature51 stackprotector-all \
83 FEATURE_CHECK_CFLAGS-all += $(FEATURE_CHECK_CFLAGS-$(1))
84 FEATURE_CHECK_LDFLAGS-all += $(FEATURE_CHECK_LDFLAGS-$(1))
92 $(call feature_check,all,$(MSG))
98 ifeq ($(feature-all), 1)
/linux-4.4.14/drivers/scsi/
DBusLogic.h288 unsigned char all; member
303 unsigned char all; member
321 unsigned char all; member
337 unsigned char all; member
1139 cr.all = 0; in blogic_busreset()
1141 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_busreset()
1147 cr.all = 0; in blogic_intreset()
1149 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_intreset()
1155 cr.all = 0; in blogic_softreset()
1157 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_softreset()
[all …]
/linux-4.4.14/Documentation/
Dgcov.txt34 * debugging (has this line been reached at all?)
63 on all architectures.
80 For all files in one directory:
100 Parent directory for all gcov-related files.
103 Global reset file: resets all coverage data to zero when
150 - all C source files + headers
153 - all C source files + headers
154 - all .gcda and .gcno files
155 - all links to directories
168 - all .gcda files
[all …]
Dsysrq.txt18 1 - enable all functions of sysrq
28 256 = 0x100 - allow nicing of all RT tasks
62 On all - write a character to /proc/sysrq-trigger. e.g.:
74 'd' - Shows all locks that are held.
76 'e' - Send a SIGTERM to all processes, except for init.
86 'i' - Send a SIGKILL to all processes, except for init.
90 'k' - Secure Access Key (SAK) Kills all programs on the current virtual
93 'l' - Shows a stack backtrace for all active CPUs.
103 'q' - Will dump per CPU lists of all armed hrtimers (but NOT regular
104 timer_list timers) and detailed information about all
[all …]
DSubmitChecklist7 These are all above and beyond the documentation that is provided in
32 You should be able to justify all violations that remain in
57 and CONFIG_DEBUG_OBJECTS_RCU_HEAD all simultaneously enabled.
65 15: All codepaths have been exercised with all lockdep features enabled.
79 20: Check that it all passes `make headers_check'.
92 that it still works with all of the other queued patches and various
104 and/or =m (if that option is available) [not all of these at the
Dstable_api_nonsense.txt2 (all of your questions answered and then some)
23 tree, all of which has made Linux into such a strong, stable, and mature
34 all.
42 are real, and you do need to be aware of them at all times.)
63 - Some functions may not be implemented at all, (i.e. some locks
79 Linux distribution release contains a number of different kernels, all
100 function parameters may be reworked. If this happens, all of the
110 increased the throughput of all USB drivers such that we are now
111 running almost all USB devices at their maximum speed possible.
113 USB core by USB drivers so that all drivers now needed to provide
[all …]
Dsparse.txt20 the enum values are all the same type, now "enum pm_request" will be that
23 And with gcc, all the __bitwise/__force stuff goes away, and it all ends
26 Quite frankly, you don't need the enum there. The above all really just
36 and you now have all the infrastructure needed for strict typechecking.
97 Do a kernel make with "make C=1" to run sparse on all the C files that get
Drfkill.txt17 disable all transmitters of a certain type (or all). This is intended for
78 case all rfkill API can still be used but will be provided by static inlines
100 userspace is able to get a consistent snapshot of all rfkill devices in the
101 system. Also, it is possible to switch all rfkill drivers (or all drivers of
105 After an application opens /dev/rfkill, it can read the current state of all
Ddynamic-debug-howto.txt9 CONFIG_DYNAMIC_DEBUG is set, then all pr_debug()/dev_dbg() and
57 You can view the currently configured behaviour of all the debug
80 default value, with no flags enabled, is "=_". So you can view all
92 by spaces or tabs. So these are all equivalent:
113 example, you can match all usb drivers:
125 match-specs will select all debug statement callsites.
200 line 1600- // all lines from line 1600 to the end of the file
226 To clear all flags at once, use "=_" or "-flmpt".
241 messages in all code run after this arch_initcall via this boot
304 // enable all the messages in file svcsock.c
[all …]
DDMA-ISA-LPC.txt22 this is not present on all platforms make sure you construct your
40 In order to allocate a piece of memory that satisfies all these
57 is really all you need. Remember that even though the DMA controller
74 You allocate these in a similar fashion as all basic resources:
105 transfer. Note that it's _bytes_. The DMA routines will do all the
113 sure that all data has been transferred.
148 suspended while a DMA transfer is in progress. Also, all DMA settings
Dkernel-per-CPU-kthreads.txt43 2. Do all eHCA-Infiniband-related work on other CPUs, including
61 occur on some other CPU and furthermore initiate all
68 TIMER_SOFTIRQ: Do all of the following:
75 with multiple CPUs, force them all offline before bringing the
79 NET_TX_SOFTIRQ and NET_RX_SOFTIRQ: Do all of the following:
86 BLOCK_SOFTIRQ: Do all of the following:
93 BLOCK_IOPOLL_SOFTIRQ: Do all of the following:
103 2. Convert all drivers that you must use from tasklets to workqueues.
106 SCHED_SOFTIRQ: Do all of the following:
124 HRTIMER_SOFTIRQ: Do all of the following:
[all …]
Dhighuid.txt10 What's left to be done for 32-bit UIDs on all Linux architectures:
17 properly with huge UIDs. If it can deal with 64-bit file offsets on all
37 - Validate that all filesystems behave properly.
59 all ioctl()s. Some new ioctl()s have been added with 32-bit UIDs, but
DSAK.txt6 is an undefeatable way of killing all programs which could be
43 2: On the PC keyboard, SAK kills all applications which have
83 These commands cause *all* daemons which are launched by the
85 /dev/console. So SAK kills them all. A workaround is to simply
DIRQ-affinity.txt10 allowed to turn off all CPUs, and if an IRQ controller does not support
11 IRQ affinity then the value will not change from the default of all cpus.
14 to all non-active IRQs. Once IRQ is allocated/activated its affinity bitmask
Dbus-virt-phys-mapping.txt12 (because all bus master devices see the physical memory mappings directly).
32 things any more complex than necessary, so you can assume that all
61 where all the addresses actually point to the same thing. It's just seen
73 Anyway, the way to look up all these translations, you do
119 So why do we care about the physical address at all? We do need the physical
139 conceptually in the same memory space as "real memory" at all, so you cannot
177 Comments? You may think that all the above is overly complex, but one day you
196 don't do all that complex things (or rather: the complexity is not so
DIntel-IOMMU.txt44 share the virtual address with all devices under the p2p bridge due to
109 - For compatibility testing, could use unity map domain for all devices, just
110 provide a 1-1 for all useful memory under a single domain for all devices.
Dbcache.txt12 designed to avoid random writes at all costs; it fills up an erase block
28 average is above the cutoff it will skip all IO from that task - instead of
35 in the cache it first disables writeback caching and waits for all dirty data
89 This only has to be done once. The next time you reboot, just reregister all
104 but all the cached data will be invalidated. If there was dirty data in the
112 configurable, and defaults to 0) it shuts down the cache device and switches all
234 it isn't all done at once.
238 against all new requests to determine which new requests are sequential
276 If off, writeback of dirty data will not take place at all. Dirty data will
361 Write to this file to shut down the cache set - waits until all attached
[all …]
Dpi-futex.txt7 (or any other PI complexity) at all. No registration, no extra kernel
67 even if all critical sections are coded carefully to be deterministic
68 (i.e. all critical sections are short in duration and only execute a
78 mutexes involves no kernel work at all - they behave quite similarly to
90 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the
117 properties of futexes, and all four combinations are possible: futex,
Dintel_txt.txt55 measure or protect the integrity of a running kernel, they all
62 starting at system reset and requires measurement of all code
65 Linux kernel, this means all of BIOS, any option ROMs, the
77 protection is provided to all launched components, a large number
84 almost all parts of the trust chain is available (excepting SMM and
92 o It performs all of the work necessary to determine if the
127 o As part of its launch, tboot DMA protects all of RAM (using the
148 - The kernel will perform all of its sleep preparation and
180 In BIOS, the user must enable: TPM, TXT, VT-x, VT-d. Not all BIOSes
Diostats.txt50 go to zero as I/Os complete; all others only increase (unless they
58 system-wide stats you'll have to find all the devices and sum them all up.
70 This is the total number of milliseconds spent by all reads (as
79 This is the total number of milliseconds spent by all writes (as
96 introduced when changes collide, so (for instance) adding up all the
159 In 2.6, all disk statistics were removed from /proc/stat. In 2.4, they
Dmd-cluster.txt7 The bitmaps record all writes that may have been started on that node,
21 - commit the write to all mirrors
72 acknowledged by all nodes in the cluster. The BAST of the resource
96 [ wait until all receiver has *processed* the MESSAGE ]
110 4. triggered by grant of EX on ACK (indicating all receivers have processed
155 For adding a new device, it is necessary that all nodes "see" the new device
/linux-4.4.14/arch/arm/mach-u300/
Dregulator.c40 sigset_t old, all; in u300_pm_poweroff() local
42 sigfillset(&all); in u300_pm_poweroff()
43 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in u300_pm_poweroff()
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt5 PWM timer block provides 5 PWM channels (not all of them can drive physical
22 - clock-names: should contain all following required clock names:
27 Note that not all IP variants allow using all external clock sources.
30 - clocks: should contain clock specifiers of all clocks, which input names
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote52 values for all 4 sensors. The values are separated by colons and
54 First, 0kg values for all 4 sensors are written, followed by the
55 17kg values for all 4 sensors and last the 34kg values for all 4
57 Calibration data is already applied by the kernel to all input
67 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data
71 Calibration data is already applied by the kernel to all input
Dsysfs-driver-samsung-laptop9 their fans quiet at all costs. Reading from this file
16 Note that not all laptops support all of these options.
17 Specifically, not all support the "overclock" option,
Dsysfs-block-bcache7 writeback mode is automatically disabled and all dirty data is
9 all associated backing devices before unregistering themselves.
15 Writing to this file resets all the statistics for the device.
55 Sum of all reads and writes that have bypassed the cache (due
102 switched on and off. In synchronous mode all writes are ordered
105 complete but if the cache is not shut down cleanly all data
150 written to the cache, excluding all metadata.
156 For a cache, sum of all btree writes in human readable units.
Dima_policy81 The default policy measures all executables in bprm_check,
82 all files mmapped executable in file_mmap, and all files
84 policy appraises all files owned by root.
Dsysfs-kernel-mm-ksm19 full_scans: how many times all mergeable areas have been
38 write 2 to disable ksm and unmerge all its pages.
52 otherwise pages from all nodes can be merged together (default).
Dsysfs-hypervisor-pmu12 "all" -- The guest can profile itself, the hypervisor
13 and all other guests. Only available to
Dsysfs-fs-xfs24 represents the total log reservation of all currently
35 represents the total log reservation of all currently
Dsysfs-firmware-efi-runtime-map5 that all efi memory ranges which have the runtime attribute
33 Above values are all hexadecimal numbers with the '0x' prefix.
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt50 For all non-EH commands, scsi_done() is the completion callback. It
140 scmd to be issued from blk queue to the host; eventually, all scmds on
144 If all scmds either complete or fail, the number of in-flight scmds
147 SCSI EH thread can expect that all in-flight commands have failed and
156 occur at any time. Of course, all such completions are ignored as the
175 handling. As such, it should do all chores the SCSI midlayer
190 4. Kicks queues in all devices on the host in the asses
218 all unrecovered devices.
227 scmds. e.g. resetting a device recovers all failed scmds on the
238 local eh_done_q using scsi_eh_finish_cmd(). After all scmds are
[all …]
Dbnx2fc.txt4 cooperates with all interfaces provided by the Linux ecosystem for FC/FCoE and
29 c. Repeat this for all the interfaces where FCoE has to be enabled.
30 d. Edit all the cfg-eth files to set "no" for DCB_REQUIRED** field, and
71 LLDP client is allowed per interface. For proper operation all host software
Dncr53c8xx.txt28 8.9 Reset all logical units of a target
29 8.10 Abort all tasks of all logical units of a target
41 10.2.8 Negotiate synchronous with all devices
98 - ncr53c8xx generic driver that supports all the SYM53C8XX family including
144 The following features are supported for all chips:
221 - SYM53C815 all revisions
232 driver to use normal I/O in all cases.
279 - target 2 all luns on controller 0 --> 15
280 - target 3 all luns on controller 0 --> 15
281 - target 4 all luns on controller 0 --> 7
[all …]
DChangeLog.ips26 4.80.14 - Take all semaphores off stack
40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
109 0.99.03 - Make interrupt routine handle all completed request on the
113 - Send all of the commands on the queue at once rather than
/linux-4.4.14/kernel/time/
DKconfig120 bool "Full dynticks system on all CPUs by default (except CPU 0)"
124 define the range of full dynticks CPUs, consider that all
138 support cannot distinguish between all CPUs being idle and
139 all CPUs each running a single task in dynticks mode, the
141 handling the scheduling-clock tick, whether or not all CPUs
143 the all-CPUs-idle state, thus allowing the scheduling-clock
144 tick to be disabled when all CPUs are idle. Note that scalable
145 detection of the all-CPUs-idle state means that larger systems
146 will be slower to declare the all-CPUs-idle state.
148 Say Y if you would like to help debug all-CPUs-idle detection.
/linux-4.4.14/tools/power/cpupower/debug/i386/
DMakefile12 default: all
26 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode target
41 .PHONY: all default clean install
/linux-4.4.14/drivers/iio/common/hid-sensors/
DKconfig7 tristate "Common modules for all HID Sensor IIO drivers"
18 tristate "Common module (trigger) for all HID Sensor IIO drivers"
23 Triggers will be send if all requested attributes were read.
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds18 obtain the desired value in Hz. If shared across all frequency
20 if shared across all channels.
48 the desired value in rad. If shared across all phase registers
50 shared across all channels.
80 output Y of channel X. Y may be suppressed if all channels are
96 Lists all available output waveform options.
/linux-4.4.14/Documentation/filesystems/
Dhfs.txt7 by the Mac Plus and all later Macintosh models. Earlier Macintosh
24 Specifies the user/group that owns all files on the filesystems.
28 Specifies the umask used for all files , all directories or all
40 for us. Defaults to not parsing the partition table at all.
Ddirectory-locking9 For our purposes all operations fall in 5 classes:
44 The rules above obviously guarantee that all directories that are going to be
51 First of all, at any moment we have a partial ordering of the
62 change until rename acquires all locks. (Proof: other cross-directory
64 the order until we had acquired all locks).
68 (Proof: all operations but renames take lock on at most one
74 consider the set of contended locks. First of all, filesystem lock is
76 Thus all processes are blocked on ->i_mutex.
121 also preserved by all operations (cross-directory rename on a tree that would
Dsharedsubtree.txt39 2a) A shared mount can be replicated to as many mountpoints and all the
166 propagated to the other mount at /cdrom in all the other clone
261 /mnt or /tmp reflect in all the other mounts of its peer
368 are created and mounted at the dentry 'b' on all mounts where 'B'
377 are created and mounted at the dentry 'b' on all mounts where 'B'
378 propagates to. A new propagation tree is set containing all new mounts
385 'C3' ... are created and mounted at the dentry 'b' on all mounts where
418 replicates all the mounts in the tree belonging to the specified mount.
419 Rbind mount is bind mount applied to all the mounts in the tree.
433 Let's say all the mount except the mount C in the tree are
[all …]
Dntfs.txt58 is not implemented at all. Also, neither read nor write access to encrypted
113 sets contain insufficient characters to represent all
117 representing all Unicode characters.
131 access permissions. I.e. the mode on all files is by
134 Using a umask of zero will grant all permissions to
135 everyone, i.e. all files and directories will have mode
152 Further, note that irrespective of show_sys_files, all
157 case_sensitive=<BOOL> If case_sensitive is specified, treat all file names as
197 space is reserved for the MFT on the volume. If all
284 This would dump the LDM database found on /dev/hda which describes all of your
[all …]
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
DKconfig57 LED's at the general ports, these bits are used for all kinds of
58 stuff. If you don't know what to use, it is always safe to put all
77 LED's at the general ports, these bits are used for all kinds of
78 stuff. If you don't know what to use, it is always safe to put all
97 LED's at the general ports, these bits are used for all kinds of
98 stuff. If you don't know what to use, it is always safe to put all
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt18 halting all I/O to it. The goal of a disconnection is to avoid system
30 is reported as soon as possible to all affected device drivers,
46 After a reset and/or a re-enabling of I/O, all drivers are
48 that may be required. After these have all completed, a final
56 through a large number of contortions to complete recovery. Almost all
102 A driver does not have to implement all of these callbacks; however,
118 is isolated, in that all I/O is blocked: all reads return 0xffffffff,
119 all writes are ignored.
148 Driver returns this if it doesn't want to recover at all.
153 If all drivers on the segment/slot return PCI_ERS_RESULT_CAN_RECOVER,
[all …]
DPCIEBUS-HOWTO.txt49 having a PCI Express Port Bus driver, which manages all populated
50 PCI Express Ports and distributes all provided service requests
120 }, { /* end: all zeroes */ }
160 Since all service drivers of a PCI-PCI Bridge Port device are
180 To avoid this situation all service drivers are not permitted to
205 PCI configuration space on the PCI Express port. In all cases the
207 that all service drivers will be well behaved and not overwrite
215 between PME and AER. This patch assumes that all service drivers
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dmmp-dma.txt9 - interrupts: Either contain all of the per-channel DMA interrupts
38 * One irq for all channels
56 - interrupts: Either contain all of the per-channel DMA interrupts
72 /* One irq for all channels */
Dtegra20-apbdma.txt6 all of the per-channel registers.
7 - interrupts: Should contain all of the per-channel DMA interrupts.
/linux-4.4.14/Documentation/locking/
Dlglock.txt14 distributed over all CPUs as per_cpu elements.
16 To manage global data structures that are partitioned over all CPUs
28 - by expensive access to all CPUs locks - effectively
50 The lg_global_lock/unlock locks all underlying spinlocks of all
92 also that as of 3.18-rc6 all declaration in use are of the _STATIC_
113 access all protected per_cpu objects on all CPUs
118 Note that the lg_global_lock/unlock has to iterate over all possible
132 * on UP systems all lg_* primitives are simply spinlocks
Dww-mutex-design.txt17 the same order in all contexts. That is directly under control of
29 from a global counter. In case of deadlock while locking all the buffers
32 younger task) unlocks all of the buffers that it has already locked, and then
37 needs to back off and drop all the locks it is currently holding, i.e. the
60 after having dropped all already acquired locks. These functions have the
65 contending lock (after having dropped all other already acquired locks) will
66 work correctly. After all if no other ww mutex has been acquired yet there's
74 - When full debugging is enabled ww_mutex_lock_slow checks that all acquired
87 Of course, all the usual variants for handling wake-ups due to signals are also
211 and edges can only be changed when holding the locks of all involved nodes. w/w
[all …]
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
DKconfig95 LED's at the general ports, these bits are used for all kinds of
96 stuff. If you don't know what to use, it is always safe to put all
117 LED's at the general ports, these bits are used for all kinds of
118 stuff. If you don't know what to use, it is always safe to put all
139 LED's at the general ports, these bits are used for all kinds of
140 stuff. If you don't know what to use, it is always safe to put all
161 LED's at the general ports, these bits are used for all kinds of
162 stuff. If you don't know what to use, it is always safe to put all
183 LED's at the general ports, these bits are used for all kinds of
184 stuff. If you don't know what to use, it is always safe to put all
/linux-4.4.14/Documentation/isdn/
DREADME.diversion5 document. The diversion services may be used with all cards supported by
49 as normally done by isdn phones. In this case all incoming calls
50 with a special (or all) service identifiers are forwarded if the
56 In this case all incoming calls are checked by rules that may be
62 matches to all filtered calls or only those when all B-channel resources
85 The dynamic diversion services may be used in all countries if the provider
98 After having properly activated a make modules and make modules_install all
113 output redirected to a file. Then all actions of the module are logged.
121 To unload the module all open files to the device in the proc system must
DHiSax.cert23 Additional ITU approval tests have been carried out for all generic cards
26 These tests included all layers 1-3 and as well all functional tests for
27 the layer 1. Because all hardware based on these chips are complete ISDN
28 solutions in one chip all cards and USB-TAs using these chips are to be
DREADME.hfc-pci4 to read the echo-channel of the isdn bus. So all frames in both directions
31 If you want to use all three cards, but the order needs to be at 0xdc00,0xd400,
34 If the io parameter is used the io addresses of all used cards should be
DREADME.hysdn66 If a loaded driver shall be unloaded all open files in the /proc/net/hysdn
67 subdir need to be closed and all ethernet interfaces allocated by this
75 capidrv.o after all modules using this driver (i.e. after hysdn and
166 0x00000080 Log all card related boot messages
167 0x00000100 Output all config data sent for debugging purposes
171 0x00100000 Log all open and close actions to /proc/net/hysdn/card files
172 0x00200000 Log all actions from /proc file entries
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-xilinx.txt19 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input
24 - xlnx,all-inputs-2 : as above but for the second channel
38 xlnx,all-inputs = <0x0>;
39 xlnx,all-inputs-2 = <0x0>;
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcavium-mix.txt6 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX
11 AGL registers. The third bank are the AGL registers shared by all
13 all MIX devices present.
Dcavium-pip.txt12 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
23 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
34 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
Dhisilicon-hns-nic.txt15 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The
25 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
/linux-4.4.14/tools/perf/tests/
Dmake4 all:
28 make_clean_all := clean all
66 # all the NO_* variable combined
72 # $(run) contains all available tests
74 # Targets 'clean all' can be run together only through top level
182 # We prefix all installed files for make_install_prefix(_slash)
222 all:
276 all: $(run) $(run_O) tarpkg make_kernelsrc make_kernelsrc_tools
282 .PHONY: all $(run) $(run_O) tarpkg clean
/linux-4.4.14/arch/cris/arch-v32/
DKconfig110 LED's at the general ports, these bits are used for all kinds of
111 stuff. If you don't know what to use, it is always safe to put all
132 LED's at the general ports, these bits are used for all kinds of
133 stuff. If you don't know what to use, it is always safe to put all
154 LED's at the general ports, these bits are used for all kinds of
155 stuff. If you don't know what to use, it is always safe to put all
176 LED's at the general ports, these bits are used for all kinds of
177 stuff. If you don't know what to use, it is always safe to put all
198 LED's at the general ports, these bits are used for all kinds of
199 stuff. If you don't know what to use, it is always safe to put all
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Datmel-wdt.txt23 - atmel,reset-type : Should be "proc" or "all".
24 "all" : assert peripherals and processor reset signals
32 watchdog reset time depends on mean CPU usage and will not reset at all
46 atmel,reset-type = "all";
/linux-4.4.14/tools/testing/selftests/futex/functional/
DMakefile17 .PHONY: all clean
18 all: $(TARGETS) target
/linux-4.4.14/arch/x86/entry/syscalls/
DMakefile66 PHONY += all
67 all: $(addprefix $(uapi)/,$(uapisyshdr-y)) target
68 all: $(addprefix $(out)/,$(syshdr-y)) target
/linux-4.4.14/tools/power/acpi/
DMakefile13 all: acpidump ec target
19 $(call descend,tools/$@,all)
DMakefile.rules20 all: $(OUTPUT)$(TOOL)
34 install: all install-tools $(EXTRA_INSTALL)
/linux-4.4.14/lib/fonts/
DKconfig18 kernel: saying N will just cause the configurator to skip all
47 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS
52 framebuffer drivers don't support this one at all.
55 bool "console 7x14 font (not supported by all drivers)" if FONTS
97 bool "Sparc console 12x22 font (not supported by all drivers)"
105 bool "console 10x18 font (not supported by all drivers)" if FONTS
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt12 Since all Linux filesystems lock the whole inode during writing, algorithm
15 * Completely async processing of all events except creation of hard and symbolic
27 * Transactions support. Full failover for all operations.
30 * Write requests are replicated to multiple servers and completed only when all of them are acked.
36 in the client's memory. Each transaction contains all the information needed to process a given
38 can contain creation and data writing commands). Transactions are committed by all the servers
61 in Documentation/filesystems/pohmelfs/info.txt file). Writes are replicated to all servers, which
/linux-4.4.14/tools/testing/selftests/futex/
DMakefile5 .PHONY: all clean
6 all: target
/linux-4.4.14/arch/mips/
DMakefile76 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
77 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
78 all-$(CONFIG_SYS_SUPPORTS_ZBOOT)+= vmlinuz
118 undef-all += -UMIPSEB -U_MIPSEB -U__MIPSEB -U__MIPSEB__
119 undef-all += -UMIPSEL -U_MIPSEL -U__MIPSEL -U__MIPSEL__
122 …NDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be))
123 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le))
342 all: $(all-y) target
/linux-4.4.14/drivers/usb/gadget/udc/
DKconfig23 # - discrete ones (including all PCI-only controllers)
42 dynamically linked module called "at91_udc" and force all
53 dynamically linked module called "lpc32xx_udc" and force all
87 all gadget drivers to also be dynamically linked.
125 dynamically linked module called "omap_udc" and force all
140 dynamically linked module called "pxa25x_udc" and force all
162 dynamically linked module called "r8a66597_udc" and force all
174 dynamically linked module called "renesas_usbhs" and force all
187 dynamically linked module called "pxa27x_udc" and force all
242 dynamically linked module called "m66592_udc" and force all
[all …]
/linux-4.4.14/Documentation/arm/Samsung/
DOverview.txt33 unifying all the SoCs into one kernel.
46 plat-samsung provides the base for all the implementations, and is the
54 S5P specific systems. Not all S5Ps use all the features in this directory
/linux-4.4.14/Documentation/hwmon/
Demc140343 hysteresis mechanism which applies to all limits. The relative difference
46 all three limits.
55 only temp1_crit_hyst writable, while all other hysteresis attributes
58 hysteresis applies automatically to all other limits.
Dgl518sm29 0x80 chips support the reading of all voltages and revision 0x00 only
47 give the readings more range or accuracy. Not all RPM values can
62 computer speaker. It is possible to enable all beeping globally, or only the
68 implementation, all hardware registers are read whenever any data is read
Dadm102639 all of the above. There is even 8k bytes of EEPROM memory on chip.
53 by 1, 2, 4 or 8. Not all RPM values can accurately be represented, so some
61 higher voltages directly. 3.3V, 5V, 12V, -12V and battery voltage all have
69 have disappeared! Note that in the current implementation, all hardware
76 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt42 - Children's reg nodes must be offsets from the start of all muram, even
45 address and the child address must be the same in all, so that a single
46 mapping can cover them all while maintaining the ability to determine
55 all of which contribute to the allocatable muram pool.
Dgpio.txt4 On CPM1 devices, all ports are using slightly different register layouts.
7 On CPM2 devices, all ports are 32bit ports and use a common register layout.
/linux-4.4.14/tools/virtio/
DMakefile1 all: test mod target
10 .PHONY: all test mod clean
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi11 The advantage of this format is it is very compact and that all VBI data for
12 all lines can be stored while still fitting within the maximum allowed size.
20 If all lines are used, then there is no longer room for the bitmask. To solve this
28 'ITV0': This magic number assumes all VBI lines are captured, i.e. it implicitly
/linux-4.4.14/drivers/mfd/
Dab8500-sysctrl.c29 sigset_t all; in ab8500_power_off() local
81 sigfillset(&all); in ab8500_power_off()
83 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt3 Use "make help" to list all of the possible configuration targets.
44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
60 checks for a file named "all{yes/mod/no/def/random}.config"
63 file named "all.config" to contain forced values.
71 (usually a subset of all) preset config symbols. These variable
160 This lists all config symbols that contain "hotplug",
178 first (and in alphabetical order), then come all other symbols,
199 This mode shows all sub-menus in one large tree.
220 lists all config symbol entries that contain "hotplug" in
Dkbuild.txt11 This file lists all modules that are built into the kernel. This is used
20 will be used in all cases where kbuild does preprocessing including
205 To get all available archs you can also specify all. E.g.:
207 $ make ALLSOURCE_ARCHS=all tags
240 all the object files used to link vmlinux.
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
66 By calling pcmcia_loop_config(), a driver can iterate over all available
69 pcmcia_parse_tuple directly in most if not all cases.
72 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's
89 The event handler is notified of all events, and must be initialized
117 client->Attributes is unused, therefore it is removed from all
122 because they are unused by all in-kernel drivers, and no external
147 services. In 2.6, all of those entry points are exported and called
/linux-4.4.14/tools/testing/selftests/powerpc/
DMakefile29 all: $(SUB_DIRS) target
32 $(MAKE) -k -C $@ all
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-sdram-controller.txt3 The Marvell EBU SoCs all have a SDRAM controller. The SDRAM controller
14 include all SDRAM controller registers as per the datasheet.
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
DMakefile13 libcfs-all-objs := debug.o fail.o module.o tracefile.o \
18 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dmarvell,mvebu-pinctrl.txt13 mpp pins or group of pins and a mpp function common to all pins.
21 - marvell,function: string representing a function to mux to for all
23 common for all marvell,pins. Please refer to marvell,<soc>-pinctrl.txt for
Dimg,tz1090-pinctrl.txt18 The name of each subnode is not important; all subnodes should be enumerated
63 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and
65 it for all pins in that group).
67 They also all support the some form of muxing. Any pins which are contained
104 to any of the groups below to set it for all pins in that group).
115 These all support function, and some support drive configs.
156 These all support input-schmitt-enable, input-schmitt-disable,
Dnxp,lpc1850-scu.txt25 Not all pins support all properties so either refer to the NXP 1850/4350
Dimg,tz1090-pdc-pinctrl.txt18 The name of each subnode is not important; all subnodes should be enumerated
64 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and
66 it for all gpio pins in that group).
72 These all support function.
/linux-4.4.14/Documentation/sound/alsa/
Dserial-u16550.txt22 send the F5 NN command sequence at all; perhaps it ought to.
36 all four MIDI Out connectors. Set the A-B switch and the speed module
47 the same data to all four MIDI Out connectors at full MIDI speed.
58 Out 3, and midiCnD8 to Out 4. Thus midiCnD15 sends the data to all 4 ports.
59 As a special case, midiCnD0 also sends to all ports, since it is not useful
61 Out for each byte, so the aggregate data rate across all four MIDI Outs is
/linux-4.4.14/Documentation/infiniband/
Dcore_locking.txt11 all of the methods in struct ib_device may sleep. The exceptions
53 perform all synchronization necessary to maintain consistency, even
100 consumers when it calls ib_register_device(), all initialization
111 device. A consumer must finish all cleanup and free all resources
/linux-4.4.14/net/ipv6/netfilter/
Dnft_redir_ipv6.c29 range.min_proto.all = in nft_redir_ipv6_eval()
31 range.max_proto.all = in nft_redir_ipv6_eval()
Dnf_nat_l3proto_ipv6.c47 fl6->fl6_dport = t->dst.u.all; in nf_nat_ipv6_decode_session()
59 fl6->fl6_sport = t->src.u.all; in nf_nat_ipv6_decode_session()
404 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv6_out()
405 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv6_out()
447 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv6_local_fn()
448 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv6_local_fn()
/linux-4.4.14/net/ipv4/netfilter/
Dnft_redir_ipv4.c29 mr.range[0].min.all = in nft_redir_ipv4_eval()
31 mr.range[0].max.all = in nft_redir_ipv4_eval()
Dnf_nat_l3proto_ipv4.c48 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session()
60 fl4->fl4_sport = t->src.u.all; in nf_nat_ipv4_decode_session()
397 ct->tuplehash[dir].tuple.src.u.all != in nf_nat_ipv4_out()
398 ct->tuplehash[!dir].tuple.dst.u.all)) { in nf_nat_ipv4_out()
441 ct->tuplehash[dir].tuple.dst.u.all != in nf_nat_ipv4_local_fn()
442 ct->tuplehash[!dir].tuple.src.u.all) { in nf_nat_ipv4_local_fn()
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt34 - If some or all EFI runtime services don't work, you can try following
35 kernel command line parameters to turn off some or all EFI runtime
37 noefi turn off all EFI runtime services
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt17 Additionally, loading the driver with the debug option will report all events
93 In your kernel logs you will find the list of all ACPI methods
104 the code for all sony_call_snc_handle calls, others are more obscure.
125 I will not disavow all knowledge of your actions :)
135 will work at all, or do the right thing. Although this hasn't
139 * The sony-laptop and sonypi drivers do not interact at all. In the
143 sonypi driver (through /dev/sonypi) is deprecated as well since all
Dsonypi.txt13 sonypi device and are not supported at all by this driver.
71 set to 2 to print all events received from the
85 set to 0xffffffff, meaning that all possible events
128 driver disables all APM management for those keys, by enabling the
135 reproduce it on my laptop and not all users have this problem.
150 - since all development was done by reverse engineering, there is
/linux-4.4.14/Documentation/arm/SA1100/
DLART5 applications. It has 32 MB DRAM, 4MB Flash ROM, double RS232 and all
6 other StrongARM-gadgets. Almost all SA signals are directly accessible
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,cmt.txt21 - "renesas,cmt-32" for all 32-bit CMT without fast clock support
31 - "renesas,cmt-32-fast" for all 32-bit CMT with fast clock support
41 - "renesas,cmt-48" for all non-second generation 48-bit CMT
51 - "renesas,cmt-48-gen2" for all second generation 48-bit CMT
/linux-4.4.14/arch/frv/kernel/
Dcmode.S75 # (2) Set '0' to all bits of the MASK register of the interrupt
83 # (3) Stop the transfer function of DMAC. Stop all the bus masters
111 # (5) Flush the content of all caches by the DCEF instruction.
118 # self-refresh mode. Execute the dummy load to all memory
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt11 Makefile in that directory has targets for all the available image types.
12 The different image types are used to support all of the various firmware
28 are all embedded inside the U-Boot uImage file format
51 talk to the firmware at all.
63 the embedded device tree for all information.
77 the image target name. For example, all
102 and cuImage) all generate the device tree blob from a file in the
111 targets build all the default images as selected by the kernel configuration.
124 kernel configuration. Building all the wrapper bits on every kernel build
Ddscr.txt34 gets used directly in the scheduler process context switch at all.
41 Changing the global DSCR default in the sysfs will change all the CPU
49 stuff for that particular CPU instead for all the CPUs on the system.
65 all mfspr instruction based read attempts will get emulated and returned
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt14 PF_NOFREEZE unset (all user space processes and some kernel threads) are
24 fake signal to all user space processes, and wakes up all the kernel threads.
75 - freezes all tasks (including kernel threads) because we can't freeze
84 - thaws all tasks (including kernel threads) because we can't thaw userspace
131 "RJW:> Why we freeze tasks at all or why we freeze kernel threads?
133 Linus: In many ways, 'at all'.
141 So in practice, the 'at all' may become a 'why freeze kernel threads?' and
158 that depends on all CPUs being online while it's running. Since we need to
167 First of all, the freezing of kernel threads may be tricky if they depend one
198 A driver must have all firmwares it may need in RAM before suspend() is called.
[all …]
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt9 i. The top domain for each CPU will generally span all CPUs in the system
35 at the time the scheduler_tick() happened and iterates over all sched domains
43 If it succeeds, it looks for the busiest runqueue of all the CPUs' runqueues in
51 of SMT, you'll span all siblings of the physical CPU, with each group being
54 In SMP, the parent of the base domain will span all physical CPUs in the
71 arch_init_sched_domains function. This function will attach domains to all
Dsched-deadline.txt125 * satisfied :P) to be sure of fully understanding all technical details.
155 to the number of CPUs), then the scheduler is unable to respect all the
158 WCET_i/P_i over all the real-time tasks in the system. When considering
164 tasks will not be starved and the system might be able to respect all the
181 possible to formally check if all the deadlines are respected.
182 If D_i = P_i for all tasks, then EDF is able to respect all the deadlines
183 of all the tasks executing on a CPU if and only if the total utilization
186 a task as WCET_i/min{D_i,P_i}, and EDF is able to respect all the deadlines
187 of all the tasks running on a CPU if the sum of the densities of the tasks
203 computing the total amount of CPU time h(t) needed by all the tasks to
[all …]
/linux-4.4.14/Documentation/trace/
Devents.txt13 Not all tracepoints can be traced using the event tracing system;
33 all the events. ]
40 To disable all events, echo an empty line to the set_event file:
44 To enable all events, echo '*:*' or '*:' to the set_event file:
52 "<subsystem>:*"; for example, to enable all irq events, you can use the
71 To enable all events in sched subsystem:
75 To enable all events:
81 0 - all events this file affects are disabled
82 1 - all events this file affects are enabled
241 To clear the filters for all events in a subsystem, write a '0' to the
[all …]
/linux-4.4.14/arch/tile/
DMakefile19 goals := $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)
20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
/linux-4.4.14/tools/lib/api/
DMakefile26 all: target
31 all: fixdep $(LIBFILE) target
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt28 management of mremap/mprotect is that the userfaults in all their
54 respectively all the available features of the read(2) protocol and
65 userfaults on the range registered. Not all ioctls will necessarily be
66 supported for all memory types depending on the underlying virtual
89 all of its memory residing on a different node in the cloud. The
94 Guest async page faults, FOLL_NOWAIT and all other GUP features work
109 The QEMU in the source node writes all pages that it knows are missing
125 roughly "seeks" to that page address and continues sending all
Dactive_mm.txt6 Cc'd to linux-kernel, because I don't write explanations all that often,
20 user-level page tables at all, so when we do a context switch into an
25 doesn't need any user mappings - all kernel threads basically fall into
34 really doesn't _have_ a real address space at all.
49 To support all that, the "struct mm_struct" now has two counters: a
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt107 Clear all the counters except the in-flight i/o counters.
114 List all regions registered with @stats_create.
120 If it is not specified, all regions are returned.
138 If omitted, all lines are returned.
142 If omitted, all lines are returned.
171 Atomically print and then clear all the counters except the
181 If omitted, all lines are printed and then cleared.
185 If omitted, all lines are printed and then cleared.
Dlog-writes.txt4 This target takes 2 devices, one to pass all IO to normally, and one to log all
21 This works by attaching all WRITE requests to a list once the write completes.
23 the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only
42 have all the DISCARD requests, and then the WRITE requests and then the FLUSH
60 dev_path : Device that all of the IO will go to normally.
/linux-4.4.14/Documentation/early-userspace/
DREADME47 A source directory will have it and all of its contents packaged. The
60 initramfs image will be an aggregate of all of them. In this way a user
61 can create a 'root-image' directory and install all files into it.
81 Where's this all leading?
110 - Almost all of init/do_mounts* (the beginning of this is already in
129 a) all required device and filesystem drivers compiled into the kernel, no
141 This means that a binary must do all the work. Said binary can be stored
144 is responsible to do all the things prepare_namespace() would do.
/linux-4.4.14/drivers/md/bcache/
Dclosure.c150 list_add(&cl->all, &closure_list); in closure_debug_create()
163 list_del(&cl->all); in closure_debug_destroy()
175 list_for_each_entry(cl, &closure_list, all) { in debug_seq_show()
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt18 The driver assumes all registers are 32-bit in size, and only accepts a
33 [ 1073.339332] spec 0000:02:00.0: Driver has no ID: matches all
35 [ 1073.350821] spec 0000:04:00.0: Driver has no ID: matches all
46 is not specific to FMC at all, it just uses lseek, read and write.
Dmezzanine.txt40 Like most other Linux drivers, and FMC driver must list all the devices
49 bus supports a catch-all driver that specifies NULL strings. For this
56 identified by an array of cores (it matches if all of the cores are
100 the first string of gateware= is used for all cards; otherwise the
122 Please note that not all sub-modules support all of those parameters.
/linux-4.4.14/Documentation/networking/mac80211_hwsim/
DREADME24 since all radio operation is simulated, any channel can be used in
34 radio and copying all transmitted frames to all other radios that are
41 mac80211. This interface can be used to monitor all transmitted frames
/linux-4.4.14/Documentation/arm/
DInterrupts18 array (basically all machine types) will break, and this means every
30 The way stuff currently works, all SA1111 interrupts are mutually
34 IDE PIO-based interrupt on the SA1111 excludes all other SA1111 and
49 GPIO0-10, and another for all the rest. It is just a container for
82 rerun - optional. Not required if you're using do_level_IRQ for all
157 the parent IRQ should be unmasked, and the status of all children must
163 Please note that this will not solve all problems - some of them are
Dmem_alignment6 this is not the case on many design I'm aware of, like all SA11x0 based
23 real bad - it changes the behaviour of all unaligned instructions in user
45 Note that not all combinations are supported - only values 0 through 5.
/linux-4.4.14/Documentation/sound/oss/
DPSS-updates6 all the features present on your PSS sound card. These features include the
28 differ on some PSS sound cards, all the PSS sound cards that I have seen have a
43 just configure non-sound components. 0 configures all components, a non-0
57 all emulations whenever its unloaded. This can be useful for those who are
59 flag can also be useful in that future versions of this driver may reset all
61 specifying it now will ensure that all future versions of this driver will
/linux-4.4.14/drivers/accessibility/
DKconfig4 Accessibility handles all special kinds of hardware devices or
14 If you say N, all options in this submenu will be skipped and disabled.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dnand.txt19 The interpretation of these parameters is implementation-defined, so not all
20 implementations must support all possible combinations. However, implementations
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci.txt17 It is required to either not set this property at all or set it for all
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_nfct.c71 #define ARG_TUPLE(T) &(T)->src.u3.ip, ntohs((T)->src.u.all), \
72 &(T)->dst.u3.ip, ntohs((T)->dst.u.all), \
268 tuple.src.u.all = cp->cport; in ip_vs_conn_drop_conntrack()
271 tuple.dst.u.all = cp->vport; in ip_vs_conn_drop_conntrack()
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt13 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS)
27 Copies all floating interrupts into a buffer provided by userspace.
35 attr->addr contains the userspace address of the buffer into which all
40 Simply deletes all elements from the list of currently pending floating
/linux-4.4.14/Documentation/input/
Dgamepad.txt51 all devices have both or any, but they are present at most times.
55 Not all devices provide them, but the upper buttons are normally named
65 However, not all gamepads provide all features, so you need to test for all
98 want to filter gamepads that do not report all four.
109 If all 4 action-buttons are present, they can be aligned in two
/linux-4.4.14/arch/unicore32/boot/compressed/
Dhead.S87 movc p0.c5, r0, #28 @ cache invalidate all
89 movc p0.c6, r0, #6 @ tlb invalidate all
145 movc p0.c5, r0, #20 @ icache invalidate all
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt14 carefully, leaving an old version of the data structure in place until all
19 How can an RCU writer possibly determine when all readers are finished,
21 presence? There is a synchronize_rcu() primitive that blocks until all
74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU
153 52 /* Wait for all RCU callbacks to fire. */
172 Lines 7-50 stop all the kernel tasks associated with the rcutorture
184 module invokes call_rcu() from timers, you will need to first cancel all
201 callback queues, and then waits until they have all started executing, at
202 which point, all earlier RCU callbacks are guaranteed to have completed.
223 ensures that all the calls to rcu_barrier_func() will have completed
[all …]
/linux-4.4.14/drivers/sh/intc/
DKconfig16 SH-4A and newer interrupt blocks all support a special shadowed
17 page with all non-masking registers obscured when mapped in to
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-system-cpu6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
9 all per-CPU defaults at the same time.
/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c247 unsigned int all; in smp_ipi_demux() local
252 all = xchg(&info->messages, 0); in smp_ipi_demux()
253 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux()
255 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux()
257 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST)) in smp_ipi_demux()
259 if (all & IPI_MESSAGE(PPC_MSG_DEBUGGER_BREAK)) in smp_ipi_demux()
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt72 data structure. This structure includes lists of all devices and local master
84 one or more common service layers for all participating RapidIO devices. These
88 registered for a device, all common RapidIO services have to be registered as
100 After all active master ports are registered with a RapidIO subsystem,
117 simply to all available mports OR individually to the specified mport device.
128 that all discovering endpoints are started before the enumerating endpoint
139 for a system startup compared to the option (a) above. After all participating
142 completed a discovery process can be started on all remaining endpoints.
177 (i) if "hdid=" parameter is omitted all available mport will be assigned
201 This configuration requires synchronized start of all RapidIO endpoints that
[all …]
/linux-4.4.14/drivers/usb/
DREADME1 To understand all the Linux-USB framework, you'll use these resources:
50 class/ - This is for all USB device drivers that do not fit
53 misc/ - This is for all USB device drivers that do not fit
/linux-4.4.14/arch/openrisc/
DREADME.openrisc78 all the core stuff is implemented and seams usable.
84 a much improved version with changes all around.
87 alot of bugfixes all over.
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt9 subsystem at all times. It is independent of other kernel PM and as
12 DAPM is also completely transparent to all user space applications as
13 all power switching is done within the ASoC core. No code changes or
74 o Pre - Special PRE widget (exec before all others)
75 o Post - Special POST widget (exec after all others)
185 After all the widgets have been defined, they can then be added to the DAPM
194 order to create a map of all audio paths between widgets.
236 Finally, snd_soc_dapm_new_widgets(codec) must be called after all widgets and
291 Please see soc-dapm.h for all other widgets that support events.
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dsamsung-sss.txt28 - first : feed control interrupt (required for all variants),
31 - clocks : list of clock phandle and specifier pairs for all clocks listed in
/linux-4.4.14/Documentation/devicetree/
Ddynamic-resolution-notes.txt18 2. Adjust all the local phandles of the tree to resolve by that amount.
19 3. Using the __local__fixups__ node information adjust all local references
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds20 can access them all, and initialized data all before uninitialized, so
/linux-4.4.14/arch/mips/sgi-ip27/
DTODO8 5. Is it okay to set calias space on all nodes as 0, instead of 8k as
11 being invoked on all nodes in ip27-memory.c.
/linux-4.4.14/Documentation/acpi/
Ddebug.txt129 Enable all AML "Debug" output (stores to the Debug object while interpreting
138 Enable all ACPI hardware-related messages:
142 Enable all ACPI_DB_INFO messages after boot:
146 Show all valid component values:
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt8 After all, the only part that a driver developer is interested in is:
20 The control framework was created in order to implement all the rules of the
80 Finally, remove all control functions from your v4l2_ioctl_ops (if any):
99 And set all core control ops in your struct v4l2_subdev_core_ops to these
110 Note: this is a temporary solution only. Once all V4L2 drivers that depend
192 like type, name, flags are all global. The control's current value will be set
218 This makes it easy to init the handler and just add all controls and only check
228 This will call s_ctrl for all controls unconditionally. Effectively this
239 Usually all you need is s_ctrl:
257 The new control value has already been validated, so all you need to do is
[all …]
/linux-4.4.14/Documentation/driver-model/
Doverview.txt12 The Linux Kernel Driver Model is a unification of all the disparate driver
23 model includes a set of common attributes which all busses carry, and a set
32 not every bus is able to support all such operations, although most
77 By virtue of having a complete hierarchical view of all the devices in the
82 Almost all mainstream Linux distros mount this filesystem automatically; you
/linux-4.4.14/kernel/gcov/
Dfs.c53 struct list_head all; member
243 list_for_each_entry(node, &all_head, all) { in get_node_by_name()
417 INIT_LIST_HEAD(&node->all); in init_node()
460 list_add(&node->all, &all_head); in new_node()
490 list_del(&node->all); in release_node()
539 list_for_each_entry(node, &all_head, all) { in reset_write()
/linux-4.4.14/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts162 xlnx,all-inputs = <1>;
163 xlnx,all-inputs-2 = <0>;
301 xlnx,all-inputs = <0>;
302 xlnx,all-inputs-2 = <0>;
317 xlnx,all-inputs = <0>;
318 xlnx,all-inputs-2 = <0>;
335 xlnx,all-inputs = <1>;
336 xlnx,all-inputs-2 = <0>;
/linux-4.4.14/drivers/staging/media/bcm2048/
DTODO5 The main thing you need to do is to implement all the controls using the
14 properties/controls should be there at all.
/linux-4.4.14/arch/arm/boot/dts/
Dbcm4708-asus-rt-ac56u.dts54 all {
55 label = "bcm53xx:blue:all";
/linux-4.4.14/arch/arm/mm/
Dtlb-v7.S50 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
79 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable)
/linux-4.4.14/Documentation/ia64/
Dmca.txt22 to all the other cpus, the slaves.
55 * Once all slaves have rendezvoused and are spinning disabled, the
59 * Part of the monarch's job is to look at the state of all the other
96 the equivalent command on the management console sends INIT to all
99 time. The OS monarch prints the state of all tasks and returns, after
103 versions of SAL out there. Some drive all the cpus as monarchs. Some
104 drive them all as slaves. Some drive one cpu as monarch, wait for that
126 all cpus.
189 ia64_sal_os_state), with 16 byte alignment for all structures.
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig29 kernel: saying N will just cause the configurator to skip all
75 general, all users will say Y or M.
86 general, all users will say Y or M.
113 In general, all users will say Y or M.
123 In general, all users will say Y or M.
/linux-4.4.14/Documentation/i2c/
Dfault-codes7 Not all fault reports imply errors; "page faults" should be a familiar
15 at all, just that the outcome wasn't on the "golden path".
49 is received. This code is a CRC covering all bytes in the
103 Similarly, if an I2C adapter can't execute all legal I2C
107 that if an adapter supports I2C it supports all of I2C.)

12345678910>>...13