Home
last modified time | relevance | path

Searched refs:or (Results 1 – 200 of 4768) sorted by relevance

12345678910>>...24

/linux-4.4.14/arch/powerpc/lib/
Dfeature-fixups-test.S22 or 1,1,1
23 or 2,2,2 /* fixup will nop out this instruction */
24 or 3,3,3
29 or 1,1,1
30 or 2,2,2
31 or 3,3,3
34 or 1,1,1
36 or 3,3,3
39 or 1,1,1
40 or 2,2,2 /* fixup will replace this with ftr_fixup_test2_alt */
[all …]
/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c72 static const char *_osd_ver_desc(struct osd_request *or) in _osd_ver_desc() argument
74 return osd_req_is_ver1(or) ? "OSD1" : "OSD2"; in _osd_ver_desc()
82 struct osd_request *or; in _osd_get_print_system_info() local
101 or = osd_start_request(od, GFP_KERNEL); in _osd_get_print_system_info()
102 if (!or) in _osd_get_print_system_info()
106 osd_req_get_attributes(or, &osd_root_object); in _osd_get_print_system_info()
107 osd_req_add_get_attr_list(or, get_attrs, ARRAY_SIZE(get_attrs)); in _osd_get_print_system_info()
109 ret = osd_finalize_request(or, 0, caps, NULL); in _osd_get_print_system_info()
113 ret = osd_execute_request(or); in _osd_get_print_system_info()
115 OSD_ERR("Failed to detect %s => %d\n", _osd_ver_desc(or), ret); in _osd_get_print_system_info()
[all …]
/linux-4.4.14/include/scsi/
Dosd_initiator.h126 typedef void (osd_req_done_fn)(struct osd_request *or, void *private);
164 static inline bool osd_req_is_ver1(struct osd_request *or) in osd_req_is_ver1() argument
166 return osd_dev_is_ver1(or->osd_dev); in osd_req_is_ver1()
235 int osd_finalize_request(struct osd_request *or,
245 int osd_execute_request(struct osd_request *or);
258 int osd_execute_request_async(struct osd_request *or,
321 int osd_req_decode_sense_full(struct osd_request *or,
326 static inline int osd_req_decode_sense(struct osd_request *or, in osd_req_decode_sense() argument
329 return osd_req_decode_sense_full(or, osi, false, NULL, 0, NULL, 0); in osd_req_decode_sense()
339 void osd_end_request(struct osd_request *or);
[all …]
/linux-4.4.14/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S11 or r0, r0
12 or r0, r0
13 or r0, r0
14 or r0, r0
15 or r0, r0
28 or r0, r0
29 or r0, r0
30 or r0, r0
31 or r0, r0
32 or r0, r0
/linux-4.4.14/arch/frv/kernel/
Dhead.S69 or gr4,gr5,gr5
106 # we need to relocate the SDRAM to 0x00000000 (linux) or 0xC0000000 (uClinux)
347 or gr4,gr5,gr5
369 or gr4,gr6,gr4
376 or gr4,gr5,gr5
409 or.p gr0,gr0,gr18
410 or gr0,gr0,gr19
455 or gr0,gr0,fp
456 or gr28,gr0,sp
466 or gr22,gr4,gr22
[all …]
/linux-4.4.14/arch/microblaze/lib/
Dfastcopy.S121 or r9, r11, r9 /* t1 = h | t1 */
126 or r9, r11, r9 /* t1 = h | t1 */
131 or r9, r11, r9 /* t1 = h | t1 */
136 or r9, r11, r9 /* t1 = h | t1 */
141 or r9, r11, r9 /* t1 = h | t1 */
146 or r9, r11, r9 /* t1 = h | t1 */
151 or r9, r11, r9 /* t1 = h | t1 */
156 or r9, r11, r9 /* t1 = h | t1 */
170 or r9, r11, r9 /* t1 = h | t1 */
175 or r9, r11, r9 /* t1 = h | t1 */
[all …]
/linux-4.4.14/drivers/block/
Dosdblk.c146 static int osd_sync_op(struct osd_request *or, int timeout, uint8_t *credential) in osd_sync_op() argument
150 or->timeout = timeout; in osd_sync_op()
151 ret = osd_finalize_request(or, 0, credential, NULL); in osd_sync_op()
155 ret = osd_execute_request(or); in osd_sync_op()
164 static int osd_async_op(struct osd_request *or, osd_req_done_fn *async_done, in osd_async_op() argument
169 ret = osd_finalize_request(or, 0, cred, NULL); in osd_async_op()
173 ret = osd_execute_request_async(or, async_done, caller_context); in osd_async_op()
179 static int extract_attr_from_req(struct osd_request *or, struct osd_attr *attr) in extract_attr_from_req() argument
187 osd_req_decode_get_attr_list(or, &cur_attr, &nelem, &iter); in extract_attr_from_req()
201 struct osd_request *or; in osdblk_get_obj_size() local
[all …]
/linux-4.4.14/fs/exofs/
Dore.c326 if (per_dev->or) in ore_put_io_state()
327 osd_end_request(per_dev->or); in ore_put_io_state()
353 static void _done_io(struct osd_request *or, void *p) in _done_io() argument
372 struct osd_request *or = ios->per_dev[i].or; in ore_io_execute() local
373 if (unlikely(!or)) in ore_io_execute()
376 ret = osd_finalize_request(or, 0, _ios_cred(ios, i), NULL); in ore_io_execute()
387 struct osd_request *or = ios->per_dev[i].or; in ore_io_execute() local
388 if (unlikely(!or)) in ore_io_execute()
392 osd_execute_request_async(or, _done_io, ios); in ore_io_execute()
429 struct osd_request *or = per_dev->or; in ore_check_io() local
[all …]
/linux-4.4.14/Documentation/
Dprintk-formats.txt3 int %d or %x
4 unsigned int %u or %x
5 long %ld or %lx
6 unsigned long %lu or %lx
7 long long %lld or %llx
8 unsigned long long %llu or %llx
9 size_t %zu or %zx
10 ssize_t %zd or %zx
11 s32 %d or %x
12 u32 %u or %x
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dgoodix.txt6 or "goodix,gt9110"
7 or "goodix,gt912"
8 or "goodix,gt927"
9 or "goodix,gt9271"
10 or "goodix,gt928"
11 or "goodix,gt967"
12 - reg : I2C address of the chip. Should be 0x5d or 0x14
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c101 int or = nv_encoder->or; in nv50_get_intensity() local
105 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nv50_get_intensity()
116 int or = nv_encoder->or; in nv50_set_intensity() local
120 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nv50_set_intensity()
137 int or = nv_encoder->or; in nva3_get_intensity() local
140 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_get_intensity()
141 val = nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(or)); in nva3_get_intensity()
155 int or = nv_encoder->or; in nva3_set_intensity() local
158 div = nvif_rd32(device, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_set_intensity()
161 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), val | in nva3_set_intensity()
[all …]
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Db4420qds.dts6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of
Db4420si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of
Dp5040si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of this
Db4420si-post.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of
Db4qds.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of
Dp5040ds.dts6 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
14 * names of its contributors may be used to endorse or promote products
20 * Foundation, either version 2 of that License or (at your option) any
24 * express or implied warranties, including, but not limited to, the implied
27 * direct, indirect, incidental, special, exemplary, or consequential damages
28 * (including, but not limited to, procurement of substitute goods or services;
29 * loss of use, data, or profits; or business interruption) however caused and
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of this
/linux-4.4.14/Documentation/networking/
DLICENSE.qlcnic34 this service if you wish), that you receive source code or can get it
35 if you want it, that you can change the software or use pieces of it
39 anyone to deny you these rights or to ask you to surrender the rights.
41 distribute copies of the software, or if you modify it.
44 gratis or for a fee, you must give the recipients all the rights that
45 you have. You must make sure that they, too, receive or can get the
51 distribute and/or modify the software.
64 patent must be licensed for everyone's free use or not licensed at all.
72 0. This License applies to any program or other work which contains
75 refers to any such program or work, and a "work based on the Program"
[all …]
DLICENSE.qlge34 this service if you wish), that you receive source code or can get it
35 if you want it, that you can change the software or use pieces of it
39 anyone to deny you these rights or to ask you to surrender the rights.
41 distribute copies of the software, or if you modify it.
44 gratis or for a fee, you must give the recipients all the rights that
45 you have. You must make sure that they, too, receive or can get the
51 distribute and/or modify the software.
64 patent must be licensed for everyone's free use or not licensed at all.
72 0. This License applies to any program or other work which contains
75 refers to any such program or work, and a "work based on the Program"
[all …]
Dcs89x0.txt63 IEEE 802.3 standards and support half or full-duplex operation in ISA bus
65 in 16-bit ISA or EISA bus expansion slots and are available in
66 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5
67 or fiber networks).
79 v2.3.48 or greater kernel. It can be compiled directly into the kernel
80 or loaded at run-time as a device driver module.
105 * IBM or IBM-compatible PC with:
106 * An 80386 or higher processor
108 * One available IRQ (5,10,11,or 12 for the CS8900, 3-7,9-15 for CS8920).
115 * LINUX kernel version 2.3.48 or higher
[all …]
Digbvf.txt20 The igbvf driver requires the igb driver, version 2.0 or later. The igbvf
22 value of 1 or greater. For more information on the max_vfs parameter refer
36 VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
50 website. In the search field, enter your adapter name or type, or use the
62 version 3.0 or later is required for this functionality, although we
74 or the Intel Wired Networking project hosted by Sourceforge at:
Dfore200e.txt14 or PCI+EISA).
31 uploaded to the ATM adapters at system boot time or at module loading time.
34 However, if you encounter problems (the firmware doesn't start or the driver
51 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
55 Expected pathnames are absolute or relative to the drivers/atm directory.
57 3. Rebuild and re-install your kernel or your module.
/linux-4.4.14/Documentation/scsi/
DLICENSE.qla4xxx35 this service if you wish), that you receive source code or can get it
36 if you want it, that you can change the software or use pieces of it
40 anyone to deny you these rights or to ask you to surrender the rights.
42 distribute copies of the software, or if you modify it.
45 gratis or for a fee, you must give the recipients all the rights that
46 you have. You must make sure that they, too, receive or can get the
52 distribute and/or modify the software.
65 patent must be licensed for everyone's free use or not licensed at all.
73 0. This License applies to any program or other work which contains
76 refers to any such program or work, and a "work based on the Program"
[all …]
DLICENSE.qla2xxx36 this service if you wish), that you receive source code or can get it
37 if you want it, that you can change the software or use pieces of it
41 anyone to deny you these rights or to ask you to surrender the rights.
43 distribute copies of the software, or if you modify it.
46 gratis or for a fee, you must give the recipients all the rights that
47 you have. You must make sure that they, too, receive or can get the
53 distribute and/or modify the software.
66 patent must be licensed for everyone's free use or not licensed at all.
74 0. This License applies to any program or other work which contains
77 refers to any such program or work, and a "work based on the Program"
[all …]
Ddpti.txt3 * Redistribution and use in source form, with or without modification, are
8 * any express or implied warranties, including, but not limited to, the
11 * liable for any direct, indirect, incidental, special, exemplary or
13 * substitute goods or services; loss of use, data, or profits; or business
15 * contract, strict liability, or tort (including negligence or otherwise)
63 * now online (at the FW level) when test unit ready or inquiry
80 * to use them 'as is' or I can miss changes in the interface.
DLICENSE.FlashPoint7 This program is free software; you may redistribute and/or modify it under
11 Foundation; either version 2, or (at your option) any later version,
13 or
19 or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public
20 License or the BSD-style License below for more details.
28 Redistribution and use in source and binary forms, with or without
44 documentation and/or other materials provided with the distribution.
46 3. The name of Mylex Corporation may not be used to endorse or promote
Dg_NCR5380.txt9 This driver supports both NCR5380 and NCR53c400 cards in port or memory
28 or
32 The driver does not probe for any addresses or ports other than those in
33 the OVERRIDE or given to the kernel as above.
47 ncr_addr=xx the port or base address (for port or memory
54 for a port mapped NCR5380 board or
58 (255 should be specified for no or DMA interrupt, 254 to autoprobe for an
Dqlogicfas.txt26 can be a simple ctrl-alt-delete with a boot floppy, or by using
28 the Linux PCMCIA driver, you will have to adjust it or otherwise stop
43 devices may not have been just powered up, or if you are restarting
45 command or something. It comes up faster if this is set to zero, and
60 copy a very big file (e.g. a doublespace container file, or a very
61 large executable or archive). It should be at least 5 megabytes, but
73 termination (the ACK can be reflected), or by noise when the chips
74 work less well because of the heat, or when cables get too long for
/linux-4.4.14/
DCOPYING11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
40 this service if you wish), that you receive source code or can get it
41 if you want it, that you can change the software or use pieces of it
45 anyone to deny you these rights or to ask you to surrender the rights.
47 distribute copies of the software, or if you modify it.
50 gratis or for a fee, you must give the recipients all the rights that
51 you have. You must make sure that they, too, receive or can get the
57 distribute and/or modify the software.
70 patent must be licensed for everyone's free use or not licensed at all.
78 0. This License applies to any program or other work which contains
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
35 you have. You must make sure that they, too, receive or can get the
41 distribute and/or modify the software.
54 patent must be licensed for everyone's free use or not licensed at all.
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-4.4.14/tools/usb/usbip/
DCOPYING24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
35 you have. You must make sure that they, too, receive or can get the
41 distribute and/or modify the software.
54 patent must be licensed for everyone's free use or not licensed at all.
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense30 wish), that you receive source code or can get it if you want it, that you
31 can change the software or use pieces of it in new free programs; and that
35 deny you these rights or to ask you to surrender the rights. These
37 copies of the software, or if you modify it.
39 For example, if you distribute copies of such a program, whether gratis or
41 must make sure that they, too, receive or can get the source code. And you
46 and/or modify the software.
59 licensed for everyone's free use or not licensed at all.
66 0. This License applies to any program or other work which contains a notice
69 such program or work, and a "work based on the Program" means either the
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dmcp3422.txt5 "microchip,mcp3422" or
6 "microchip,mcp3423" or
7 "microchip,mcp3424" or
8 "microchip,mcp3426" or
9 "microchip,mcp3427" or
/linux-4.4.14/arch/sparc/kernel/
Duna_asm_32.S98 or %g1, %g2, %g1
109 or %g3, %g2, %g3
110 or %g7, %g3, %g7
111 or %g1, %g7, %g1
121 or %g1, %g2, %g1
122 or %g7, %g3, %g7
123 or %g1, %g7, %g7
132 or %g1, %g2, %g1
133 or %g7, %g3, %g7
134 or %g1, %g7, %g7
Duna_asm_64.S90 or %g2, %g3, %g2
91 or %g7, %g1, %g7
92 or %g2, %g7, %g2
105 or %g2, %g3, %g2
106 or %g7, %g1, %g7
108 or %g2, %g7, %g7
113 or %g7, %g3, %g7
116 or %g7, %g1, %g7
117 or %g2, %g3, %g2
118 or %g7, %g2, %g7
Dsun4v_tlb_miss.S201 or %g0, FAULT_CODE_BAD_RA | FAULT_CODE_ITLB, %g1
217 1: or %g7, %lo(1f), %g7
228 or %g0, FAULT_CODE_BAD_RA | FAULT_CODE_DTLB, %g1
244 1: or %g7, %lo(1f), %g7
252 or %g0, %g4, %g5
254 or %g1, %g0, %g4
265 or %g5, %g3, %g5
281 or %g5, %g3, %g5
297 or %g5, %g3, %g5
313 or %g5, %g3, %g5
[all …]
Dspiterrs.S29 or %g4, %g3, %g4
36 or %g4, %g3, %g4
54 or %g4, %g7, %g4
55 andcc %g3, %g1, %g3 ! UDBE_UE or UDBE_CE
65 or %g4, %g7, %g4
66 andcc %g3, %g1, %g3 ! UDBE_UE or UDBE_CE
175 109: or %g7, %lo(109b), %g7
195 109: or %g7, %lo(109b), %g7
214 109: or %g7, %lo(109b), %g7
233 109: or %g7, %lo(109b), %g7
Dtrampoline_64.S59 or %g5, %ulo(DCU_ME|DCU_RE|DCU_HPE|DCU_SPE|DCU_SL|DCU_WE), %g5
61 or %g5, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g5
116 or %g1, %lo(tramp_stack), %g1
144 or %g2, %lo(call_method), %g2
151 or %g2, %lo(itlb_load), %g2
170 or %g2, %lo(p1275buf), %g2
177 or %g2, %lo(call_method), %g2
184 or %g2, %lo(dtlb_load), %g2
203 or %g2, %lo(p1275buf), %g2
284 or %g1, %lo(tramp_stack), %g1
[all …]
Dentry.S129 or %l5, 0xc2, %l5
178 or %l0, PSR_PIL, %l4
227 or %l0, PSR_PIL, %g2
236 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
246 or %l0, PSR_PIL, %g2
272 or %l5, %lo(sun4m_irq_percpu), %o5
284 or %l0, PSR_PIL, %l4
319 or %l5, %lo(sun4m_irq_percpu), %o5
329 or %l0, PSR_PIL, %l4
343 or %l0, PSR_PIL, %g2
[all …]
Dtrampoline_32.S31 or %g3, %lo(trapbase_cpu1), %g3
36 or %g3, %lo(trapbase_cpu2), %g3
41 or %g3, %lo(trapbase_cpu3), %g3
65 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
126 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
182 or %sp, %lo(THREAD_SIZE - STACKFRAME_SZ), %sp
/linux-4.4.14/Documentation/fb/
Dsisfb.txt40 (or GRUB's) documentation for more information. If sisfb is a kernel module,
41 parameters are given with the modprobe (or insmod) command.
54 the parameter format is video=sisfb:mode:none or video=sisfb:mode:1024x768x16
55 (or whatever mode you want to use, alternatively using any other format
56 described above or the vesa keyword instead of mode). If compiled as a module,
57 the parameter format reads mode=none or mode=1024x768x16 (or whatever mode you
76 - XxYxDepth or
77 - XxY-Depth or
78 - XxY-Depth@Rate or
80 - or simply use the VESA mode number in hexadecimal or decimal.
[all …]
/linux-4.4.14/arch/alpha/lib/
Dcsum_ipv6_magic.S43 or $0,$21,$0 # .. e1 : 1st src word complete
50 or $1,$22,$1 # .. e1 : 2nd src word complete
53 or $4,$18,$18 # .. e1 :
55 or $5,$6,$5 # .. e1 :
58 or $2,$23,$2 # .. e1 : 1st dst word complete
60 or $18,$5,$18 # .. e1 : len complete
63 or $3,$24,$3 # .. e1 : 2nd dst word complete
67 or $19,$7,$19 # e0 :
Dev67-strchr.S37 or t5, t3, a1 # E : 000000000000chch
42 or a2, a3, a2 # E : chch000000000000
46 or a1, a2, a1 # E : chch00000000chch
47 or a3, t5, t5 # E : 0000chchchch0000
52 or t5, a1, a1 # E : chchchchchchchch
55 or t2, t3, t0 # E : bits set iff char match or zero match
74 or t2, t3, t0 # E :
Dstxncpy.S60 or t0, t3, t0 # e0 :
97 or t12, t6, t8 # e0 :
101 or t0, t1, t0 # e1 :
108 or t10, t8, t8
161 or t1, t4, t1 # e1 : first aligned src word complete
163 or t0, t1, t0 # e0 : first output word complete
164 or t0, t6, t6 # e1 : mask original data for zero test
173 or t6, t2, t2 # .. e1 :
207 or t0, t1, t0 # e0 : current dst word now complete
230 or t0, t1, t0 # e0 : first (partial) source word complete
[all …]
Dev6-stxncpy.S72 or t0, t3, t0 # E : (stall)
123 or t12, t6, t8 # E : (stall)
127 or t0, t1, t0 # e1 : (stall)
138 or t10, t8, t8 # E :
201 or t1, t4, t1 # E : first aligned src word complete (stall)
203 or t0, t1, t0 # E : first output word complete (stall)
204 or t0, t6, t6 # E : mask original data for zero test (stall)
214 or t6, t2, t2 # E : (stall)
249 or t0, t1, t0 # E : current dst word now complete
274 or t0, t1, t0 # E : first (partial) source word complete
[all …]
Dstxcpy.S52 or t0, t3, t1 # e0 :
85 or t12, t6, t8 # .. e1 :
87 or t0, t1, t1 # e1 :
137 or t1, t4, t1 # .. e1 :
139 or t0, t1, t1 # e1 :
141 or t1, t6, t6 # e0 :
147 or t6, t2, t2 # e1 : already extracted before
182 or t0, t1, t1 # e0 : current dst word now complete
199 or t0, t1, t1 # e1 : first (partial) source word complete
223 or t6, t12, t8 # e0 :
[all …]
Dev6-stxcpy.S64 or t0, t3, t1 # E : (stall)
100 or t12, t6, t8 # E : (stall)
103 or t0, t1, t1 # E : (stall)
160 or t1, t4, t1 # E :
162 or t0, t1, t1 # E : (stall on t1)
164 or t1, t6, t6 # E :
170 or t6, t2, t2 # E : already extracted before (stall)
207 or t0, t1, t1 # E : current dst word now complete
227 or t0, t1, t1 # E : first (partial) source word complete (stall)
249 or t6, t12, t8 # E : (stall)
[all …]
Dmemchr.S56 or $2, $17, $17 # e0 : $17 = 000000000000chch
60 or $2, $17, $17 # e1 : $17 = 00000000chchchch
63 or $2, $17, $17 # e1 : $17 = chchchchchchchch
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
70 or $7, $6, $1 # .. e1 : $1 = quadword starting at $16
110 or $1, $2, $1 # e1 : $1 = ====ffffffffffff
121 # last quad may or may not be partial).
Dstrncpy.S36 or $3, $24, $3 # clear the bits between the last
37 or $4, $27, $4 # written byte and the last byte in COUNT
47 or $2, $27, $2
74 or $2, $24, $2
Dstrchr.S25 or t5, a1, a1 # e0 :
30 or t5, a1, a1 # .. e1 :
33 or t5, a1, a1 # e0 :
36 or t2, t3, t0 # e1 : bits set iff char match or zero match
46 or t2, t3, t0 # e0 :
Dev6-csum_ipv6_magic.S82 or $0,$22,$0 # E : 1st src word complete
84 or $18,$4,$18 # E : 000000CCDDAABBCC
89 or $1,$5,$1 # E : 2nd src word complete
98 or $2,$22,$2 # E : 1st dst word complete
100 or $3,$23,$3 # E : U L U L : 2nd dst word complete
107 or $18,$4,$18 # E : 00000000DDCCBBAA
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf119.c48 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup() argument
57 if (or < 4) { in exec_lookup()
61 or -= 4; in exec_lookup()
76 mask |= 0x0001 << or; in exec_lookup()
104 int or; in exec_script() local
106 for (or = 0; !(ctrl & (1 << head)) && or < 8; or++) { in exec_script()
107 ctrl = nvkm_rd32(device, 0x640180 + (or * 0x20)); in exec_script()
112 if (or == 8) in exec_script()
115 outp = exec_lookup(disp, head, or, ctrl, &data, &ver, &hdr, &cnt, &len, &info); in exec_script()
143 int or; in exec_clkcmp() local
[all …]
Dnv50.c227 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup() argument
236 if (or < 4) { in exec_lookup()
240 if (or < 8) { in exec_lookup()
252 or -= 4; in exec_lookup()
254 or = or - 8; in exec_lookup()
258 case 0x00000000: type |= disp->pior.type[or]; break; in exec_lookup()
266 mask |= 0x0001 << or; in exec_lookup()
491 const int or = ffs(outp->or) - 1; in nv50_disp_intr_unk20_2_dp() local
492 const u32 soff = ( or * 0x800); in nv50_disp_intr_unk20_2_dp()
494 const u32 ctrl = nvkm_rd32(device, 0x610794 + (or * 8)); in nv50_disp_intr_unk20_2_dp()
[all …]
/linux-4.4.14/Documentation/s390/
Dqeth.txt8 a primary or a secondary Bridge Port. For more information, see
11 When run on an OSA or HiperSockets Bridge Capable Port hardware, and the state
26 or a VLAN is registered or unregistered on the network served by the device.
30 notifications are started afresh, a new host or VLAN is registered or
31 deregistered on the Bridge Port HiperSockets channel, or address
38 or deregistered from the HiperSockets channel. Not reported if the
39 event reports the creation or destruction of a VLAN.
/linux-4.4.14/arch/sparc/mm/
Dultra.S68 or %o3, 0x10, %o3
98 or %o3, 0x10, %o3
123 or %o0, 0x20, %o0 ! Nucleus
222 or %o0, %o1, %o0 /* Preserve nucleus page size fields */
243 or %o0, %o3, %o0 /* Preserve nucleus page size fields */
269 or %o0, %o3, %o0 /* Preserve nucleus page size fields */
402 or %o0, %lo(__flush_tlb_mm), %o0
404 or %o1, %lo(__cheetah_flush_tlb_mm), %o1
409 or %o0, %lo(__flush_tlb_page), %o0
411 or %o1, %lo(__cheetah_flush_tlb_page), %o1
[all …]
/linux-4.4.14/sound/soc/tegra/
DKconfig9 Say Y or M here if you want support for SoC audio on Tegra.
17 Say Y or M if you want to add support for codecs attached to the
25 Say Y or M if you want to add support for the Tegra20 DAS module.
34 Say Y or M if you want to add support for codecs attached to the
43 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
51 Say Y or M if you want to add support for the Tegra20 AHUB module.
60 Say Y or M if you want to add support for codecs attached to the
71 Say Y or M here if you want to add support for SoC audio on Tegra
81 Say Y or M here if you want to add support for SoC audio on Tegra
91 Say Y or M here if you want to add support for SoC audio on Tegra
[all …]
/linux-4.4.14/arch/mn10300/mm/
Dcache.inc6 * This program is free software; you can redistribute it and/or
9 * 2 of the Licence, or (at your option) any later version.
30 or EPSW_NMID,epsw
46 or CHCTR_ICINV,d0
56 or CHCTR_ICEN,d0
67 or CHCTR_ICINV,d0
91 or EPSW_NMID,epsw
107 or CHCTR_DCINV,d0
117 or CHCTR_DCEN,d0
128 or CHCTR_DCINV,d0
/linux-4.4.14/arch/sparc/lib/
DNG2patch.S10 or %g1, %lo(NEW), %g1; \
12 or %g2, %lo(OLD), %g2; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
18 or %g3, %g1, %g3; \
21 or %g3, %lo(NOP), %g3; \
DGENpatch.S10 or %g1, %lo(NEW), %g1; \
12 or %g2, %lo(OLD), %g2; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
18 or %g3, %g1, %g3; \
21 or %g3, %lo(NOP), %g3; \
DNGpatch.S10 or %g1, %lo(NEW), %g1; \
12 or %g2, %lo(OLD), %g2; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
18 or %g3, %g1, %g3; \
21 or %g3, %lo(NOP), %g3; \
DU3patch.S10 or %g1, %lo(NEW), %g1; \
12 or %g2, %lo(OLD), %g2; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
18 or %g3, %g1, %g3; \
21 or %g3, %lo(NOP), %g3; \
DNG4patch.S10 or %g1, %lo(NEW), %g1; \
12 or %g2, %lo(OLD), %g2; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
18 or %g3, %g1, %g3; \
21 or %g3, %lo(NOP), %g3; \
Dashrdi3.S14 or %g0, 32, %g2
30 or %g2, %g3, %o5
32 or %g0, %o4, %o0
33 or %g0, %o5, %o1
DGENbzero.S24 or %g1, %o3, %o2
26 or %g1, %o2, %o2
29 or %g1, %o2, %o2
133 or %g1, %lo(NEW), %g1; \
135 or %g2, %lo(OLD), %g2; \
140 or %g3, %lo(BRANCH_ALWAYS), %g3; \
141 or %g3, %g1, %g3; \
144 or %g3, %lo(NOP), %g3; \
DNGbzero.S23 or %g1, %o3, %o2
25 or %g1, %o2, %o2
28 or %g1, %o2, %o2
136 or %g1, %lo(NEW), %g1; \
138 or %g2, %lo(OLD), %g2; \
143 or %g3, %lo(BRANCH_ALWAYS), %g3; \
144 or %g3, %g1, %g3; \
147 or %g3, %lo(NOP), %g3; \
DGENpage.S54 or %g1, %lo(NEW), %g1; \
56 or %g2, %lo(OLD), %g2; \
61 or %g3, %lo(BRANCH_ALWAYS), %g3; \
62 or %g3, %g1, %g3; \
65 or %g3, %lo(NOP), %g3; \
Dstrlen.S25 or %o4, %lo(HI_MAGIC), %o3
36 or %o4, %lo(LO_MAGIC), %o2
38 or %o4, %lo(HI_MAGIC), %o3
42 or %o4, %lo(LO_MAGIC), %o2
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dste-dma40.txt82 20: SLIMbus or HSI channel 0
83 21: SLIMbus or HSI channel 1
84 22: SLIMbus or HSI channel 2
85 23: SLIMbus or HSI channel 3
93 31: MSP port 0 or SLIMbus channel 0
108 46: SLIMbus channel 8 or Multimedia DSP SXA6
109 47: SLIMbus channel 9 or Multimedia DSP SXA7
111 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
114 52: SLIMbus or HSI channel 4
115 53: SLIMbus or HSI channel 5
[all …]
/linux-4.4.14/Documentation/hwmon/
Dpmbus151 inX_input Measured voltage. From READ_VIN or READ_VOUT register.
153 From VIN_UV_WARN_LIMIT or VOUT_UV_WARN_LIMIT register.
155 From VIN_OV_WARN_LIMIT or VOUT_OV_WARN_LIMIT register.
157 From VIN_UV_FAULT_LIMIT or VOUT_UV_FAULT_LIMIT register.
159 From VIN_OV_FAULT_LIMIT or VOUT_OV_FAULT_LIMIT register.
166 inX_label "vin", "vcap", or "voutY"
168 currX_input Measured current. From READ_IIN or READ_IOUT register.
170 From IIN_OC_WARN_LIMIT or IOUT_OC_WARN_LIMIT register.
174 From IIN_OC_FAULT_LIMIT or IOUT_OC_FAULT_LIMIT register.
176 From IIN_OC_WARNING or IOUT_OC_WARNING status.
[all …]
Dmax19735 or a negative error code otherwise.
41 5 ACQMOD Internal or External Controlled Acquisition
43 3 BIP Unipolar or Bipolar conversion mode
53 For the MAX197, it will be adjusted to -10000, -5000, or 0.
54 For the MAX199, it will be adjusted to -4000, -2000, or 0.
58 For the MAX197, it will be adjusted to 0, 5000, or 10000.
59 For the MAX199, it will be adjusted to 0, 2000, or 4000.
Dds162154 Tout, will trigger when the low limit temperature is met or underrun and
55 stays high until the high limit is met or exceeded. On the other hand
66 The alarm bits are set when the high or low limits are met or exceeded and
71 status of Tout. They will only tell you about its history, whether or not
72 any of the limits have ever been met or exceeded since last power-up or
76 Since there is no version or vendor identification register, there is
87 temperature crosses the min or max settings (which by default are set to 75
100 or less (unverified on the other devices).
128 The resolution mode for the DS1631, DS1721, or DS1731 can be changed from
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-online7 callbacks. The number read from it (0 or 1) reflects the value
9 (or 'n', or 'N') is written to this file, the device bus type's
12 turn, if that number is 0 and '1' (or 'y', or 'Y') is written to
19 it is removed (i.e. device_del() is called for it), or its bus
Dsysfs-devices-platform-docg36 Show whether the floor (0 to 4), protection area (0 or 1) is
7 keylocked. Each docg3 chip (or floor) has 2 protection areas,
10 writes or both.
22 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
25 writes or both.
Dsysfs-class-net-grcan9 Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP
11 or set by the module parameter grcan.enable0 and can be read at
21 Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP
23 or set by the module parameter grcan.enable1 and can be read at
32 values: 0 or 1. See the GRCAN chapter of the GRLIB IP core
33 library documentation for details. The default value is 0 or is
Dsysfs-platform-msi-laptop13 Enable automatic brightness control: contains either 0 or 1. If
22 WLAN subsystem enabled: contains either 0 or 1.
29 Bluetooth subsystem enabled: contains either 0 or 1. Please
38 Contains either 0 or 1 and indicates if touchpad is turned on.
46 Contains either 0 or 1 and indicates if turbo mode is turned
59 Contains either 0 or 1 and indicates if ECO mode is turned on.
80 Contains either 0 or 1 and indicates if fan speed is controlled
81 automatically (1) or fan runs at maximal speed (0). Can be
Dsysfs-driver-hid-lenovo6 Values are 0 or 1.
13 Values are 0 or 1.
20 Values are 0 or 1.
27 a left or right mouse button click.
28 Values are 0 or 1.
48 …iption: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute or F1)
49 Values are 0 or 1
Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
20 number, or a error when the offlining failed. Reading
32 trying to drop the page or killing any owner or
42 Return value is the size of the number, or a error when
/linux-4.4.14/arch/mips/kernel/
Dbmips_vec.S43 or k0, k1
61 or k1, CKSEG1 | BMIPS_RELO_VECTOR_CONTROL_0
62 or k0, k1
71 or k0, k1
115 or k0, k1
256 or t0, t1
258 or t0, t2
271 or t0, t1
273 or t0, t2
/linux-4.4.14/arch/powerpc/boot/
Ddiv64.S40 or r11,r5,r11
79 addi r7,r5,32 # could be xori, or addi with -32
83 or r4,r4,r6 # LSW |= t1
86 or r4,r4,r7 # LSW |= t2
93 addi r7,r5,32 # could be xori, or addi with -32
96 or r3,r3,r6 # MSW |= t1
98 or r3,r3,r7 # MSW |= t2
105 addi r7,r5,32 # could be xori, or addi with -32
108 or r4,r4,r6 # LSW |= t1
110 or r4,r4,r7 # LSW |= t2
/linux-4.4.14/drivers/staging/speakup/
DKconfig18 Dectalk express, Doubletalk, Doubletalk LT or
23 Speakup can either be built in or compiled as a module
24 by answering y or m. If you answer y here, then you
25 must answer either y or m to at least one of the
40 If you are not a blind person, or don't have access to
49 or m to build it as a module. See the configuration
58 or m to build it as a module. See the configuration
66 or m to build it as a module. See the configuration
73 You can say y to build it into the kernel, or m to
82 or m to build it as a module. See the configuration
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt12 or
14 or
16 or
18 or
20 or
22 or
28 without debuginfo, or by C expressions (C line numbers, C function names,
41 or lines. If a path of module file is passed, perf-probe
92 Show available functions in given module or kernel. With -x/--exec,
117 Specify path to the executable or shared library file for user
[all …]
Ditrace.txt8 g synthesize a call chain (use with i or x)
9 l synthesize last branch entries (use with i or x)
22 Also the call chain size (default 16, max. 1024) for instructions or
26 instructions or transactions events can be specified.
/linux-4.4.14/Documentation/vm/
Dnuma9 comprises multiple components or assemblies each of which may contain 0
10 or more CPUs, local memory, and/or IO buses. For brevity and to
18 connected together with some sort of system interconnect--e.g., a crossbar or
24 Coherent NUMA or ccNUMA systems. With ccNUMA systems, all memory is visible
26 is handled in hardware by the processor caches and/or the system interconnect.
29 away the cell containing the CPU or IO bus making the memory access is from the
39 [cache misses] to be to "local" memory--memory on the same cell, if any--or
47 architectures. As with physical cells, software nodes may contain 0 or more
48 CPUs, memory and/or IO buses. And, again, memory accesses to memory on
61 the existing nodes--or the system memory for non-NUMA platforms--into multiple
[all …]
Didle_page_tracking.txt7 or deciding where to place the workload within a compute cluster.
35 Reading from or writing to /sys/kernel/mm/page_idle/bitmap will return
36 -EINVAL if you are not starting the read/write on an 8-byte boundary, or
45 /proc/pid/pagemap if the workload is represented by a process, or by
53 are not reclaimable, he or she can filter them out using /proc/kpageflags.
63 space, in which case one or more PTEs it is mapped to will have the Accessed bit
64 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
67 - a userspace process reads or writes a page using a system call (e.g. read(2)
68 or write(2))
70 - a page that is used for storing filesystem buffers is read or written,
[all …]
Dhugetlbpage.txt14 system call or standard SYSV shared memory system calls (shmget, shmat).
57 privileges can dynamically allocate more or free some persistent huge pages
58 by increasing or decreasing the value of 'nr_hugepages'.
66 or shared memory system calls to use the huge pages. See the discussion of
88 huge page pool to 20, allocating or freeing huge pages, as required.
99 The success or failure of huge page allocation depends on the amount of
110 actually allocated by checking the sysctl or meminfo. To check the per node
140 increased sufficiently, or the surplus huge pages go out of use and are freed--
170 Whether huge pages are allocated and freed via the /proc interface or
172 nodes from which huge pages are allocated or freed are controlled by the
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt10 controllers, or "fsl-usb2-dr" for dual role USB controllers
11 or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121.
15 "ulpi", or "serial". For dual role USB controllers, should be
16 one of "ulpi", "utmi", "utmi_wide", or "serial".
19 fsl-usb2-mph compatible controllers. Either this property or
20 "port1" (or both) must be defined for "fsl-usb2-mph" compatible
23 fsl-usb2-mph compatible controllers. Either this property or
24 "port0" (or both) must be defined for "fsl-usb2-mph" compatible
27 controllers. Can be "host", "peripheral", or "otg". Default to
/linux-4.4.14/Documentation/usb/
Derror-codes.txt26 -ENODEV specified USB-device or bus doesn't exist
28 -ENOENT specified interface or endpoint does not exist or
34 -EINVAL a) Invalid transfer type specified (or not supported)
35 b) Invalid or unsupported periodic transfer interval
52 or too large for the host controller.
57 -ESHUTDOWN The device or host controller has been disabled due to some
69 * or in iso_frame_desc[n].status (for ISO) *
78 one or more packets could finish before an error stops further endpoint I/O.
81 unlinked, the device is removed, the host controller is disabled, or the total
84 urb->status set to zero, -ENOENT, -ECONNRESET, -ESHUTDOWN, or -EREMOTEIO.
[all …]
Dgadget_serial.txt9 This program is free software; you can redistribute it and/or
12 the License, or (at your option) any later version.
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 If you have questions, problems, or suggestions for this driver
35 version 2.3 or later of the gadget serial driver in a 2.6
46 sysfs in /sys, and use "mdev" (in Busybox) or "udev" to make the
55 hardware; for example, a PDA, an embedded Linux system, or a PC
59 or a generic USB serial driver running on a host PC.
64 | Operating | or | Controller | USB
66 | (Linux or | Serial | and | |
[all …]
Dcallbacks.txt17 * because its device has been (or is being) disconnected or the
25 * do (or don't) show up otherwise in the filesystem.
64 Accept or decline an interface. If you accept the device return 0,
65 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
98 A driver or user space is triggering a reset on the device which
104 If you need to allocate memory here, use GFP_NOIO or GFP_ATOMIC, if you
115 If you need to allocate memory here, use GFP_NOIO or GFP_ATOMIC, if you
131 failed or the device has been unplugged.
133 suspend is always followed by one of: resume, reset_resume, or
/linux-4.4.14/Documentation/ja_JP/
Dstable_kernel_rules.txt4 and JF Project team <www.linux.or.jp/JF>.
5 If you find difference with original file or problem in translation,
6 please contact maintainer of this file or JF project.
10 comment or update of this file, please try to update Original(English)
18 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
22 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp>
Dstable_api_nonsense.txt4 and the JF Project team <http://www.linux.or.jp/JF/>.
6 or a problem with the translation,
7 please contact the maintainer of this file or JF project.
11 fork. So if you have any comments or updates of this file, please try
19 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
24 Seiji Kaneko さん < skaneko at a2 dot mbn dot or dot jp >
DSubmitChecklist4 and the JF Project team <http://www.linux.or.jp/JF/>.
6 or a problem with the translation,
7 please contact the maintainer of this file or JF project.
11 fork. So if you have any comments or updates of this file, please try
19 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
/linux-4.4.14/firmware/keyspan/
Dusa19.HEX88 as an unpublished work. This notice does not imply unrestricted or
91 reproduced, used, sold or transferred to any third party without
95 image as part of a Linux or other Open Source operating system kernel
96 in text or binary form as required.
99 Keyspan hardware. Distribution and/or Modification of the
100 keyspan.c driver which includes this firmware, in whole or in
Dusa19qi.HEX88 as an unpublished work. This notice does not imply unrestricted or
91 reproduced, used, sold or transferred to any third party without
95 image as part of a Linux or other Open Source operating system kernel
96 in text or binary form as required.
99 Keyspan hardware. Distribution and/or Modification of the
100 keyspan.c driver which includes this firmware, in whole or in
Dmpr.HEX87 as an unpublished work. This notice does not imply unrestricted or
90 reproduced, used, sold or transferred to any third party without
94 image as part of a Linux or other Open Source operating system kernel
95 in text or binary form as required.
98 Keyspan hardware. Distribution and/or Modification of the
99 keyspan.c driver which includes this firmware, in whole or in
Dusa28x.HEX128 as an unpublished work. This notice does not imply unrestricted or
131 reproduced, used, sold or transferred to any third party without
135 image as part of a Linux or other Open Source operating system kernel
136 in text or binary form as required.
139 Keyspan hardware. Distribution and/or Modification of the
140 keyspan.c driver which includes this firmware, in whole or in
Dusa19w.HEX128 as an unpublished work. This notice does not imply unrestricted or
131 reproduced, used, sold or transferred to any third party without
135 image as part of a Linux or other Open Source operating system kernel
136 in text or binary form as required.
139 Keyspan hardware. Distribution and/or Modification of the
140 keyspan.c driver which includes this firmware, in whole or in
Dusa28xb.HEX129 as an unpublished work. This notice does not imply unrestricted or
132 reproduced, used, sold or transferred to any third party without
136 image as part of a Linux or other Open Source operating system kernel
137 in text or binary form as required.
140 Keyspan hardware. Distribution and/or Modification of the
141 keyspan.c driver which includes this firmware, in whole or in
Dusa18x.HEX128 as an unpublished work. This notice does not imply unrestricted or
131 reproduced, used, sold or transferred to any third party without
135 image as part of a Linux or other Open Source operating system kernel
136 in text or binary form as required.
139 Keyspan hardware. Distribution and/or Modification of the
140 keyspan.c driver which includes this firmware, in whole or in
Dusa19qw.HEX129 as an unpublished work. This notice does not imply unrestricted or
132 reproduced, used, sold or transferred to any third party without
136 image as part of a Linux or other Open Source operating system kernel
137 in text or binary form as required.
140 Keyspan hardware. Distribution and/or Modification of the
141 keyspan.c driver which includes this firmware, in whole or in
Dusa28xa.HEX128 as an unpublished work. This notice does not imply unrestricted or
131 reproduced, used, sold or transferred to any third party without
135 image as part of a Linux or other Open Source operating system kernel
136 in text or binary form as required.
139 Keyspan hardware. Distribution and/or Modification of the
140 keyspan.c driver which includes this firmware, in whole or in
Dusa49w.HEX132 as an unpublished work. This notice does not imply unrestricted or
135 reproduced, used, sold or transferred to any third party without
139 image as part of a Linux or other Open Source operating system kernel
140 in text or binary form as required.
143 Keyspan hardware. Distribution and/or Modification of the
144 keyspan.c driver which includes this firmware, in whole or in
Dusa28.HEX135 as an unpublished work. This notice does not imply unrestricted or
138 reproduced, used, sold or transferred to any third party without
142 image as part of a Linux or other Open Source operating system kernel
143 in text or binary form as required.
146 Keyspan hardware. Distribution and/or Modification of the
147 keyspan.c driver which includes this firmware, in whole or in
Dusa49wlc.HEX133 as an unpublished work. This notice does not imply unrestricted or
136 reproduced, used, sold or transferred to any third party without
140 image as part of a Linux or other Open Source operating system kernel
141 in text or binary form as required.
144 Keyspan hardware. Distribution and/or Modification of the
145 keyspan.c driver which includes this firmware, in whole or in
/linux-4.4.14/arch/m32r/lib/
Dashxdi3.S36 or r1, r3 || jmp r14
55 or r0, r3 || jmp r14
72 or r1, r3 || jmp r14
93 or r0, r3 || jmp r14
112 or r1, r3 || jmp r14
129 or r0, r3 || jmp r14
157 or r1, r3
183 or r0, r3
207 or r1, r3
234 or r0, r3
[all …]
Dmemset.S43 or r1, r3 || addi r4, #-4
45 or r1, r3 || addi r2, #-4
59 or r1, r3 || addi r4, #-4
61 or r1, r3 || ldi r5, #16
123 or r1, r3
125 or r1, r3
142 or r1, r3
144 or r1, r3
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dqcom_smbb.txt44 Usage: optional (default: 1A, or pre-configured value)
49 Usage: optional (default: 3.2V, or pre-configured value)
52 Below this value linear or switch-mode auto-trickle-charging
56 Usage: optional (default: 4.2V, or pre-configured value)
63 Usage: optional (default: 4.2V, or pre-configured value)
70 Usage: optional (default: 1A, or pre-configured value)
77 Usage: optional (default: 4.1V, or pre-configured value)
84 Usage: optional (default: 4.3V, or pre-configured value)
89 Usage: optional (default: 100mA, or pre-configured value)
95 Value type: boolean: <u32> or <empty>
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dsimple-pm-bus.txt7 However, its bus controller is part of a PM domain, or under the control of a
8 functional clock. Hence, the bus controller's PM domain and/or clock must be
9 enabled for child devices connected to the bus (either on-SoC or externally)
19 It's recommended to let this be preceded by one or more
24 Optional platform-specific properties for clock or PM domain control (at least
28 Please refer to the binding documentation for the clock and/or PM domain
/linux-4.4.14/drivers/scsi/ufs/
DKconfig11 # This program is free software; you can redistribute it and/or
14 # of the License, or (at your option) any later version.
15 # See the COPYING file in the top-level directory or visit
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # program errors, damage to or loss of data, programs or equipment,
30 # and unavailability or interruption of operations. Under no
32 # any damages of any kind arising from your use or distribution of
59 If you have a controller with this interface, say Y or M here.
70 If you have a controller with this interface, say Y or M here.
/linux-4.4.14/fs/jbd2/
DKconfig10 journal support to other file systems or block devices such
11 as RAID or LVM.
13 If you are using ext4 or OCFS2, you need to say Y here.
14 If you are not using ext4 or OCFS2 then you will
18 called jbd2. If you are compiling ext4 or OCFS2 into the kernel,
25 If you are using the ext4 journaled file system (or
/linux-4.4.14/fs/jffs2/
DLICENCE6 JFFS2 is free software; you can redistribute it and/or modify it under
8 Software Foundation; either version 2 or (at your option) any later
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
/linux-4.4.14/drivers/mmc/host/
DKconfig13 platform with a Multimedia Card slot, say Y or M here.
34 say Y or M here.
46 If you have a controller with this interface, say Y or M here. You
79 If you have a controller with this interface, say Y or M here.
102 identified by ACPI Compatibility ID PNP0D40 or specific
105 If you have a controller with this interface, say Y or M here.
116 If you have a controller with this interface, say Y or M here.
128 If you have a controller with this interface, say Y or M here.
148 If you have a controller with this interface, say Y or M here.
162 If you have a controller with this interface, say Y or M here.
[all …]
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt28 Resending transactions to different servers on timeout or error.
31 * Ability to add and/or remove servers from the working set at run-time.
37 command (or set of commands, which is frequently used during data writing: single transactions
39 to which they are sent and, in case of failures, are eventually resent or dropped with an error.
46 system and put the data where it belongs (like the page or inode cache).
59 operations (like lookups or directory listings) between them according to IO priorities.
60 Administrators can add or remove servers from the set at run-time via special commands (described
65 POHMELFS is capable of full data channel encryption and/or strong crypto hashing.
67 (hmac or digest). It is also possible to use both or neither (default). Crypto configuration
69 will be disabled or mount will fail (if 'crypto_fail_unsupported' mount option is specified).
[all …]
/linux-4.4.14/drivers/isdn/hisax/
DKconfig26 Say Y or N according to the D-channel protocol which your local
47 If you have trouble with some ugly exchanges or you live in
61 If you like to send special dial strings including * or # without
67 Say Y or N according to the D-channel protocol which your local
97 using the different cards, a different D-channel protocol, or
101 bool "Teles 16.3 or PNP or PCMCIA"
107 using the different cards, a different D-channel protocol, or
131 using the different cards, a different D-channel protocol, or
154 using the different cards, a different D-channel protocol, or
164 using the different cards, a different D-channel protocol, or
[all …]
/linux-4.4.14/Documentation/virtual/kvm/devices/
Darm-vgic.txt8 Only one VGIC instance may be instantiated through either this API or the
52 GICv2 specs. Getting or setting such a register has the same effect as
53 reading or writing the register on the actual hardware from the cpu whose
61 -ENXIO: Getting or setting this register is not yet supported
62 -EBUSY: One or more VCPUs are running
74 defined in the GICv2 specs. Getting or setting such a register has the
75 same effect as reading or writing the register on the actual hardware.
85 Thus, preemption level X has one or more active interrupts if and only if:
95 -ENXIO: Getting or setting this register is not yet supported
96 -EBUSY: One or more VCPUs are running
[all …]
/linux-4.4.14/drivers/watchdog/
Drc32434_wdt.c73 #define SET_BITS(addr, or, nand) \ argument
74 writel((readl(&addr) | or) & ~nand, &addr)
94 u32 or, nand; in rc32434_wdt_start() local
104 or = 1 << RC32434_ERR_WRE; in rc32434_wdt_start()
109 SET_BITS(wdt_reg->errcs, or, nand); in rc32434_wdt_start()
116 or = 1 << RC32434_WTC_EN; in rc32434_wdt_start()
118 SET_BITS(wdt_reg->wtc, or, nand); in rc32434_wdt_start()
/linux-4.4.14/drivers/usb/gadget/udc/
DKconfig41 Say "y" to link the driver statically, or "m" to build a
52 Say "y" to link the driver statically, or "m" to build a
71 Say "y" to link the driver statically, or "m" to build a
85 Say "y" to link the driver statically, or "m" to build a
100 high speed or full speed USB device. This driver supppors
103 Say "y" to link the driver statically, or "m" to build a
124 Say "y" to link the driver statically, or "m" to build a
129 tristate "PXA 25x or IXP 4xx"
139 Say "y" to link the driver statically, or "m" to build a
161 Say "y" to link the driver statically, or "m" to build a
[all …]
/linux-4.4.14/sound/soc/cirrus/
DKconfig6 Say Y or M if you want to add support for codecs attached to
7 the EP93xx I2S or AC97 interfaces.
23 Say Y or M here if you want to add support for I2S audio on the
32 Say Y or M here if you want to add support for AC97 audio on the
42 Say Y or M here if you want to add support for I2S audio on the
/linux-4.4.14/arch/m68k/ifpsp060/
Dfpsp.doc24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc.
71 (2) | Entry Point | - user does "bra" or "jmp" to this address
97 would simply execute a "bra" or "jmp" that jumped to the selected function
207 or |
209 or |
219 or |
221 or |
270 or |
[all …]
Disp.doc24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc.
79 (2) | Entry Point | - user does a "bra" or "jmp" to this address
105 would simply execute a "bra" or "jmp" that jumped to the selected function
181 package calls either the "Call-out" _060_real_cas() or _060_real_cas2().
185 through the "Entry-point"s _060_isp_cas() or _060_isp_cas2().
191 If the "core" emulation routines of either "cas" or "cas2" perform some
194 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
196 "Entry-point" _060_isp_cas_finish() or _060_isp_cas2_finish().
[all …]
/linux-4.4.14/Documentation/power/
Dapm-acpi.txt1 APM or ACPI?
3 If you have a relatively recent x86 mobile, desktop, or server system,
4 odds are it supports either Advanced Power Management (APM) or
17 once. Some people with broken ACPI or broken APM implementations
26 daemons from your Linux distribution or from the Internet (see below)
28 Go ahead and start both. If ACPI or APM is not available on your
Dnotifiers.txt4 There are some operations that subsystems or drivers may want to carry out
5 before hibernation/suspend or after restore/resume, but they require the system
7 or even .prepare() and .complete() callbacks are not suitable for this purpose.
10 .resume() or .complete() routines (user land processes are frozen at these
15 The subsystems or drivers having such needs can register suspend notifiers that
24 hibernation image or an error occurred during
38 PM_POST_SUSPEND The system has just resumed or an error occurred during
52 NULL). To register and/or unregister a suspend notifier use the functions
/linux-4.4.14/arch/unicore32/lib/
Dcopy_template.S149 or r3, r3, r4 push #\b
151 or r4, r4, r5 push #\b
153 or r5, r5, r6 push #\b
155 or r6, r6, r7 push #\b
157 or r7, r7, r8 push #\b
159 or r8, r8, r9 push #\b
161 or r9, r9, r10 push #\b
163 or r10, r10, r11 push #\b
175 or r3, r3, r11 push #\b
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt32 3. How to change the CPU cpufreq policy and/or speed
103 BF522, BF523, BF524, BF525, BF526, BF527, Rev 0.1 or higher
104 BF531, BF532, BF533, Rev 0.3 or higher
105 BF534, BF536, BF537, Rev 0.2 or higher
106 BF561, Rev 0.3 or higher
107 BF542, BF544, BF547, BF548, BF549, Rev 0.1 or higher
114 frequencies and operating voltages "on the fly" without any kernel or
125 power-saving or more instantly available processing power.
134 "governor" is the "userspace" governor. This one allows the user - or
139 3. How to change the CPU cpufreq policy and/or speed
[all …]
Dboost.txt9 that file with either "0" (boosting disabled) or "1" (boosting allowed).
10 Reading or writing 1 does not mean that the system is boosting at this
21 (e.g. x86) or software (e.g ARM).
52 driver exports a sysfs knob to enable or disable it. There is a file:
54 which can either read "0" (boosting disabled) or "1" (boosting enabled).
59 On supported CPUs one can write either a "0" or a "1" into this file.
61 whole system (0) or will allow the software or hardware to boost at will
74 disable or enable the "Core Performance Boost" feature of some AMD CPUs.
79 which was simply reflected into each CPU's file. Writing a 0 or 1 into it
/linux-4.4.14/arch/mips/net/
Dbpf_jit_asm.S75 or t0, t0, t1
78 or t0, t0, t2
80 or $r_A, t0, t1
105 or $r_A, t0, t1
180 or t0, t0, t1
183 or t0, t0, t2
186 or $r_A, t0, t1
207 or $r_A, t0, t1
/linux-4.4.14/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt50 (1) to (1') - whole max width or height
51 (1) to (2) - sensor cropped left or top
52 (2) to (2') - sensor cropped width or height
54 (3) to (4) - CEU cropped left or top
55 (4) to (4') - CEU cropped width or height
56 (5) to (5') - reverse sensor scale applied to CEU cropped width or height
57 (2) to (5) - reverse sensor scale applied to CEU cropped left or top
115 "...specification does not define an origin or units. However by convention
/linux-4.4.14/Documentation/sound/alsa/soc/
Dclocking.txt12 or SYSCLK). This audio master clock can be derived from a number of sources
28 clock is sometimes referred to as LRC (left right clock) or FRAME. This clock
35 or
39 or
43 This relationship depends on the codec or SoC CPU in particular. In general
47 It is also desirable to use the codec (if possible) to drive (or master) the
/linux-4.4.14/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim…
18 blocked -> failfast [ label = "fast_io_fail_tmo\nexpired or\nreconnecting\nfailed" ];
19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
/linux-4.4.14/Documentation/w1/
Dw1.netlink8 1. Events. They are generated each time a new master or slave device
9 is found either due to automatic or requested search.
43 [struct w1_netlink_cmd] - command for given master or slave device.
61 Each connector message can include one or more w1_netlink_msg with
62 zero or more attached w1_netlink_cmd messages.
68 or master's id, which is assigned to bus master device
101 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH]
107 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH
128 Each command (either root, master or slave with or without w1_netlink_cmd
135 If reply is generated for master or root command (which do not have
[all …]
/linux-4.4.14/arch/mn10300/include/asm/
Dirqflags.h183 or EPSW_IE|MN10300_CLI_LEVEL,epsw; \
189 or EPSW_IE|EPSW_IM_7,epsw
208 or EPSW_IE,epsw
212 or EPSW_IE|(level),epsw
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
Dkernel-entry-init.h49 or t1, t1, t0 # Physical load address of kernel text
50 or t2, t2, t0 # Physical load address of kernel data
56 or t0, t0, t1
59 or t0, t0, t2
91 or t0, t0, t1
/linux-4.4.14/arch/arm/boot/dts/
Dvf610m4.dtsi7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Duniphier-ref-daughter.dtsi7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Daxp152.dtsi7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Drk3288-firefly.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dsun5i-r8.dtsi8 * of the GPL or the X11 license, at your option. Note that this dual
12 * a) This file is free software; you can redistribute it and/or
15 * License, or (at your option) any later version.
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 * copy, modify, merge, publish, distribute, sublicense, and/or
34 * included in all copies or substantial portions of the Software.
Dsun6i-a31s.dtsi5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This library is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dcros-ec-sbs.dtsi7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Darmada-390.dtsi9 * of the GPL or the X11 license, at your option. Note that this dual
13 * a) This file is free software; you can redistribute it and/or
16 * License, or (at your option) any later version.
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
Darmada-398.dtsi9 * of the GPL or the X11 license, at your option. Note that this dual
13 * a) This file is free software; you can redistribute it and/or
16 * License, or (at your option) any later version.
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
Dsun5i-a13-q8-tablet.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Duniphier-support-card.dtsi7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Dat91sam9xe.dtsi8 * of the GPL or the X11 license, at your option. Note that this dual
12 * a) This file is free software; you can redistribute it and/or
15 * License, or (at your option) any later version.
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 * copy, modify, merge, publish, distribute, sublicense, and/or
34 * included in all copies or substantial portions of the Software.
Drk3288-firefly-beta.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dalpine-db.dts4 * This program is free software; you can redistribute it and/or modify it
8 * Alternatively, redistribution and use in source and binary forms, with or
17 * the documentation and/or other materials provided with the
21 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Duniphier-proxstream2-gentil.dts7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Dimx6q-apf6dev.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * the License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dstm32429i-eval.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dsun8i-a23-ippo-q8h-v1.2.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dsun8i-a33-q8-tablet.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dmeson8b-mxq.dts6 * of the GPL or the X11 license, at your option. Note that this dual
10 * a) This library is free software; you can redistribute it and/or
13 * License, or (at your option) any later version.
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
Dsunxi-q8-common.dtsi5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dsun8i-a23-q8-tablet.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dimx6q-gw551x.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * the License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dimx6dl-apf6dev.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * the License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dsun8i-a23-ippo-q8h-v5.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dstm32f429-disco.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dsun8i-a33-ippo-q8h-v1.2.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dmeson8b-odroidc1.dts6 * of the GPL or the X11 license, at your option. Note that this dual
10 * a) This library is free software; you can redistribute it and/or
13 * License, or (at your option) any later version.
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
Dimx6dl-gw551x.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * the License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dcx92755_equinox.dts9 * of the GPL or the X11 license, at your option. Note that this dual
13 * a) This file is free software; you can redistribute it and/or
16 * License, or (at your option) any later version.
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
Dmeson6-atv1200.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This library is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * copy, modify, merge, publish, distribute, sublicense, and/or
36 * included in all copies or substantial portions of the Software.
Dsun8i-a33-et-q8-v1.6.dts5 * of the GPL or the X11 license, at your option. Note that this dual
9 * a) This file is free software; you can redistribute it and/or
12 * License, or (at your option) any later version.
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * included in all copies or substantial portions of the Software.
Dvf610m4-colibri.dts7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Duniphier-proxstream2-vodka.dts7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This file is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
/linux-4.4.14/Documentation/filesystems/
Dhfs.txt28 Specifies the umask used for all files , all directories or all
52 o You can't modify the set-uid, set-gid, sticky or executable bits or the uid
54 o You can't create hard- or symlinks, device files, sockets or FIFOs.
61 o You can't create, delete or rename resource forks of files or the
64 along with the corresponding data fork or directory.
Dfuse.txt14 Non-privileged mount (or user mount):
24 connection exists until either the daemon dies, or the filesystem is
25 umounted. Note that detaching (or lazy umounting) the filesystem
94 filesystem is free to implement its access policy or leave it to
136 userspace or being processed by the filesystem daemon. If there is
138 filesystem is hung or deadlocked.
146 Only the owner of the mount may read or write these files.
155 fatal (SIGKILL or unhandled fatal signal), then the request is
170 or may honor them by sending a reply to the _original_ request, with
183 some timeout and/or a number of new requests to arrive, after which it
[all …]
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt11 bus-specific address but no associated name, or something like
16 desired address and read or write a register.
19 single read or write per system call. However, as a result of Unix read
20 and write semantics, users can simply fread or fwrite bigger areas in
21 order to dump or store bigger memory areas.
45 device and read or write a word or a whole area. Actually, the program
50 begin with "+" is the number of bytes to read or write. In case of
/linux-4.4.14/Documentation/sound/oss/
DAudioExcelDSP1613 You have to configure the sound card (Sound Blaster or Microsoft Sound System)
17 of the Audio Excel initialization: it must be the same as the SBPRO (or MSS)
33 io I/O base address (0x220 or 0x240)
34 irq irq line (5, 7, 9, 10 or 11)
35 dma dma channel (0, 1 or 3)
39 (0x530 or 0xE80)
41 (0x300, 0x310, 0x320 or 0x330)
42 mpu_irq MPU-401 irq line (5, 7, 9, 10 or 0)
63 With the above configuration, loading ad1848 or opl3 modules, will
72 For all the non-supported audio cards, you have to boot MS-DOS (or WIN95)
/linux-4.4.14/Documentation/isdn/
DREADME.diversion3 Active cards, TAs and cards using a own or other driver than the HiSax
8 by Werner Cornelius (werner@isdn4linux.de or werner@titro.de) under the
11 This program is free software; you can redistribute it and/or modify
13 the Free Software Foundation; either version 2 of the License, or
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46 unconditionally (CFU), when not reachable (CFNR) or on busy condition
50 with a special (or all) service identifiers are forwarded if the
57 compared to the mechanism of ipfwadm or ipchains. If a given rule matches
62 matches to all filtered calls or only those when all B-channel resources
65 direct divert or delayed divert of a call.
[all …]
/linux-4.4.14/arch/frv/lib/
Datomic64-ops.S29 or.p gr8,gr8,gr4
30 or gr9,gr9,gr5
51 or.p gr8,gr8,gr4
52 or gr9,gr9,gr5
Doutsl_sw.S31 or gr5,gr6,gr5
35 or gr5,gr7,gr5
37 or gr5,gr6,gr5
/linux-4.4.14/arch/cris/arch-v10/lib/
Ddram_init.S61 and.d 0x1000, $r3 ; 50 or 100 MHz?
68 or.d 0x20, $r2 ; CAS latency = 3
75 or.d 0x20, $r2 ; CAS latency = 3
87 or.d 0x80000000, $r1 ; Make sure sdram enable bit is set
89 or.d 0x0000c000, $r1 ; ref = disable
91 or.d $r2, $r1
107 or.d $r1, $r4
/linux-4.4.14/sound/soc/rockchip/
DKconfig5 Say Y or M if you want to add support for codecs attached to
14 Say Y or M if you want to add support for I2S driver for
23 Say Y or M if you want to add support for SPDIF driver for
33 Say Y or M here if you want to add support for SoC audio on Rockchip
42 Say Y or M here if you want to add support for SoC audio on Rockchip
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt63 - Install nfs-utils-1.1.2 or greater on the client
66 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils
68 recommend using nfs-utils-1.1.2 or greater). To see which version of
73 If the version is less than 1.1.2 or the command does not exist,
94 or v4 mounts. To initiate a v4 mount, the binary must be called
105 NOTE: mount.nfs and therefore nfs-utils-1.1.2 or greater is only needed
127 Enable the appropriate IB HCA support (mlx4, mthca, ehca, ipath, etc.) or
134 Your kernel configuration must also have NFS file system support and/or
145 - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client
147 - M if both SUNRPC and INFINIBAND are on (M or Y) and at least one is M,
[all …]
/linux-4.4.14/fs/fuse/
DKconfig16 If you want to develop a userspace FS, or if you want to use
17 a filesystem based on FUSE, answer Y or M.
26 If you want to develop or use a userspace character device
27 based on CUSE, answer Y or M.
/linux-4.4.14/arch/arm64/boot/dts/marvell/
Dberlin4ct-stb.dts7 * of the GPLv2 or the X11 license, at your option. Note that this dual
11 * a) This library is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
Dberlin4ct-dmp.dts7 * of the GPLv2 or the X11 license, at your option. Note that this dual
11 * a) This library is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * included in all copies or substantial portions of the Software.
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a-simu.dts9 * of the GPL or the X11 license, at your option. Note that this dual
13 * a) This library is free software; you can redistribute it and/or
16 * License, or (at your option) any later version.
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * copy, modify, merge, publish, distribute, sublicense, and/or
35 * included in all copies or substantial portions of the Software.
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt18 To program the FPGA from a file or from a buffer:
32 For both these functions, flags == 0 for normal full reconfiguration or
34 ends up in operating mode. Return 0 on success or a negative error code.
44 Given a DT node, get an exclusive reference to a FPGA manager or release
48 To register or unregister the low level FPGA-specific driver:
73 /* flags indicates whether to do full or partial reconfiguration */
99 /* flags indicates whether to do full or partial reconfiguration */
153 success or negative error codes otherwise.
157 2. .write (may be called once or multiple times)
163 whole FPGA image or may be a smaller chunk of an FPGA image. In the latter
/linux-4.4.14/arch/sparc/include/asm/
Dtsb.h157 or REG1, %lo(swapper_pg_dir), REG1; \
189 or REG1, REG2, REG1; \
218 or REG1, REG2, REG1; \
267 or REG1, %lo(prom_trans), REG1; \
304 or REG1, %ulo(swapper_tsb), REG1; \
305 or REG2, %lo(swapper_tsb), REG2; \
310 or REG1, REG2, REG1; \
327 or REG1, %ulo(swapper_4m_tsb), REG1; \
328 or REG2, %lo(swapper_4m_tsb), REG2; \
333 or REG1, REG2, REG1; \
/linux-4.4.14/drivers/usb/dwc3/
DKconfig6 Say Y or M here if your system has a Dual Role SuperSpeed
61 Say 'Y' or 'M' here if you have one such device
69 say 'Y' or 'M' if you have one such device.
77 'Y' or 'M' here.
88 Say 'Y' or 'M' here if you have one such device
97 Say 'Y' or 'M' if you have one such device.
105 say 'Y' or 'M' if you have one such device.
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig22 sources bulk data; or it loops back a configurable number of
39 Say "y" to link the driver statically, or "m" to build a
72 Say "y" to link the driver statically, or "m" to build a
119 Say "y" to link the driver statically, or "m" to build a
173 Say "y" to link the driver statically, or "m" to build a
185 Say "y" to link the driver statically, or "m" to build a
198 implemented in kernel space (for instance Ethernet, serial or
201 If you say "y" or "m" here you will be able what kind of
204 Say "y" to link the driver statically, or "m" to build
239 As its storage repository it can use a regular file or a block
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Darm,sp804.txt8 the combined interrupt or if "arm,sp804-has-irq" is present that
11 - clocks: clocks driving the dual timer hardware. This list should be 1 or 3
18 specifies if the irq connection is for timer 1 or timer 2. A value of 1
19 or 2 should be used.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt11 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or
13 battery is removed or in very low power state. The backup battery
14 can be chargeable or non-chargeable. This flag will tells whether
15 battery is chargeable or not. If charging battery then driver can
/linux-4.4.14/Documentation/devicetree/bindings/spmi/
Dspmi.txt4 controller is modelled in device tree as a node with zero or more child nodes,
13 An SPMI controller node can contain zero or more child nodes representing slave
16 SPMI_USID (0) or SPMI_GSID (1) for Unique Slave ID or Group Slave ID respectively.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dpca963x.txt1 LEDs connected to pca9632, pca9633 or pca9634
4 - compatible : should be : "nxp,pca9632", "nxp,pca9633", "nxp,pca9634" or "nxp,pca9635"
15 - reg : number of LED line (could be from 0 to 3 in pca9632 or pca9633,
16 0 to 7 in pca9634, or 0 to 15 in pca9635)
/linux-4.4.14/Documentation/spi/
Dspidev20 they need to access kernel interfaces (such as IRQ handlers or other layers
37 device node with a "dev" attribute that will be understood by udev or mdev.
44 that userspace programs will open, created by "udev" or "mdev".
50 binds to that device. (Directory or symlink, based on whether
51 or not you enabled the "deprecated sysfs files" Kconfig option.)
80 Several ioctl() requests let your driver read or override the device's current
84 return (RD) or assign (WR) the SPI transfer mode. Use the constants
85 SPI_MODE_0..SPI_MODE_3; or if you prefer you can combine SPI_CPOL
86 (clock polarity, idle high iff this is set) or SPI_CPHA (clock phase,
92 which will return (RD) or assign (WR) the full SPI transfer mode,
[all …]
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt10 I shall not be held responsible for any damage or harm caused if you try to
21 CS is the checksum. It is equal to the exclusive or of all bytes.
26 data corruption is handled or unsignificant.
37 02 Y-Axis lsb, or gas pedal for a wheel
38 03 Y-Axis msb, or brake pedal for a wheel
86 08-09 Address of periodicity or magnitude parameters
87 0a-0b Address of attack and fade parameters, or ffff if none.
88 *or*
89 08-09 Address of interactive parameters for X-axis, or ffff if not applicable
90 0a-0b Address of interactive parameters for Y-axis, or ffff if not applicable
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.txt4 - left-right: each channel drives the left or right half of the screen
5 - even-odd: each channel drives the even or odd lines of the screen
8 driven by the first link (DSI-LINK1), left or even, is considered the primary
10 to the peripheral driven by the second link (DSI-LINK2, right or odd).
14 is possible to program either link to drive the left/even or right/odd pixels
/linux-4.4.14/scripts/genksyms/
Dparse.tab.h_shipped7 This program is free software: you can redistribute it and/or modify
9 the Free Software Foundation, either version 3 of the License, or
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
/linux-4.4.14/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dts7 * of the GPL or the X11 license, at your option. Note that this dual
11 * a) This library is free software; you can redistribute it and/or
14 * License, or (at your option) any later version.
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 * copy, modify, merge, publish, distribute, sublicense, and/or
38 * included in all copies or substantial portions of the Software.
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt38 such as mach-bast.c or mach-smdk2410.c
41 board implements extra power control or over-current monitoring.
64 Called to enable or disable the power on the port.
68 Called to enable or disable the over-current monitoring.
69 This should claim or release the resources being used to
84 This is struct describes each port, 0 or 1. The platform driver
/linux-4.4.14/Documentation/wimax/
DREADME.i2400m11 * Linux installation with Linux kernel 2.6.22 or newer (if building
13 * Intel i2400m Echo Peak or Baxter Peak; this includes the Intel
21 linux-dev-VERSION or linux-headers-VERSION).
32 If USB or SDIO are not enabled in the kernel configuration, the options
33 to build the i2400m USB or SDIO drivers will not show. Enable said
55 directory or if you want to build for a kernel that is not the
64 The firmware can be obtained from http://linuxwimax.org or might have
71 * NOTE: if your firmware came in an .rpm or .deb file, just install
72 it as normal, with the rpm (rpm -i FIRMWARE.rpm) or dpkg
74 * BUSTYPE will be usb or sdio, depending on the hardware you have.
[all …]
/linux-4.4.14/usr/
DKconfig9 This can be either a single cpio archive with a .cpio suffix or a
54 Support loading of a gzip encoded initial ramdisk or cpio buffer.
63 Support loading of a bzip2 encoded initial ramdisk or cpio buffer
72 Support loading of a LZMA encoded initial ramdisk or cpio buffer
81 Support loading of a XZ encoded initial ramdisk or cpio buffer.
90 Support loading of a LZO encoded initial ramdisk or cpio buffer
99 Support loading of a LZ4 encoded initial ramdisk or cpio buffer
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt3 Hardware modules that control pin multiplexing or configuration parameters
28 nodes. The decision to do this or not somewhat rests with the author of
43 IDs that must be provided, or whether to define the set of state names that
51 controllers may be configured, or so that a state may be built
59 used in an SoC either without a pin controller, or where the
136 (either this or "pins" must be specified)
138 this or "groups" must be specified)
163 where they are applicable; not all of these properties are relevant or useful
164 for all hardware or binding structures. Each individual binding document
171 apply to (either this or "group" has to be
[all …]
/linux-4.4.14/arch/sh/lib64/
Dcopy_user_memcpy.S27 ! 2.: When there are two or three bytes in the last word of an 11-or-more
84 or r6, r7, r6
109 or r6, r7, r6
128 or r0, r1, r0
137 or r0, r1, r0
145 or r0, r1, r0
147 or r8, r9, r8
153 or r6, r7, r6
212 or r1, r7, r1
Dmemcpy.S29 ! 2.: When there are two or three bytes in the last word of an 11-or-more
69 or r6, r7, r6
94 or r6, r7, r6
113 or r0, r1, r0
122 or r0, r1, r0
130 or r0, r1, r0
132 or r8, r9, r8
138 or r6, r7, r6
196 or r1, r7, r1
/linux-4.4.14/Documentation/devicetree/bindings/extcon/
Dextcon-arizona.txt12 ARIZONA_ACCDET_MODE_HPL or 1 - Headphone detect mode is set to HPDETL
13 ARIZONA_ACCDET_MODE_HPR or 2 - Headphone detect mode is set to HPDETR
14 If this node is not mentioned or if the value is unknown, then

12345678910>>...24