/linux-4.1.27/arch/powerpc/lib/ |
D | feature-fixups-test.S | 22 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.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 72 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.1.27/include/scsi/ |
D | osd_initiator.h | 126 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.1.27/arch/sh/kernel/vsyscall/ |
D | vsyscall-sigreturn.S | 11 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.1.27/arch/frv/kernel/ |
D | head.S | 69 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.1.27/arch/microblaze/lib/ |
D | fastcopy.S | 121 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.1.27/drivers/block/ |
D | osdblk.c | 146 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.1.27/fs/exofs/ |
D | ore.c | 326 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.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_backlight.c | 101 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.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | goodix.txt | 6 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.1.27/Documentation/ |
D | printk-formats.txt | 3 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.1.27/Documentation/scsi/ |
D | LICENSE.qla4xxx | 35 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 …]
|
D | LICENSE.qla2xxx | 36 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 …]
|
D | dpti.txt | 3 * 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.
|
D | g_NCR5380.txt | 9 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
|
D | LICENSE.FlashPoint | 7 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
|
D | qlogicfas.txt | 26 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.1.27/Documentation/networking/ |
D | LICENSE.qlge | 34 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 …]
|
D | LICENSE.qlcnic | 34 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 …]
|
D | cs89x0.txt | 63 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 …]
|
D | igbvf.txt | 20 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:
|
D | e100.txt | 45 website. In the search field, enter your adapter name or type, or use the 98 startup scripts and/or configuration files. Many popular Linux 102 driver or module name, the name for the Linux Base Driver for the Intel 130 version 1.6 or later is required for this functionality. 140 WoL will be enabled on the system during the next shut down or reboot. For 142 loaded when shutting down or rebooting the system. 164 (this only works if your kernel's version is higher than 2.4.5), or 167 in different switches or in a switch partitioned to VLANs). 177 or the Intel Wired Networking project hosted by Sourceforge at: 190 between you ('Licensee') and Intel. Do not use or load this software or any [all …]
|
D | fore200e.txt | 14 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.
|
D | e1000.txt | 25 website. In the search field, enter your adapter name or type, or use the 65 either one or two-directional. If both Duplex and the link partner are 67 link partner is forced (either full or half), Duplex defaults to half- 80 (not supported on Intel(R) 82542, 82543 or 82544-based adapters) 90 Setting InterruptThrottleRate to a value greater or equal to 100 102 Since 7.3.x, the driver has two adaptive modes (setting 1 or 3) in which 112 for small amounts of traffic and/or a significant percentage of small 113 packets; and "Lowest latency", for almost completely small packets or 118 latency" or "Lowest latency" class, the InterruptThrottleRate is increased 121 For situations where low latency is vital such as cluster or [all …]
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | b4420qds.dts | 6 * 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
|
D | b4qds.dtsi | 6 * 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
|
D | p5040ds.dts | 6 * 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.1.27/ |
D | COPYING | 11 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.1.27/arch/powerpc/boot/dts/fsl/ |
D | b4420si-pre.dtsi | 6 * 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
|
D | p5040si-pre.dtsi | 6 * 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
|
D | b4420si-post.dtsi | 6 * 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
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 24 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.1.27/drivers/staging/rtl8192e/ |
D | license | 30 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.1.27/drivers/staging/rtl8192u/ |
D | copying | 24 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.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | mcp3422.txt | 5 "microchip,mcp3422" or 6 "microchip,mcp3423" or 7 "microchip,mcp3424" or 8 "microchip,mcp3426" or 9 "microchip,mcp3427" or
|
/linux-4.1.27/arch/sparc/kernel/ |
D | una_asm_32.S | 98 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
|
D | una_asm_64.S | 90 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
|
D | sun4v_tlb_miss.S | 201 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 …]
|
D | spiterrs.S | 29 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 177 109: or %g7, %lo(109b), %g7 198 109: or %g7, %lo(109b), %g7 218 109: or %g7, %lo(109b), %g7 238 109: or %g7, %lo(109b), %g7
|
D | trampoline_64.S | 59 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 …]
|
D | entry.S | 129 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 …]
|
D | trampoline_32.S | 31 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.1.27/Documentation/fb/ |
D | sisfb.txt | 40 (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 …]
|
D | pxafb.txt | 5 options=<OPTIONS> when modular or video=pxafb:<OPTIONS> when built in. 9 or on the kernel command line 13 Amount of video memory to allocate (can be suffixed with K or M 14 for kilobytes or megabytes) 37 Active (TFT) or Passive (STN) display 40 Single or dual panel passive display 43 4 or 8 pixel monochrome single panel data 83 bpp = 16 -- for RGB565 or RGBT555
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 43 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 :
|
D | ev67-strchr.S | 37 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 :
|
D | stxncpy.S | 60 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 …]
|
D | ev6-stxncpy.S | 72 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 …]
|
D | stxcpy.S | 52 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 …]
|
D | ev6-stxcpy.S | 64 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 …]
|
D | memchr.S | 56 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).
|
D | strncpy.S | 36 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
|
D | strchr.S | 25 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 :
|
D | ev6-csum_ipv6_magic.S | 82 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
|
D | ev67-strrchr.S | 40 or t2, t4, a1 # E : 000000000000chch 45 or t5, t3, t3 # E : 00000000chch0000 49 or t4, a1, a1 # E : chch00000000chch 50 or t2, t3, t2 # E : 0000chchchch0000 51 or a1, t2, a1 # E : chchchchchchchch 86 or t4, t5, t4 # E : ... and including the null
|
D | ev6-memchr.S | 53 or $2, $17, $17 # E : 000000000000chch 58 or $2, $17, $17 # E : 00000000chchchch 61 or $2, $17, $17 # E : chchchchchchchch 64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3 69 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16 129 or $1, $2, $1 # E : U L U L $1 = ====ffffffffffff 139 # last quad may or may not be partial).
|
/linux-4.1.27/arch/sparc/mm/ |
D | ultra.S | 68 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.1.27/sound/soc/tegra/ |
D | Kconfig | 9 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.1.27/arch/mn10300/mm/ |
D | cache.inc | 6 * 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.1.27/arch/frv/lib/ |
D | atomic64-ops.S | 29 or.p gr8,gr8,gr10 52 or.p gr8,gr8,gr10 75 or.p gr8,gr8,gr4 76 or gr9,gr9,gr5 99 or.p gr8,gr8,gr4 100 or gr9,gr9,gr5 123 or.p gr8,gr8,gr4 124 or gr9,gr9,gr5 145 or.p gr8,gr8,gr4 146 or gr9,gr9,gr5
|
D | atomic-ops.S | 50 or.p gr8,gr8,gr10 56 or gr8,gr10,gr11 72 or.p gr8,gr8,gr10 94 or.p gr8,gr8,gr10 116 or.p gr8,gr8,gr10 138 or.p gr8,gr8,gr10 159 or.p gr8,gr8,gr11
|
D | outsl_sw.S | 31 or gr5,gr6,gr5 35 or gr5,gr7,gr5 37 or gr5,gr6,gr5
|
/linux-4.1.27/arch/sparc/lib/ |
D | GENpatch.S | 10 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; \
|
D | U3patch.S | 10 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; \
|
D | NG2patch.S | 10 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; \
|
D | NGpatch.S | 10 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; \
|
D | NG4patch.S | 10 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; \
|
D | ashrdi3.S | 14 or %g0, 32, %g2 30 or %g2, %g3, %o5 32 or %g0, %o4, %o0 33 or %g0, %o5, %o1
|
D | GENbzero.S | 24 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; \
|
D | NGbzero.S | 23 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; \
|
D | GENpage.S | 54 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; \
|
D | strlen.S | 25 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.1.27/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 82 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.1.27/Documentation/hwmon/ |
D | pmbus | 147 inX_input Measured voltage. From READ_VIN or READ_VOUT register. 149 From VIN_UV_WARN_LIMIT or VOUT_UV_WARN_LIMIT register. 151 From VIN_OV_WARN_LIMIT or VOUT_OV_WARN_LIMIT register. 153 From VIN_UV_FAULT_LIMIT or VOUT_UV_FAULT_LIMIT register. 155 From VIN_OV_FAULT_LIMIT or VOUT_OV_FAULT_LIMIT register. 162 inX_label "vin", "vcap", or "voutY" 164 currX_input Measured current. From READ_IIN or READ_IOUT register. 166 From IIN_OC_WARN_LIMIT or IOUT_OC_WARN_LIMIT register. 170 From IIN_OC_FAULT_LIMIT or IOUT_OC_FAULT_LIMIT register. 172 From IIN_OC_WARNING or IOUT_OC_WARNING status. [all …]
|
D | max197 | 35 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.
|
D | ds1621 | 54 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
|
D | lm87 | 40 readings can be divided by a programmable divider (1, 2, 4 or 8) to give 41 the readings more range or accuracy. Not all RPM values can accurately be 47 minimum or maximum limit. Note that minimum in this case always means 74 - in0+in5 (default) or temp3 75 - fan1 (default) or in6 76 - fan2 (default) or in7 77 - VID lines (default) or IRQ lines (not handled by this driver)
|
D | w83l786ng | 35 or 128 for fan 1/2) to give the readings more range or accuracy. 39 or maximum limit. 44 pwm[1-2] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-online | 7 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
|
D | sysfs-devices-platform-docg3 | 6 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.
|
D | sysfs-class-net-grcan | 9 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
|
D | sysfs-platform-msi-laptop | 13 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
|
D | sysfs-driver-hid-lenovo | 6 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
|
D | sysfs-memory-page-offline | 9 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.1.27/Documentation/s390/ |
D | qeth.txt | 8 a primary or a secondary Bridge Port. For more information, see 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.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 12 or 14 or 16 or 18 or 20 or 26 without debuginfo, or by C expressions (C line numbers, C function names, 39 or lines. If a path of module file is passed, perf-probe 86 Show available functions in given module or kernel. With -x/--exec, 110 Specify path to the executable or shared library file for user 141 …sible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'S… [all …]
|
/linux-4.1.27/arch/mips/kernel/ |
D | bmips_vec.S | 43 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.1.27/arch/powerpc/boot/ |
D | div64.S | 40 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.1.27/drivers/staging/speakup/ |
D | Kconfig | 18 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 …]
|
D | spkguide.txt | 13 Permission is granted to copy, distribute and/or modify this document 14 under the terms of the GNU Free Documentation License, Version 1.2 or 24 for installing or obtaining Speakup, visit the web site at 26 Linux kernel source tree. It can be built as a series of modules, or as 46 synthesizer, and that it is either installed in or connected to your 59 synthesizer set, or you would like to use a different synthesizer than 65 This command would tell Speakup to look for and use a LiteTalk or 81 ltlk -- DoubleTalk LT, LiteTalk, or external Tripletalk (db9 serial only) 156 Once you've logged in, you can run any Linux command or program which is 160 When you are running a program or command, Speakup will automatically [all …]
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 9 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 …]
|
D | hugetlbpage.txt | 14 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.1.27/Documentation/devicetree/bindings/usb/ |
D | fsl-usb.txt | 10 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.1.27/Documentation/usb/ |
D | error-codes.txt | 26 -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 …]
|
D | gadget_serial.txt | 9 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 …]
|
D | callbacks.txt | 17 * 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.1.27/firmware/keyspan/ |
D | usa19qi.HEX | 88 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
|
D | usa19.HEX | 88 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
|
D | mpr.HEX | 87 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
|
D | usa28xa.HEX | 128 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
|
D | usa28xb.HEX | 129 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
|
D | usa19w.HEX | 128 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
|
D | usa28x.HEX | 128 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
|
D | usa19qw.HEX | 129 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
|
D | usa18x.HEX | 128 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
|
D | usa28.HEX | 135 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
|
D | usa49w.HEX | 132 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
|
D | usa49wlc.HEX | 133 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.1.27/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 4 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>
|
D | stable_api_nonsense.txt | 4 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 >
|
D | SubmitChecklist | 4 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.1.27/arch/m32r/lib/ |
D | ashxdi3.S | 36 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 …]
|
D | memset.S | 43 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.1.27/drivers/mmc/host/ |
D | Kconfig | 13 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. 140 If you have a controller with this interface, say Y or M here. 154 If you have a controller with this interface, say Y or M here. [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 7 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.1.27/drivers/scsi/ufs/ |
D | Kconfig | 11 # 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.1.27/fs/jffs2/ |
D | LICENCE | 6 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.1.27/fs/jbd2/ |
D | Kconfig | 10 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.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 28 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.1.27/drivers/isdn/hisax/ |
D | Kconfig | 26 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.1.27/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 8 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 61 -ENODEV: Getting or setting this register is not yet supported 62 -EBUSY: One or more VCPUs are running 73 defined in the GICv2 specs. Getting or setting such a register has the 74 same effect as reading or writing the register on the actual hardware. 84 Thus, preemption level X has one or more active interrupts if and only if: 94 -ENODEV: Getting or setting this register is not yet supported 95 -EBUSY: One or more VCPUs are running [all …]
|
/linux-4.1.27/drivers/watchdog/ |
D | rc32434_wdt.c | 73 #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.1.27/sound/soc/cirrus/ |
D | Kconfig | 6 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.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 41 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.1.27/arch/m68k/ifpsp060/ |
D | fpsp.doc | 24 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 …]
|
D | isp.doc | 24 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.1.27/Documentation/power/ |
D | apm-acpi.txt | 1 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
|
D | notifiers.txt | 4 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
|
D | swsusp-dmcrypt.txt | 12 You know how to create or how to modify an initrd. 16 system for crypto setup and/or rescue purposes. You may even have 21 have to be able to either enter a passphrase or that you read 23 or an usb stick prior to resume. So you need an initrd, that sets 41 Prepare your boot loader to use the initrd you will create or 50 Finally you need to create or modify your initrd. Lets assume 119 First we have to decide if we want to try to resume, or not. 120 We will not resume if booting with "noresume" or any parameters 121 for init like "single" or "emergency" as boot parameters. 128 regardless if resuming or not, otherwise later suspend will fail.
|
/linux-4.1.27/arch/unicore32/lib/ |
D | copy_template.S | 149 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.1.27/Documentation/cpu-freq/ |
D | user-guide.txt | 32 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 …]
|
D | boost.txt | 9 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.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 50 (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.1.27/Documentation/sound/alsa/soc/ |
D | clocking.txt | 12 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.1.27/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 16 …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.1.27/Documentation/w1/ |
D | w1.netlink | 8 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.1.27/arch/mn10300/include/asm/ |
D | irqflags.h | 183 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.1.27/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 49 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.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 11 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.1.27/Documentation/filesystems/ |
D | hfs.txt | 28 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.
|
D | fuse.txt | 14 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 …]
|
D | spufs.txt | 14 The file system provides a name space similar to posix shared memory or 21 ally add or remove files. 34 tem calls like read(2) or write(2), but often support only a subset of 132 many words can be read from mbox or ibox or how many words can be 141 read from (for mbox_stat and ibox_stat) or written to (for 142 wbox_stat) the respective mail box without blocking or resulting 174 spu_tag_mask, event_mask or srr0 file are: 188 beginning to the first non-numeric character or the end of the 214 files can be read from the SPU through a channel read or from host user 216 is reset to zero. The possible operations on an open signal1 or sig- [all …]
|
D | gfs2-uevents.txt | 25 The ONLINE uevent is generated after a successful mount or remount. It 42 success (or otherwise) of the operation. These uevents are generated 44 process or as the result of gfs_controld requesting a specific journal 52 uevent for a successful mount or remount. 64 or at the end of a umount of the filesystem. All REMOVE uevents will 76 line (locktable=) or via fstab. It is used as a filesystem label 83 on the mount command line, or via fstab. It will be either 84 lock_nolock or lock_dlm. In the future other lock managers
|
/linux-4.1.27/Documentation/sound/oss/ |
D | AudioExcelDSP16 | 13 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.1.27/Documentation/isdn/ |
D | README.diversion | 3 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.1.27/arch/cris/arch-v10/lib/ |
D | dram_init.S | 61 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.1.27/fs/fuse/ |
D | Kconfig | 16 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.1.27/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 63 - 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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf110.c | 790 exec_lookup(struct nv50_disp_priv *priv, int head, int or, u32 ctrl, in exec_lookup() argument 798 if (or < 4) { in exec_lookup() 802 or -= 4; in exec_lookup() 817 mask |= 0x0001 << or; in exec_lookup() 843 int or; in exec_script() local 845 for (or = 0; !(ctrl & (1 << head)) && or < 8; or++) { in exec_script() 846 ctrl = nv_rd32(priv, 0x640180 + (or * 0x20)); in exec_script() 851 if (or == 8) in exec_script() 854 outp = exec_lookup(priv, head, or, ctrl, &data, &ver, &hdr, &cnt, &len, &info); in exec_script() 880 int or; in exec_clkcmp() local [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | rk3288-firefly.dts | 5 * 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.
|
D | rk3288-firefly-beta.dts | 5 * 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.
|
D | at91sam9xe.dtsi | 8 * 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.
|
D | armada-398.dtsi | 9 * 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.
|
D | armada-390.dtsi | 9 * 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.
|
D | alpine-db.dts | 4 * 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
|
D | cx92755_equinox.dts | 9 * 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.
|
D | sun6i-a31s.dtsi | 5 * 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.
|
D | meson6-atv1200.dts | 5 * 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.
|
D | imx6dl-cubox-i.dts | 5 * 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 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.
|
D | imx6qdl-microsom.dtsi | 5 * 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 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.
|
D | meson6.dtsi | 5 * 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.
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 5 * 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.
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.h_shipped | 7 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.1.27/drivers/bluetooth/ |
D | Kconfig | 22 kernel or say M to compile it as module (btusb). 44 kernel or say M to compile it as module (btsdio). 57 kernel or say M to compile it as module (hci_uart). 112 communication may have bit errors, overrun errors or burst 148 kernel or say M to compile it as module (bcm203x). 159 kernel or say M to compile it as module (bpa10x). 172 kernel or say M to compile it as module (bfusb). 185 kernel or say M to compile it as module (dtl1_cs). 199 kernel or say M to compile it as module (bt3c_cs). 212 kernel or say M to compile it as module (bluecard_cs). [all …]
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | tsb.h | 157 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.1.27/drivers/usb/dwc3/ |
D | Kconfig | 6 Say Y or M here if your system has a Dual Role SuperSpeed 54 Say 'Y' or 'M' here if you have one such device 62 say 'Y' or 'M' if you have one such device. 70 'Y' or 'M' here. 81 Say 'Y' or 'M' here if you have one such device 90 Say 'Y' or 'M' if you have one such device. 98 say 'Y' or 'M' if you have one such device.
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 22 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.1.27/Documentation/devicetree/bindings/timer/ |
D | arm,sp804.txt | 8 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.1.27/Documentation/devicetree/bindings/leds/ |
D | pca963x.txt | 1 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.1.27/Documentation/devicetree/bindings/spmi/ |
D | spmi.txt | 4 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.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 11 - 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.1.27/Documentation/input/ |
D | iforce-protocol.txt | 10 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 …]
|
D | atarikbd.txt | 17 different applications of the keyboard, joysticks, or mouse. Limited use of 46 approximately 200 counts (phase changes or 'clicks') per inch of travel. The 51 within the ikbd, or by converting mouse motion into keyboard cursor control 53 The mouse buttons can be treated as part of the mouse or as additional 60 button being pressed or released, or motion in either axis exceeding a 64 significantly more than the threshold delta x or y. This may happen since no 107 changed (i.e. for each opening or closing of a joystick switch or trigger). 111 ; where x is Joystick 0 or 1 131 It remains in this mode until reset or commanded into another mode. The PAUSE 141 until reset or commanded into another mode. The PAUSE command in this mode not [all …]
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 20 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.1.27/Documentation/devicetree/bindings/panel/ |
D | sharp,lq101r1sx01.txt | 4 - 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.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 38 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.1.27/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 7 * 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.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a-simu.dts | 9 * 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 34 * copy, modify, merge, publish, distribute, sublicense, and/or 40 * included in all copies or substantial portions of the Software.
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 11 * 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.1.27/usr/ |
D | Kconfig | 9 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.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 3 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.1.27/arch/sh/lib64/ |
D | memcpy.S | 29 ! 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
|
D | copy_user_memcpy.S | 27 ! 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
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 275 or SP, ZERO, r5 396 or SP, ZERO, r5 437 or SP, ZERO, r5 488 or r0, r1, r0 532 or r0, r1, r0 570 or SP, ZERO, r5 610 or r18, r6, r6 631 or SP, ZERO, r5 833 or r6, r7, r6 841 or r3, ZERO, LINK [all …]
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 6 prefix, or the related __gpio_* prefix. 14 represents a bit connected to a particular pin, or "ball" on Ball Grid Array 24 also "GPIO Expander" chips that connect using the I2C or SPI serial busses. 44 - Usually a GPIO will be configurable as either input or output, as needed 75 use it when possible. Platforms must select ARCH_REQUIRE_GPIOLIB or 78 GPIO calls are available, either as "real code" or as optimized-away stubs, 94 "not available on this board", or indicating faults. Code that doesn't 118 or free GPIOs (see below). Other numbers may also be rejected; for 134 /* set as input or output, returning 0 or negative errno */ 152 Setting the direction can fail if the GPIO number is invalid, or when [all …]
|
/linux-4.1.27/arch/c6x/lib/ |
D | llshru.S | 4 ;; This program is free software; you can redistribute it and/or modify 6 ;; the Free Software Foundation; either version 2 of the License, or 11 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 34 || [A2] or .d1 A4,A0,A4
|
D | llshr.S | 4 ;; This program is free software; you can redistribute it and/or modify 6 ;; the Free Software Foundation; either version 2 of the License, or 11 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 34 || [A2] or .d1 A4,A0,A4
|
D | llshl.S | 4 ;; This program is free software; you can redistribute it and/or modify 6 ;; the Free Software Foundation; either version 2 of the License, or 11 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 33 || [A2] or .d1 A5,A0,A5
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 10 reasonably fast mini network consisting of two (or, rarely, more) 19 with "null printer" or "Turbo Laplink" cables which can transmit 4 20 bits at a time (mode 0) or with special PLIP cables, to be used on 27 and winsock or NCSA's telnet. 37 will be called plip. If unsure, say Y or M, in case you buy
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 5 power-controller that transitions a piece of hardware (like a processor or 8 system, notifying them when a low power state is entered or exited. 15 or Little) or cache, may be needed to uniquely identify the SAW register 42 device for the core (CPU or Cache) the SPM is attached
|
/linux-4.1.27/drivers/input/tablet/ |
D | Kconfig | 21 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 34 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface 46 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 70 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 81 E.g. serial versions of the Cintiq, Graphire or Penpartner.
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 225 or.z r2, r2, r3 ; r w x r w x (!GLOBAL, user page) 228 or r3, r3, r2 236 or r3, r3, r2 ; S | vaddr | {sasid|asid} 281 or.hs r2, r2, _PAGE_GLOBAL 288 or r0, r0, _PAGE_ACCESSED ; set Accessed Bit 322 or.hs r2, r2, _PAGE_GLOBAL ; kernel PTE only 331 or.nz r2, r2, _PAGE_READ ; chk for Read flag in PTE 333 or.nz r2, r2, _PAGE_WRITE ; chk for Write flag in PTE 343 or r0, r0, _PAGE_ACCESSED ; Accessed bit always 345 or.nz r0, r0, _PAGE_MODIFIED ; if Write, set Dirty bit as well [all …]
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 20 In this case, the image must be stored or built up on flash before it 21 can be used. A complete image can be built using the mkfs.jffs2 or 29 The kernel will need to be loaded into RAM by RedBoot (or by some alternative 89 serial port <x> (which can be "0" or "1"). 93 <parity> is a parity setting of "N", "O", "E", "M" or "S" for None, Odd, 94 Even, Mark or Space. "None" is the default. 96 <stop> is "7" or "8" for the number of bits per character. "8" is the 112 may be specified by major and minor number, device path, or even 136 If <cfg> is "bootp" or "dhcp", then all of these parameters will be 137 discovered by consulting a BOOTP or DHCP server. [all …]
|
/linux-4.1.27/sound/pci/hda/ |
D | Kconfig | 113 Say Y or M here to include Realtek HD-audio codec support in 123 Say Y or M here to include Analog Device HD-audio codec support in 133 Say Y or M here to include IDT (Sigmatel) HD-audio codec support in 143 Say Y or M here to include VIA HD-audio codec support in 152 Say Y or M here to include HDMI and DisplayPort HD-audio codec 168 Say Y or M here to include Cirrus Logic codec support in 178 Say Y or M here to include Conexant HD-audio codec support in 188 Say Y or M here to include Creative CA0110-IBG codec support in 197 Say Y or M here to include Creative CA0132 codec support in 210 features like equalizer or echo cancellation. [all …]
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 30 put the leds on PB or a memory-mapped latch (CSP0) instead. 40 put the leds on PA or a memory-mapped latch (CSP0) instead. 51 Some products put the leds on PA or PB instead. 104 For products with only one or two controllable LEDs, 113 For products with only one or two controllable LEDs, 122 For products with only one or two controllable LEDs, 131 For products with only one or two controllable LEDs, 140 For products with only one or two controllable LEDs, 149 For products with only one or two controllable LEDs, 158 For products with only one or two controllable LEDs, [all …]
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 8 * Redistribution and use in source and binary forms, with or without 20 * of any contributors may be used to endorse or promote products derived 63 * this list every time a request sense occurs or after completing a non-tagged 114 or SEQ_FLAGS2, SCB_DMA; 157 * either a selection or reselection occurs. 168 or SIMODE1, ENBUSFREE; 219 or SAVED_SCSIID, A; 222 or SAVED_SCSIID, TWIN_CHNLB; 246 * Our first message must be one of IDENTIFY, ABORT, or 261 or SEQ_FLAGS, NO_DISCONNECT; [all …]
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig.debug | 20 If you're using aboot 0.7 or later, the bootloader will examine the 22 most older bootloaders -- APB or MILO -- hardcoded the kernel start 26 Say Y if you have a broken bootloader. Say N if you do not, or if 27 you wish to run on Wildfire, Titan, or Marvel.
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | Kconfig | 9 secondary Display CONtroller, or DCON. This secondary controller 11 controller (integrate into the processor or chipset) and the LCD 24 have an XO-1 (or if you're unsure what model you have), you should 34 have an XO-1.5 (or if you're unsure what model you have), you
|
/linux-4.1.27/firmware/emi26/ |
D | loader.HEX | 108 * or public access to this firmware which is a trade secret of Emagic, 109 * and which may not be reproduced, used, sold or transferred to 113 * Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of 114 * any driver which includes this firmware, in whole or in part,
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | head.S | 97 or r7, r0, r0 /* clear R7 when not valid DTB */ 100 or r11, r0, r0 /* incremment */ 119 or r11, r0, r0 /* incremment */ 138 or r11, r0, r0 /* incremment */ 185 or r9, r0, r0 /* TLB0 = 0 */ 186 or r10, r0, r0 /* TLB1 = 0 */ 259 or r3, r3, r30 292 or r3, r3, r30
|