/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | atmel-usart.txt | 7 For the dbgu UART, use "atmel,<chip>-dbgu", "atmel,<chip>-usart" 15 - atmel,use-dma-rx: use of PDC or DMA for receiving data 16 - atmel,use-dma-tx: use of PDC or DMA for transmitting data 18 It will use specified PIO instead of the peripheral function pin for the USART feature. 31 - use PDC: 38 atmel,use-dma-rx; 39 atmel,use-dma-tx; 48 - use DMA: 55 atmel,use-dma-rx; 56 atmel,use-dma-tx;
|
D | snps-dw-apb-uart.txt | 26 register. Define this if your serial port does not use this pin. 29 register. Define this if your serial port does not use this pin. 32 register. Define this if your serial port does not use this pin. 35 Define this if your serial port does not use this pin.
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 31 recommended that each Ethernet interface use a dedicated LED group. 47 Bit to use for the green LED in Ethernet LED group 0. 54 Bit to use for the red LED in Ethernet LED group 0. 61 Bit to use for the green LED in Ethernet LED group 1. 68 Bit to use for the red LED in Ethernet LED group 1. 75 Bit to use for the first green LED (status LED). 76 Most Axis products use bit A5 here. 83 Bit to use for the first red LED (network LED). 84 Most Axis products use bit A6 here. 91 Bit to use for the first green LED (drive/power LED). [all …]
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 6 - use net_device_ops 7 - use dev->stats rather than adapter->stats 14 - get rid of ASSERT(), use BUG() instead but only where necessary 17 - don't use module_param for configuring interrupt mitigation 18 use ethtool instead 19 - reorder code to elminate use of forward declarations 21 - use PCI_DEVICE()
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 65 Bit to use for the first green LED. 66 Most Axis products use bit 2 here. 73 Bit to use for the first red LED. 74 Most Axis products use bit 3 here. 83 Bit to use for the second green LED. The "Active" LED. 84 Most Axis products use bit 4 here. 93 Bit to use for the second red LED. 94 Most Axis products use bit 5 here. 103 Bit to use for the third green LED. The "Drive" LED. 112 Bit to use for the third red LED. [all …]
|
/linux-4.1.27/arch/cris/ |
D | Kconfig | 269 This option enables MTD mapping of flash devices. Needed to use 343 Do not use DMA for ser0 output. 352 Normally you want to use DMA, unless you use the DMA channel for 362 Normally you want to use DMA, unless you use the DMA channel for 373 What DMA channel to use for ser0. 378 Do not use DMA for ser0 input. 387 Normally you want to use DMA, unless you use the DMA channel for 397 Normally you want to use DMA, unless you use the DMA channel for 408 What DMA channel to use for ser1. 413 Do not use DMA for ser1 input. [all …]
|
/linux-4.1.27/net/x25/ |
D | x25_route.c | 156 struct x25_route *rt, *use = NULL; in x25_get_route() local 165 if (!use) in x25_get_route() 166 use = rt; in x25_get_route() 167 else if (rt->sigdigits > use->sigdigits) in x25_get_route() 168 use = rt; in x25_get_route() 172 if (use) in x25_get_route() 173 x25_route_hold(use); in x25_get_route() 176 return use; in x25_get_route()
|
D | x25_link.c | 321 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() local 329 use = nb; in x25_get_neigh() 334 if (use) in x25_get_neigh() 335 x25_neigh_hold(use); in x25_get_neigh() 337 return use; in x25_get_neigh()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | Kconfig | 25 Choose this option if you want to use Exynos FIMD for DRM. 32 Choose this option if you want to use Exynos DECON for DRM. 63 Choose this option if you want to use Exynos HDMI for DRM. 69 Choose this option if you want to use Exynos VIDI for DRM. 75 Choose this option if you want to use Exynos G2D for DRM. 81 Choose this option if you want to use IPP feature for DRM. 87 Choose this option if you want to use Exynos FIMC for DRM. 93 Choose this option if you want to use Exynos Rotator for DRM. 99 Choose this option if you want to use Exynos GSC for DRM.
|
/linux-4.1.27/Documentation/leds/ |
D | 00-INDEX | 8 - notes on how to use the leds-lp3944 driver. 10 - notes on how to use the leds-lp5521 driver. 12 - notes on how to use the leds-lp5523 driver. 14 - notes on how to use the leds-lp5562 driver. 18 - notes on how to use the leds-lm3556 driver.
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 94 and you can therefore use 1c. On other boards which don't have the 96 stuff. If you don't know what to use, it is always safe to put all 105 products should use 00 here. 116 and you can therefore use 1c. On other boards which don't have the 118 stuff. If you don't know what to use, it is always safe to put all 127 products should use 00000 here. 138 and you can therefore use 1c. On other boards which don't have the 140 stuff. If you don't know what to use, it is always safe to put all 149 products should use 00000 here. 160 and you can therefore use 1c. On other boards which don't have the [all …]
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 56 and you can therefore use 1c. On other boards which don't have the 58 stuff. If you don't know what to use, it is always safe to put all 66 products should use 00 here. 76 and you can therefore use 1c. On other boards which don't have the 78 stuff. If you don't know what to use, it is always safe to put all 86 products should use 00000 here. 96 and you can therefore use 1c. On other boards which don't have the 98 stuff. If you don't know what to use, it is always safe to put all 106 products should use 00000 here.
|
/linux-4.1.27/Documentation/networking/ |
D | tlan.txt | 57 the adapter to use the AUI interface instead of the 10 Base T 58 interface. This is also what to do if you want to use the BNC 71 5. You have to use speed=X duplex=Y together now. If you just 76 6. If the driver is built into the kernel, you can use the 3rd 88 0x02 = use half duplex 89 0x04 = use full duplex 90 0x08 = use 10BaseT 91 0x10 = use 100BaseTx 98 use the above options on a per adapter basis. To force a 100Mbit/HD 99 link with your eth1 adapter use: [all …]
|
D | cops.txt | 13 DL200 cards, which work very well and are in use by many people. 24 mode if you built a driver with dual support use board_type=1 or 29 If you do not specify any options the driver will try and use the IO = 0x240, 30 IRQ = 5. As of right now I would only use IRQ 5 for the card, if autoprobing. 51 * For single LTalk card use.
|
D | framerelay.txt | 25 Configuration of the FRAD makes use of another net-tools program, 'fradcfg'. 26 This program makes use of a configuration file (which dlcicfg can also read) 37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
|
D | irda.txt | 1 To use the IrDA protocols within Linux you will need to get a suitable copy 5 For more information about how to use the IrDA protocol stack, see the
|
D | netdevices.txt | 14 If device has registered successfully, it will be freed on last use 40 the MTU. A network device may use the MTU as mechanism to size receive 72 has to lock by itself when needed. It is recommended to use a try lock 75 set_rx_mode. Note that the use of NETIF_F_LLTX is deprecated. 76 Don't use it for new drivers.
|
D | arcnet.txt | 98 one you'll want to use with ARCnet cards) from 157 This will also work with the normal ARCnet cards, but doesn't use the shared 185 support" and to support for your ARCnet chipset if you want to use the 194 If you're using a loadable module, you need to use insmod to load it, and 210 probe for your card automatically when you boot. If you use a different 263 initialization. In fact, if you use it on a 386+ you REALLY need 269 LAN Manager and Windows for Workgroups: These programs use protocols that 281 Windows 95: Tools are included with Win95 that let you use either the LANMAN 283 ARCnet packets. If you use ODI, you'll need to use the 'arc0' 284 device with Linux. If you use NDIS, then try the 'arc0e' device. [all …]
|
/linux-4.1.27/tools/usb/usbip/ |
D | configure.ac | 54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) 57 [use the libwrap (TCP wrappers) library])], 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])], 93 # use _FORTIFY_SOURCE 94 AC_MSG_CHECKING([whether to use fortify]) 97 [use _FORTIFY_SROUCE option when compiling)])],
|
D | INSTALL | 27 It can also use an optional file (typically called `config.cache' 30 disabled by default to prevent problems with accidental use of stale 66 for the package's developers. If you use it, you may have to get 93 own directory. To do this, you can use GNU `make'. `cd' to the 100 installed the package for one architecture, use `make distclean' before 115 Documentation and other data files still use the regular prefix. 117 In addition, if you use an unusual directory layout you can give 136 For packages that use the X Window System, `configure' can usually 138 you can use the `configure' options `--x-includes=DIR' and 163 use the option `--target=TYPE' to select the type of system they will [all …]
|
/linux-4.1.27/Documentation/fb/ |
D | sisfb.txt | 38 Well, it depends: If compiled statically into the kernel, use lilo's append 52 A common mistake is that folks use a wrong parameter format when using the 55 (or whatever mode you want to use, alternatively using any other format 58 want to use). Using a "=" for a ":" (and vice versa) is a huge difference! 65 How do I use it? 80 - or simply use the VESA mode number in hexadecimal or decimal. 89 use either "mode" or "vesa" but not both. 94 resolution is used. If you want to switch to a different mode, use the fbset 99 you want to switch to another mode, use the stty shell command. 105 You should *not* compile-in vesafb. And please do not use the "vga=" keyword [all …]
|
D | tridentfb.txt | 26 How to use it? 40 fp - use flat panel related stuff 44 image, otherwise use 47 memsize - integer value in KB, use if your card's memory size is misdetected. 53 Only use if your video memory is taken from main memory hence of 54 configurable size. Otherwise use memsize. 60 800 or 1280) and it is not what the driver seems to detect use it.
|
D | uvesafb.txt | 11 Unlike other drivers, uvesafb makes use of a userspace helper called 24 order for uvesafb to work properly. If you want to use uvesafb during 26 either compile it into the kernel or use it as an initrd. 39 video mode you want to use. This can be especially painful with 90 nomtrr Do not use memory type range registers. 98 amount of video RAM, use this option to override the BIOS (in MiB). 106 Force the use of VBE mode x. The mode will only be set if it's 110 HINT: If you use this option because normal <mode> parameter does 111 not work for you and you use a X server, you'll probably want to 115 nocrtc Do not use CRTC timings while setting the video mode. This option [all …]
|
D | aty128fb.txt | 19 if you use same resolution as you used in textmode. 23 How to use it? 55 noaccel - do not use acceleration engine. It is default. 56 accel - use acceleration engine. Not finished.
|
D | matroxfb.txt | 19 if you use same resolution as you used in textmode. 22 How to use it? 72 (0x100 = 256). You can also use value + 512 to achieve compatibility 115 it always probe for memory. Default is to use whole detected 117 disabled - do not load driver; you can use also `off', but `disabled' 122 noaccel - do not use acceleration engine. It does not work on Alphas. 123 accel - use acceleration engine. It is default. 134 You should not use this option, some boards then do not restart 140 You should not use this option, some boards then do not restart 144 noinit - tells driver, that devices were already initialized. You should use [all …]
|
D | vesafb.txt | 8 of the BIOS, and use this as framebuffer device /dev/fb0, like the m68k 29 How to use it? 40 vga=ask and hit return. The mode you wish to use is derived from the 66 mode at the "vga=ask" prompt. For example if you like to use 100 * use a native driver (matroxfb/atyfb) instead if vesafb. If none 110 some parameters. vesafb can use it for palette changes and 156 old one. In this example, use "mtrr:2". 171 amount of video RAM, use this option to override the BIOS (in MiB).
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-gpio.txt | 8 - gpio-sck: GPIO spec for the SCK line to use 9 - gpio-miso: GPIO spec for the MISO line to use 10 - gpio-mosi: GPIO spec for the MOSI line to use 11 - cs-gpios: GPIOs to use for chipselect lines.
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 15 supported, and on how to use them. 26 If you say Y here, it will be possible to use a USB to serial 40 kernel will automatically use the first USB to serial converter 48 Say Y here if you want to use the generic USB serial driver. Please 57 Say Y here to use the USB serial "simple" driver. This driver 78 Say Y here if you want to use USB AIRcable Bluetooth Dongle. 86 Say Y here if you want to use a ARK Micro 3116 USB to Serial 95 Say Y here if you want to use a Belkin USB Serial single port 105 Say Y here if you want to use a Winchiphead CH341 single port 115 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port [all …]
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | Kconfig | 32 default settings. If you need to use certain peripherals, 38 bool "SW1: use SSC1 (not SPI0)" 44 bool "SW2: use IRDA or TIMER0 (not UART-A, MMC/SD, and PS2-A)" 50 bool "SW3: use TIMER1 (not SSC0 and GCLK)" 55 bool "SW4: use ISI/Camera (not GPIOs, SPI1, and PS2-B)" 57 To use the camera interface you'll need a custom card (on the 61 bool "SW5: use MACB1 (not LCDC)"
|
/linux-4.1.27/drivers/clk/qcom/ |
D | Kconfig | 13 Say Y if you want to use peripheral devices such as UART, SPI, 30 Say Y if you want to use peripheral devices such as UART, SPI, 39 Say Y if you want to use audio devices such as i2s, pcm, 47 Say Y if you want to use peripheral devices such as UART, SPI, 55 Say Y if you want to use devices such as UART, SPI i2c, USB, 63 Say Y if you want to use peripheral devices such as UART, SPI, 72 Say Y if you want to use audio devices such as i2s, pcm, 89 Say Y if you want to use peripheral devices such as UART, SPI,
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 11 In order to use a diskless system, such as an X-terminal or printer server 15 filesystem mounted via NFS. The following text describes on how to use NFS 25 In order to use nfsroot, NFS client support needs to be selected as 40 told what root fs device to use. And in the case of nfsroot, where to find 48 real device but just a synonym to tell the kernel to use NFS instead of 59 (see below). This parameter allows the use of different 98 autoconfiguration will take place. The most common way to use this 133 <device> Name of network device to use. 141 <autoconf> Method to use for autoconfiguration. In the case of options 150 off or none: don't use autoconfiguration [all …]
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | readme | 14 and use a 800x600 mode : 20 and user can use con2fb to link fbX and ttyX 33 refresh rate, kernel driver will defaulty use 16bpp and 60hz 37 and this driver will use fb1, fb2. In that case, you need to configure your X-server 38 to use fb1. Another simple althernative is to disable vesafb from your config.
|
D | TODO | 3 - use kernel coding style 7 use those functionalities)
|
/linux-4.1.27/arch/microblaze/boot/dts/ |
D | system.dts | 81 xlnx,dcache-use-fsl = <0x1>; 98 xlnx,icache-use-fsl = <0x1>; 118 xlnx,use-barrel = <0x1>; 119 xlnx,use-dcache = <0x1>; 120 xlnx,use-div = <0x1>; 121 xlnx,use-ext-brk = <0x1>; 122 xlnx,use-ext-nm-brk = <0x1>; 123 xlnx,use-extended-fsl-instr = <0x0>; 124 xlnx,use-fpu = <0x2>; 125 xlnx,use-hw-mul = <0x2>; [all …]
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 6 These days most developers use `git send-email` instead of regular 8 end, maintainers use `git am` to apply the patches. 47 Don't use PGP/GPG signatures in mail that contains patches. 82 Works. Some people use this successfully for patches. 84 To insert a patch use Message->Insert File (CTRL+i) or an external editor. 93 Some people use this successfully for patches. 99 Then use: 109 Some people use Kmail successfully for patches. 147 "save as". You can use the whole email unmodified as a patch if it was 162 Plenty of Linux developers use mutt, so it must work pretty well. [all …]
|
D | xz.txt | 46 For kernel makefiles, two commands are provided for use with 48 $(call if_needed,xzkern) which will use a BCJ filter and a big LZMA2 52 which will use no BCJ filter and 1 MiB LZMA2 dictionary. 57 CRC32, make sure that you don't use some other integrity check type 59 liblzma, you need to use either LZMA_CHECK_NONE or LZMA_CHECK_CRC32 60 when encoding. With the xz command line tool, use --check=none or 74 size for in-kernel use (maybe more is OK for initramfs). The presets 76 so don't hesitate to use custom settings. Example: 84 use a big dictionary: for maximum compression, the dictionary should 95 decompression code. I don't know if it could have any use in the [all …]
|
D | phy.txt | 5 and how-to-use. 13 controllers have PHY functionality embedded into it and others use an external 14 PHY. Other peripherals that use PHY include Wireless LAN, Ethernet, 18 all over the Linux kernel to drivers/phy to increase code re-use and for 21 This framework will be of use only to devices that use external PHY (PHY 41 arguments. For the dt boot case, all PHY providers should use one of the above 54 to make use of it. The PHY framework provides 2 APIs to create the PHY. 61 The PHY drivers can use one of the above 2 APIs to create the PHY by passing 67 can use phy_set_drvdata() after creating the PHY and use phy_get_drvdata() in 72 Before the controller can make use of the PHY, it has to get a reference to
|
D | serial-console.txt | 3 To use a serial port as console you need to compile the support into your 10 use for console output. 47 You will need to create a new device to use /dev/console. The official 50 (You can also use a network device as a console. See 53 Here's an example that will use /dev/ttyS1 (COM2) as the console. 65 useful option. To tell LILO to use the serial port: 92 Those are programs that want to access the VT interface, and use
|
D | CodingStyle | 156 Do not unnecessarily use braces where a single statement will do. 169 statement; in the latter case use braces in both branches: 180 Linux kernel style for use of spaces depends (mostly) on 187 So use a space after these keywords: 201 preferred use of '*' is adjacent to the data name or function name and not 243 and Pascal programmers, C programmers do not use cute names like 275 Please don't use things like "vps_t". 276 It's a _mistake_ to use typedef for structures and pointers. When you see a 313 "unsigned long", then by all means go ahead and use a typedef. 315 (c) when you use sparse to literally create a _new_ type for [all …]
|
D | pwm.txt | 15 Users of the legacy PWM API use unique IDs to refer to PWM devices. 39 New users should use the pwm_get() function and pass to it the consumer 47 To start/stop toggling the PWM output use pwm_enable()/pwm_disable(). 53 interface is provided to use the PWMs from userspace. It is exposed at 60 export - Exports a PWM channel for use with sysfs (write-only). 93 for new drivers to use the generic PWM framework. 121 use cases freq_hz and duty_percent might be better. Instead of calculating
|
D | 00-INDEX | 89 - how to use kernel parameters to exclude bad RAM regions. 103 - info on how to use serial devices for Braille support. 119 - how to make use of the existing circular buffer infrastructure 123 - info on how to get and use the Coccinelle code checking tool. 149 - how to use firewire like a hardware debugger memory reader. 151 - document demonstrating the use of the Dell Remote BIOS Update driver. 171 - how to use the dynamic debug (dyndbg) feature. 177 - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems. 181 - info on how to use e-mail to send un-mangled (git) patches. 193 - how to make use of flexible sized arrays in linux [all …]
|
D | IRQ-domain.txt | 68 Which reverse map type should be used depends on the use case. Each 81 allocated for in-use IRQs. The disadvantage is that the table must be 84 The majority of drivers should use the linear map. 110 Most drivers cannot use this mapping. 119 driver cannot be immediately converted to use the linear mapping. For 120 example, many embedded system board support files use a set of #defines 133 supported. For example, ISA controllers would use the legacy map for 137 Most users of legacy mappings should use irq_domain_add_simple() which 138 will use a legacy domain only if an IRQ range is supplied by the 139 system and will otherwise use a linear domain mapping. The semantics [all …]
|
D | local_ops.txt | 11 Note that local_t based operations are not recommended for general kernel use. 12 Please use the this_cpu operations instead unless there is really a special purpose. 57 - This CPU can use local ops from any context (process, irq, softirq, nmi, ...) 76 * How to use local atomic operations 88 In preemptible context, use get_cpu_var() and put_cpu_var() around local atomic 95 If you are already in a preemption-safe context, you can use 112 If you want to use a remote local_read to synchronize access to a resource 114 respectively on the writer and the reader CPUs. It would be the case if you use
|
D | svga.txt | 8 allows the use of various special video modes supported by the video BIOS. Due 12 ** Short intro for the impatient: Just use vga=ask for the first time, 13 ** enter `scan' on the video mode prompt, pick the mode you want to use, 19 option of LILO (or some other boot loader you use) or by the "vidmode" utility 20 (present in standard Linux utility packages). You can use the following values 31 to use). 0..9 correspond to "0".."9", 10..35 to "a".."z". Warning: the 34 better to use absolute mode numbers instead. 92 `ghost modes'). If you are afraid this could damage your monitor, don't use this 108 0x0000 to 0x00ff - menu item references. 0x0000 is the first item. Don't use 189 Don't use unless needed as it forces resetting the video card. [all …]
|
D | hw_random.txt | 3 The hw_random framework is software that makes use of a 10 To make the most effective use of these mechanisms, you 17 Those tools use /dev/hw_random to fill the kernel entropy pool, 59 access to our RNG for use as a security feature. At this time, 72 However, for people who use mem=XX, BIOS e820 information is
|
D | volatile-considered-harmful.txt | 6 sometimes tempted to use it in kernel code when shared data structures are 8 as a sort of easy atomic variable, which they are not. The use of volatile in 21 need to use volatile as well. If volatile is still necessary, there is 58 Another situation where one might be tempted to use volatile is 73 - The above-mentioned accessor functions might use volatile on 96 result, the use of volatile is likely to be seen as a bug and will bring 97 additional scrutiny to the code. Developers who are tempted to use
|
D | DMA-ISA-LPC.txt | 38 or 128 KiB depending on which channel you use). 53 To translate the virtual address to a bus address, use the normal DMA 54 API. Do _not_ use isa_virt_to_phys() even though it does the same 79 The ability to use 16-bit or 8-bit transfers is _not_ up to you as a 88 Before you use any ISA DMA routines you need to claim the DMA lock 93 The first time you use the DMA controller you should call
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 9 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to 19 to be able to use it, but there is now a SLIP emulator called SLiRP 22 allows you to use SLIP over a regular dial up shell connection. If 23 you plan to use SLiRP, make sure to say Y to CSLIP, below. The 52 answer Y, just in case. You will still be able to use plain SLIP. If 53 you plan to use SLiRP, the SLIP emulator (available from 55 allows you to use SLIP over a regular dial up shell connection, you 74 bit. Saying Y here adds an extra mode you can use with SLIP:
|
/linux-4.1.27/drivers/w1/slaves/ |
D | Kconfig | 22 Say Y here if you want to use a 1-wire 38 Say Y here if you want to use a 1-wire 45 Say Y or M here if you want to use a 1-wire 57 Say Y here if you want to use a 1-wire 63 Say Y here if you want to use a 1-wire 69 Say Y here if you want to use a 1-wire 124 Say Y here if you want to use a 1-wire 132 Say Y here if you want to use a hdq
|
/linux-4.1.27/Documentation/vm/ |
D | split_page_table_lock | 10 access to the table. At the moment we use split lock for PTE and PMD 39 Hugetlb can support several page sizes. We use split lock only for PMD 56 Make sure the architecture doesn't use slab allocator for page table 82 To avoid increasing size of struct page and have best performance, we use a 84 - if spinlock_t fits into long, we use page->ptr as spinlock, so we 86 - if size of spinlock_t is bigger then size of long, we use page->ptl as 87 pointer to spinlock_t and allocate it dynamically. This allows to use 94 Please, never access page->ptl directly -- use appropriate helper.
|
D | ksm.txt | 1 How to use the Kernel Samepage Merging feature 13 KSM was originally developed for use with KVM (where it was known as 41 Like other madvise calls, they are intended for use on mapped areas of 46 Applications should be considerate in their use of MADV_MERGEABLE, 47 restricting its use to areas likely to benefit. KSM's scans may use a lot 70 deciding on which to use. merge_across_nodes setting can be 94 proportion there would also indicate poor use of madvise MADV_MERGEABLE.
|
/linux-4.1.27/net/phonet/ |
D | Kconfig | 9 communication protocol developed by Nokia for use with its modems. 11 This is required for Maemo to use cellular data connectivity (if 13 from a Linux computer, although AT commands may be easier to use.
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | TODO | 11 - switch to use LIB80211 12 - switch to use MAC80211 13 - use kernel coding style
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 22 make use of UML networking. 31 UMLs can use additional Ethertap devices, one per running UML. 36 To use this, your host kernel must have support for Ethertap 42 has examples of the UML command line to use to enable Ethertap 60 To use this transport, your host kernel must have support for TUN/TAP 72 To use this, your host must support slip devices. 76 has examples of the UML command line to use to enable slip 95 To use this form of networking, you'll need to run the UML 100 has examples of the UML command line to use to enable Daemon 123 To use this form of networking, you will need to run vde_switch [all …]
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 11 - switch to use LIB80211 12 - switch to use MAC80211 15 - use kernel coding style
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | voice.c | 72 if (voice->use) { in voice_alloc() 95 voice->use = 1; in voice_alloc() 138 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_alloc() 161 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_free()
|
D | irq.c | 71 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt() 86 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt() 164 if(pvoice->use) { in snd_emu10k1_interrupt() 170 pvoice->use); in snd_emu10k1_interrupt() 175 if(cvoice->use) { in snd_emu10k1_interrupt()
|
/linux-4.1.27/kernel/gcov/ |
D | Kconfig | 26 is specified, use: 59 In such a case use this option to adjust the format used in the kernel 67 Select this option to use the format that corresponds to your GCC 73 Select this option to use the format defined by GCC 3.4. 78 Select this option to use the format defined by GCC 4.7.
|
/linux-4.1.27/drivers/input/tablet/ |
D | Kconfig | 19 Say Y here if you want to use the USB version of the Acecad Flair 32 Say Y here if you want to use the USB version of the Aiptek 6000U, 44 Say Y here if you want to use the USB version of the GTCO 57 Say Y here if you want to use the USB version of the Hanwang Art 68 Say Y here if you want to use the USB version of the KB Gear 80 Say Y here if you want to use Wacom protocol 4 serial tablets.
|
/linux-4.1.27/net/rose/ |
D | rose_in.c | 61 rose->neighbour->use--; in rose_state1_machine() 84 rose->neighbour->use--; in rose_state2_machine() 89 rose->neighbour->use--; in rose_state2_machine() 125 rose->neighbour->use--; in rose_state3_machine() 236 rose->neighbour->use--; in rose_state4_machine() 256 rose_sk(sk)->neighbour->use--; in rose_state5_machine()
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 24 - ti,nand-ecc-opt: A string setting the ECC layout to use. One of: 26 "hw" <deprecated> use "ham1" instead 27 "hw-romcode" <deprecated> use "ham1" instead 41 - elm_id: <deprecated> use "ti,elm-id" instead 104 such SoC can use ecc-schemes with software library for error-correction 127 trying to use BCH16 (ECC_BYTES=26) ecc-scheme. 131 probably use lower ecc-schemes like BCH8. 134 trying to use BCH16 (ECC_BYTES=26) ecc-scheme. 137 (OOBSIZE=128). So this device can use BCH16 ecc-scheme.
|
/linux-4.1.27/net/atm/ |
D | mpoa_caches.c | 43 atomic_inc(&entry->use); in in_cache_get() 64 atomic_inc(&entry->use); in in_cache_get_with_mask() 85 atomic_inc(&entry->use); in in_cache_get_by_vcc() 108 atomic_set(&entry->use, 1); in in_cache_add_entry() 124 atomic_inc(&entry->use); in in_cache_add_entry() 181 if (atomic_dec_and_test(&entry->use)) { in in_cache_put() 342 atomic_inc(&entry->use); in eg_cache_get_by_cache_id() 363 atomic_inc(&entry->use); in eg_cache_get_by_tag() 385 atomic_inc(&entry->use); in eg_cache_get_by_vcc() 405 atomic_inc(&entry->use); in eg_cache_get_by_src_ip() [all …]
|
/linux-4.1.27/fs/gfs2/ |
D | Kconfig | 10 Allows a cluster of computers to simultaneously use a block device 18 To use the GFS2 filesystem in a cluster, you will need to enable 23 you want to use the DLM, be sure to enable IPv4/6 networking. 33 interface between GFS2 and the DLM, which is required to use GFS2
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | deref_null.cocci | 66 iter(subE,...) S4 // no use 84 E->f@p // bad use 127 iter(subE,...) S4 // no use 145 E->f@p // bad use 187 iter(subE,...) S4 // no use 205 * E->f@p // bad use 260 iter(subE,...) S4 // no use 278 * E->f@p // bad use
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl,ssi.txt | 23 - fsl,playback-dma: Phandle to a node for the DMA channel to use for 26 - fsl,capture-dma: Phandle to a node for the DMA channel to use for 36 playback and capture to use different sample sizes and 53 - fsl,fiq-stream-filter: Bool property. Disabled DMA and use FIQ instead to 75 and capture. On the MPC8610, for example, SSI1 must use DMA channel 0 for 76 playback and DMA channel 1 for capture. SSI2 must use DMA channel 2 for 78 DMA controller to use, but the channels themselves are hard-wired. The 86 drivers (fsldma) will attempt to use them, and it will conflict with the
|
D | renesas,fsi.txt | 15 - fsia,use-internal-clock : FSI uses internal clock when master mode. 19 - fsib,use-internal-clock : same as fsia 30 fsia,use-internal-clock;
|
D | tdm-slot.txt | 6 dai-tdm-slot-num : Number of slots in use. 18 For snd_soc_of_xlate_tdm_slot_mask(), the tx and rx masks will use a 1 bit
|
/linux-4.1.27/Documentation/usb/ |
D | iuu_phoenix.txt | 7 This module provide a serial interface to use your 25 To use parameters, just unload the module if it is 26 already loaded and use modprobe iuu_phoenix param=value. 27 In case of prebuilt module, use the command 72 is an abstraction, so use any speed or parity setting will 74 use this settings to deduce de boost but is that feature
|
D | dma.txt | 20 drivers must not use it.) 27 drivers. Never use dma_set_mask() on any USB interface or device; that 37 the time, that can really burn up resources on systems which use an 53 to use this type of memory ("dma-coherent"), and memory returned from 69 has such bus-snooping, many other systems use software to flush cache 106 It's probably easier to use the new usb_sg_*() calls, which do the DMA 110 buffers, synchronizing their safe re-use. (If there's no re-use, then let 133 easily be commented back in if you want to use them.
|
D | gadget_serial.txt | 40 standard utilities, use minicom and HyperTerminal, and work with 46 sysfs in /sys, and use "mdev" (in Busybox) or "udev" to make the 107 To use the gadget serial driver you must configure the Linux gadget 128 Your system should use mdev (from busybox) or udev to make the 137 you need to create /dev nodes by hand, the right numbers to use 145 If gadget serial is loaded as an ACM device you will want to use 147 serial is loaded as a bulk in/out device, you will want to use the 154 To use the Windows ACM driver you must have the "linux-cdc-acm.inf" 184 To use the Linux ACM driver you must configure the Linux host side 216 To use the Linux generic USB serial driver you must configure the [all …]
|
D | bulk-streams.txt | 33 allocate memory so the driver can use up to num_streams stream IDs. They must 35 IDs. This is to ensure that a UASP driver will be able to use the same stream 55 Picking new Stream IDs to use 59 usb_alloc_streams() returns with a value of N, you may use streams 1 though N. 78 ensure that drivers that don't support streams will be able to use the endpoint.
|
D | gadget-testing.txt | 33 The function name to use when creating the function directory is "acm". 62 The function name to use when creating the function directory is "ecm". 95 The function name to use when creating the function directory is "geth". 128 The function name to use when creating the function directory is "eem". 161 The function name to use when creating the function directory is "ffs". 174 On the host: use the USB function provided by the device 184 The function name to use when creating the function directory is "hid". 187 protocol - HID protocol to use 191 subclass - HID subclass to use 230 The function name to use when creating the function directory is "Loopback". [all …]
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 35 dev_info_t and a few other typedefs are removed. No longer use them 46 - use pcmcia_request_irq(p_dev, handler_t); the PCMCIA core will 50 use the deprecated pcmcia_request_exclusive_irq() for the time 54 Instead of the cs_error() callback or the CS_CHECK() macro, please use 60 pcmcia_parse_tuple(), a driver shall use "pcmcia_get_tuple()" if it is 68 to use pcmcia_get_{first,next}_tuple, pcmcia_get_tuple_data and 139 other drivers in Linux. You should use request_region() to mark 140 your IO regions in-use, and request_mem_region() to mark your 141 memory regions in-use. The name argument should be a pointer to 148 directly (except for pcmcia_report_error(), just use cs_error() instead). [all …]
|
D | devicetable.txt | 10 You should use the helpers in include/pcmcia/device_id.h for generating the 15 string 1, you need to use 30 Alternatively, you can use crc32hash (see Documentation/pcmcia/crc32hash.c)
|
/linux-4.1.27/net/can/ |
D | Kconfig | 26 the BSD socket API. You probably want to use the raw socket in 29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW. 39 You probably want to use the bcm socket in most cases where cyclic 41 To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | Kconfig | 26 This driver needs an external firmware. Please use the script 31 Alternatively, you can download the file and use the kernel's 36 Say Y if you own such a card and want to use it. 48 its menus, so say Y if you want to use this software. 83 Say Y if you own such a card and want to use it. 110 Say Y if you own such a card and want to use it. 133 Say Y if you own such a card and want to use it. 148 driver doesn't use onboard MPEG2 decoder. The 155 Say Y if you own such a card and want to use it.
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 7 Q04: MPPP?? What's that and how can I use it ... 9 Q06: can I use asynchronous PPP encapsulation with network devices 13 Q10: I wanna use dynamic IP address assignment 20 what should I use? 35 remote terminal server -> use the 'old' pppd 39 syncPPP machine .. use the network device part 52 If this device doesn't exists, use: 70 Q04: MPPP?? What's that and how can I use it ... 81 To use channel bundling you must first activate 103 Q06: can I use asynchronous PPP encapsulation [all …]
|
D | README.sc | 3 DataCommute/BRI and TeleCommute/BRI adapters only and any other use is 28 1.3 How do I setup my system with the correct software to use 54 ISDN4Linux is a driver and set of tools used to access and use ISDN devices 56 protocols and offers channel bundling and MLPPP support. To use ISDN4Linux 72 configuration. All adapters now use only 16Kbytes of shared RAM 92 1.3 How do I setup my system with the correct software to use 95 Before you can compile, install and use the SpellCaster ISA ISDN driver, you 138 you can specify but you shouldn't need to use any unless this doesn't work. 161 resources available, use the insmod options detailed in sc(4) to override 168 reserved for ISA use only. [all …]
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 8 This document give some hints on how to use this driver with GPRS and 3G 11 How to use it 45 /* use n_gsm line discipline */ 73 5- use these devices as plain serial ports. 75 - and to use gnokii to send / receive SMS on ttygsm1 76 - to use ppp to establish a datalink on ttygsm2
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 38 doesn't use this information. 51 memory described by the efi_memmap. Linux/ia64 can't use all memory 92 by a kernel identity mapping, the user mapping must use the same 95 If the region is not in kern_memmap, the user mapping should use 99 machines, this should use an uncacheable mapping as a fallback. 124 Otherwise, the user mapping must use the same attribute as the 143 This returns a mapping for use inside the kernel. 145 If the region is in kern_memmap, we should use the attribute 149 WB, we should use that (granules that are partially reserved 153 region safely with kernel page table mappings, we can use [all …]
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 30 security, say Y. Normal users can leave it off. To be able to use 31 packet signing you must use ncpfs > 2.0.12. 45 To use this feature you must mount volumes with the ncpmount 91 Allows you to use codepages and I/O charsets for file name 96 To select codepages and I/O charsets use ncpfs-2.2.0.13 or newer. 102 This enables the use of symbolic links and an execute permission 106 To use the new attributes, it is recommended to use the flags
|
/linux-4.1.27/fs/fat/ |
D | Kconfig | 5 If you want to use one of the FAT-based file systems (the MS-DOS and 15 order to make use of it. 24 file system and use GNU tar's M option. GNU tar is a program 41 Linux, you can either use the DOS emulator DOSEMU, described in the 45 intend to use dosemu with a non-compressed MSDOS partition, say Y 51 partitions, you should use the VFAT file system (say Y to "VFAT fs 92 like FAT to use. It should probably match the character set 93 that most of your FAT filesystems use, and can be overridden
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 8 AppleTalk is the protocol that Apple computers can use to communicate 10 wish to connect to it, say Y. You will need to use the netatalk package 35 AppleTalk is the protocol that Apple computers can use to communicate 37 to do IP over it, or you have a LocalTalk card and wish to use it to 45 This allows you to use the AppleTalk PC card to connect to LocalTalk 56 This allows you to use COPS AppleTalk cards to connect to LocalTalk 91 the kernel. In this case, you can either use encapsulation or 97 In this case, you will be able to use both encapsulation and
|
/linux-4.1.27/Documentation/kbuild/ |
D | headers_install.txt | 1 Exporting kernel headers for use by userspace 5 form suitable for use by userspace programs. 8 programs attempting to use kernel services. These kernel header files are 31 is platform-specific, to see a complete list of supported architectures use 42 directory.) You also can use HDR_ARCH_LIST to specify list of architectures.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | as3711.txt | 12 To use the SU1 converter as a backlight source the following two properties must 17 To use the SU2 converter as a backlight source the following two properties must 38 - su2-auto-curr1 : use CURR1 input for current feedback 39 - su2-auto-curr2 : use CURR2 input for current feedback 40 - su2-auto-curr3 : use CURR3 input for current feedback
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 6 - find codes that can use %pM and %Nph formatting 10 - switch to use LIB80211 11 - switch to use MAC80211
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | Kconfig | 24 bool "Force DMA engine to use IOMMU" 27 This option forces the use of the IOMMU also for the 28 DMA engine. Otherwise the kernel will use it only when
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 29 Say Y here if you want to use a ADP5588/87 attached to your 39 Say Y here if you want to use a ADP5585/ADP5589 attached to your 77 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually 92 Say Y here if you have a PA-RISC machine and want to use an AT or 96 Say N if you use a standard keyboard. 103 If you have an RDI PrecisionBook, say Y here if you want to use its 117 If you say N here, and use the PrecisionBook keyboard, then each key 121 If you say Y here, and use an external keyboard, then each key in the 129 Say Y here if you want to use Atmel AT42QT1070 QTouch 149 Say Y here if you want to use the BF54x keypad. [all …]
|
/linux-4.1.27/Documentation/input/ |
D | joystick-parport.txt | 10 it will be true. So, use it at your own risk. The possible damages that can 36 All NES and SNES use the same synchronous serial protocol, clocked from 43 you'll use for NES, SNES gamepads and SNES mice. 47 for your pads, use either keyboard or joystick port, and make a pass-through 51 If you want to use the parallel port only, you can take the power is from 54 hand, if you are not planning to use anything else than NES / SNES on the 61 case, you'll need to use diodes (as a prevention of destroying your parallel 76 pins from pin 18 to pin 25. So use any pin of these you like for the ground. 106 also use 5 wires, but have more buttons. They will work as well, of course. 256 On a side note, if you have already built a different adapter for use with [all …]
|
D | input.txt | 33 devices, future use (say 2.5/2.6) is expected to expand to replace 78 XFree to this device to use it - GPM should be called like: 90 When you do all of the above, you can use your USB mouse and keyboard. 97 however not useful without being handled, so you also will need to use some 128 other use when the big usbhid wouldn't be a good choice, there is the 131 all do. If you don't have any strong reason to use this module, use usbhid 138 Use usbhid instead if there isn't any special reason to use this. 174 mousedev is also a hack to make programs that use mouse input 177 userland. Ideally, the programs could use a more reasonable interface, 199 want to use your digitizer in X, because its movement is sent to X [all …]
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | TODO | 2 - use kernel coding style 4 - We will use the stack in drivers/mmc to implement
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 38 NOTE! The spin-lock is safe only when you _also_ use the lock itself 41 to use. 99 several CPU's and you want to use spinlocks you can potentially use 101 never used in interrupt handlers, you can use the non-irq versions: 112 The reasons you mustn't use these versions if you have interrupts that 128 to disable the _local_ interrupts - it's ok to use spinlocks in interrupts 135 you can use a non-irq version of read locks everywhere - because they 137 But when you do the write-lock, you have to use the irq-safe version. 151 For dynamic initialization, use spin_lock_init() or rwlock_init() as 166 For static initialization, use DEFINE_SPINLOCK() / DEFINE_RWLOCK() or
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Opti | 4 cards that use the mad16 driver. 19 that Linux and the other OS use the same resources. 52 In most systems with a PnP BIOS you do not need to use isapnp. The 56 If that fails, or if you have other PnP cards, you need to use isapnp 58 This was tested with isapnptools-1.11 but I recommend that you use 112 or if you use an older mad16 driver it will force loading of the 122 I use two DMA channels (only one is required) to enable full duplex. 135 card that you use). 146 in /etc/isapnp.conf if you use it). 154 system hang. Do not use the sound card if you have an alternative. [all …]
|
D | ultrasound | 22 DSP to use DMA for playback and downloading samples. This is the same 24 and allows owners of a GUS MAX to make use of simultaneous digital audio 28 If you have problems in recording with GUS MAX, you could try to use
|
D | README.OSS | 142 It's likely that you have some problems when trying to use the sound driver 144 good default configuration to use. Please try to use same I/O, DMA and IRQ 147 If you get an error message when trying to use the driver, please look 160 required by the sound card is in use by some other device/driver. 186 yourself (in this case use the version that is distributed with kernel 199 use with various sound cards. 205 that it's really not necessary to use this method. Please look at 206 Readme of sound driver version 3.0.1 if you still want to use this method. 241 you can use the information included in soundon.log when configuring OSS/Free. 271 For most other "supposed to be SB compatible" cards you have to use other [all …]
|
D | Tropez+ | 3 Here is the configuration I use with a Tropez+ and my modular 22 want to use the OPL/[34] synth on the soundcard
|
D | CMI8330 | 30 (I suggest you to use "make menuconfig" or "make xconfig" 63 …In order to use CMI8330 under Linux you just have to use a proper isapnp.conf, a good isapnp and …
|
D | SoundPro | 33 says the user must use WSS Playback and SB16 Recording for full-duplex, so 35 up both ad1848 and sb then use one for playback and the other for 44 of doing this. The most common is to use the isapnptools package to 45 initialize the card, and use the kernel module form of the sound 49 Since in this latter case you cannot use module parameters, you will 81 currently use in my conf.modules file:
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 30 This Quality of Service (QoS) support will enable you to use 50 Say Y here if you want to use the Class-Based Queueing (CBQ) packet 59 want to use as leaf disciplines. 67 Say Y here if you want to use the Hierarchical Token Buckets (HTB) 81 Say Y here if you want to use the Hierarchical Fair Service Curve 91 Say Y here if you want to use the ATM pseudo-scheduler. This 104 Say Y here if you want to use an n-band priority queue packet 113 Say Y here if you want to use an n-band queue packet scheduler 122 Say Y here if you want to use the Random Early Detection (RED) 133 Say Y here if you want to use the Stochastic Fair Blue (SFB) [all …]
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 12 In this case, you should use GPIO based CS for all of your slaves and not just 15 You can even use the same pin whose peripheral role is a SSEL, 16 but use it as a GPIO instead.
|
/linux-4.1.27/drivers/bcma/ |
D | README | 2 however from programming point of view there is nothing AMBA specific we use. 4 Standard AMBA drivers are platform specific, have hardcoded addresses and use 11 and PIDs (0x103BB369), but we do not use that info for anything. One of that
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 31 Kernel driver in use: ehci_hcd 36 won't be able to use the USB debug key. ) 49 debug port on the "host/target" system. You cannot use a USB hub in 59 and use lsusb or look at the kernel info messages emitted by the 91 controller. To use the second EHCI debug controller, you would 92 use the command line: "earlyprintk=dbgp1" 95 regular console is alive - use "earlyprintk=dbgp,keep" to keep 110 it up to use /dev/ttyUSB0 - or use a raw 'cat /dev/ttyUSBx' to
|
D | pat.txt | 25 these APIs use a reserve_memtype()/free_memtype() interface on the physical 94 continue to use the above sequence, with either pgprot_noncached() or 102 as step 0 above and also track the usage of those pages and use set_memory_wb() 119 first make a region uc or wc and switch it back to wb after use. 122 interfaces. Users writing to /proc/mtrr are suggested to use above interfaces. 124 Drivers should use ioremap_[uc|wc] to access PCI BARs with [uc|wc] access 127 Drivers should use set_memory_[uc|wc] to set access type for RAM ranges.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc-wusbhc | 32 The maximum PHY rate to use for all connected devices. 33 This is only of limited use for testing and 38 use. 46 milliseconds that the WUSB host should use. This controls how
|
D | sysfs-platform-kim | 22 command. The entry is read and made use by the user-space 30 The WL128x makes use of flow control mechanism, and this 33 entry can be made use of for exceptions. 41 use of the shared UART transport, it registers to the shared
|
D | configfs-usb-gadget-hid | 7 protocol - HID protocol to use 11 subclass - HID device subclass to use
|
D | sysfs-ocfs2 | 21 sporting version 1.8, as long as both use the 1.8 protocol. 35 A cluster plugin is required to use ocfs2 in a cluster. 54 cluster plugin is currently in use by the filesystem. 62 the cluster stack in use. The contents may change 77 plugin is active. All other cluster stacks use the 'user'
|
D | sysfs-platform-at91 | 15 The workaround in the errata suggests not to use the 18 In order to use an extended can_id add the
|
D | sysfs-firmware-sgi_uv | 17 partition id. To display the partition id, use the command: 24 this partition is in. To display the coherence id, use the
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 101 he claims to use 280k of tables but the iteration calculation seems 102 to use only 128k. his tables and code are machine independent. 139 and knew that it used des, so i figured i'd use its routines. but once 147 movement (in particular, his use of L1, R1, L2, R2), and it was full of 157 the working data in TWO forms, one for easy use of half the sboxes in 158 indexing, the other for easy use of the other half; instead you can keep 159 it in the form for the first half and use a simple rotate to get the other 186 i always use unsigned char's if the high bit could be set. 205 ROR and ROL macros to use machine rotate instructions if you have them. 206 this will save 2 instructions and a temporary per use, [all …]
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 20 u8 use; member 169 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY) 170 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY) 171 #define IS_USE_ALL(p) ((p)->use & USE_ALL) 173 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY)
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | Kconfig | 15 You can't use this driver and the HIDBP (Boot Protocol) keyboard 55 to use the generic HID driver for your USB keyboard and prefer 56 to use the keyboard in its limited Boot Protocol mode instead. 71 to use the generic HID driver for your USB mouse and prefer 72 to use the mouse in its limited Boot Protocol mode instead.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sama5d3xmb.dtsi | 28 dmas = <0>, <0>; /* Do not use DMA for spi0 */ 43 * disable it to allow the use of ISI 63 /* use pck1 for the master clock of ov2640 */ 79 dmas = <0>, <0>; /* Do not use DMA for usart1 */ 170 dmas = <0>, <0>; /* Do not use DMA for dbgu */
|
D | at91sam9260.dtsi | 770 atmel,use-dma-rx; 771 atmel,use-dma-tx; 783 atmel,use-dma-rx; 784 atmel,use-dma-tx; 796 atmel,use-dma-rx; 797 atmel,use-dma-tx; 809 atmel,use-dma-rx; 810 atmel,use-dma-tx; 822 atmel,use-dma-rx; 823 atmel,use-dma-tx; [all …]
|
/linux-4.1.27/Documentation/trace/ |
D | function-graph-fold.vim | 3 " To use, :source this file while viewing a function_graph trace, or use vim's 5 " use the usual vim fold commands, such as "za", to open and close nested
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 13 If you say Y here the kernel will use a 4Kb stacksize for the 17 will also use IRQ stacks to compensate for the reduced stackspace. 22 If you say Y here the kernel will use the Meta hardware trace
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | Kconfig | 8 Say Y if you own such a device and want to use it. 25 Say Y when you have a Mantis based DVB card and want to use it. 36 Say Y when you have a Hopper based DVB card and want to use it.
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 20 You must use the *delay family of functions. These 21 functions use the jiffie estimation of clock speed 34 In general, use of mdelay is discouraged and code should 35 be refactored to allow for the use of msleep. 38 You should use the *sleep[_range] family of functions. 104 early by a signal. In general, just use msleep unless
|
/linux-4.1.27/Documentation/scsi/ |
D | NinjaSCSI.txt | 22 You can also use "cardctl" program (this program is in pcmcia-cs source 47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory 63 If you use pcmcia-cs-3.1.8 or later, we can use "nsp_cs.conf" file. 111 your data. Please backup your data when you use this driver. 114 In 2.4 kernel, you can't use 640MB Optical disk. This error comes from
|
D | dpti.txt | 3 * Redistribution and use in source form, with or without modification, are 13 * substitute goods or services; loss of use, data, or profits; or business 16 * arising in any way out of the use of this driver software, even if advised 55 * Enabled hba reset from ioctls (allows a FW flash to reboot and use the new 80 * to use them 'as is' or I can miss changes in the interface.
|
/linux-4.1.27/arch/metag/lib/ |
D | memcpy.S | 15 ! If there are less than 16 bytes to copy use the byte copy loop 55 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop 74 ! If there are any remaining bytes use the byte copy loop, otherwise we are done 88 ! Save the number of bytes of mis-alignment in D0Ar4 for use later 91 ! if there is no mis-alignment after all, use the aligned copy loop 102 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop 103 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | TODO | 3 - switch to use LIB80211 4 - switch to use MAC80211
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 16 0: don't use PLL 60 algorithm. You may use lower numbers, if I2C 74 The tuner driver. You need this unless you want to use only 95 tea6300 = 0 The two tda985x chips use the same i2c 119 tda9875.o) use the same i2c address so both modules should not be 127 use only tda9874_AMSEL=0 or don't specify this option at all. 150 tea6300.o - OBSOLETE (use tvaudio instead) 159 tda8425.o - OBSOLETE (use tvaudio instead) 167 tda985x.o - OBSOLETE (use tvaudio instead)
|
D | README.WINVIEW | 18 use this driver, send an email insult to them, and tell them you won't 26 To use the driver I use the following options, the tuner and pll settings might
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 15 For the purposes of this document, we will use the term `boot loader' 36 kernel will use for volatile data storage in the system. It performs 37 this in a machine dependent manner. (It may use internal algorithms 38 to automatically locate and size all RAM, or it may use knowledge of 108 memory as possible free for use by the kernel immediately after the 117 use by the kernel. 132 x1 = 0 (reserved for future use) 133 x2 = 0 (reserved for future use) 134 x3 = 0 (reserved for future use) 221 x0 = 0 (reserved for future use) [all …]
|
D | acpi_object_usage.txt | 38 Optional, not currently supported, with no real use-case for an 136 Until further error source types are defined, use only types 6 (AER 159 use with ARM and will be recommended in order to support ACPI power 228 for use with devices that can be added to a running system, but can 250 Optional, not currently supported. No known use case for arm64, 304 careful of its use across OSes. 308 _DIS 6.2.3 Optional, for power management use. 315 to use it within the constraints already defined by the 328 _DSM Do not use this method. It is not standardized, the 347 reduced mode. Hence, do not use this object on arm64. [all …]
|
D | tagged-pointers.txt | 14 this byte for application use, with the following caveats: 22 This means that signal handlers in applications making use 33 The architecture prevents the use of a tagged PC, so the upper byte will
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 13 use with those applications. 24 to time-of-check-time-of-use (TOCTOU) attacks that are common in system 34 a tool for sandbox developers to use. Beyond that, policy for logical 69 Prior to use, the task must call prctl(PR_SET_NO_NEW_PRIVS, 1) or 86 call will always use the highest precedent value. (For example, 138 allow use of ptrace, even of other sandboxed processes, without 139 extreme care; ptracers can use this mechanism to escape.) 145 given system call will always use the highest precedent value. 155 The biggest pitfall to avoid during use is filtering on system call 215 0xFFFFFFFFFF600000. (For SECCOMP_RET_TRACE, use rip. For [all …]
|
/linux-4.1.27/drivers/media/rc/ |
D | Kconfig | 114 Windows Media Center Edition, which you would like to use with 140 Say Y here if you want to use an X10 based USB remote control. 171 Say Y here if you want to use hisilicon hix5hd2 remote control. 183 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) 195 Say Y here if you want to use a Windows Media Center Edition 231 Say Y if you want to use the IR remote receiver available 258 Say Y here if you want to use a RedRat3 Infrared Transceiver. 269 Say Y here if you want to use a Streamzap PC Remote 283 Say Y here if you want to use the IR remote functionality found 297 Say Y here if you want to use the IgorPlug-USB IR Receiver by [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | ntfs.txt | 28 To mount an NTFS 1.2/3.x (Windows NT4/2000/XP/2003) volume, use the file 34 use the kernel's Software RAID / MD driver. See section "Using Software RAID 107 iocharset=name Deprecated option. Still supported but please use 110 nls=name Character set to use when returning file names. 116 advised to use nls=utf8 which is capable of 120 nls=utf8 but please use nls=utf8 in the future and 202 In general use the default. If you have a lot of small 203 files then use a higher value. The values have the 231 For support of volume and stripe sets, you can either use the kernel's 233 the recommended one to use for linear raid. But the latter is required for [all …]
|
/linux-4.1.27/Documentation/spi/ |
D | ep93xx_spi | 7 NOTE: If possible, don't use SFRMOUT (SFRM1) signal as a chip select. It will 21 You need to select CONFIG_MMC_SPI to use mmc_spi driver. 70 * We use 10 MHz even though the maximum is 7.4 MHz. The driver 91 The driver can use DMA for the transfers also. In this case ts72xx_spi_info
|
D | pxa2xx | 113 The range is 1 to 16 where zero indicates "use default". 119 use a value of 8. The driver will determine a reasonable default if 136 configured to use SSPFRM instead. 222 always use PIO transfers 226 use PIO transfers 229 use coherent DMA mode 232 use streaming DMA mode 235 use PIO transfer
|
/linux-4.1.27/drivers/mmc/core/ |
D | Kconfig | 10 noise when the MMC card is not in use. Your host driver has to 11 support handling this in order for it to be of any use.
|
/linux-4.1.27/drivers/pps/ |
D | Kconfig | 11 antennae. Userland can use it to get a high-precision time 15 Detect) pin of the serial line they use to communicate with the 16 host. In this case use the SERIAL_LINE client support.
|
/linux-4.1.27/drivers/memstick/core/ |
D | Kconfig | 16 This option is usually just for embedded systems which use 24 support. This provides a block device driver, which you can use 33 support. This provides a block device driver, which you can use
|
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 6 normal use) memory regions. Such memory regions are usually designed for 15 - Should use the same values as the root node 22 reserved memory. Each child node may either use a 'reg' property to 61 - The operating system can use the memory in this region with the 64 system can use that region to store volatile or cached data that 68 - If a "linux,cma-default" property is present, then Linux will use the
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 27 - The easiest way to run lguest is to use same kernel as guest and host. 53 to build it. If you didn't build your kernel in-tree, use "make 60 For more serious work, I usually use a distribution ISO image and 77 64: the amount of memory to use, in MB. 80 can also use a standard bzImage. 109 Then use --tunnet=bridge:lg0 when launching the guest.
|
/linux-4.1.27/Documentation/video4linux/ |
D | zr364xx.txt | 7 If you just want to get on your PC the pictures and movies on the camera, you should use the usb-st… 13 If you manage to use your cam with this code, you can send me a mail (royale@zerezo.com) with the n… 16 If you need V4L1 or 2.4x kernels support, please use an older version, but the code is not maintain… 20 In order to use this driver, you must compile it with your kernel. 27 You can then use the camera with V4L2 compatible applications, for example Ekiga.
|
D | Zoran | 10 3. What mainboard should I use (or why doesn't my card work) 30 Drivers to use: videodev, i2c-core, i2c-algo-bit, 41 Drivers to use: videodev, i2c-core, i2c-algo-bit, 56 Drivers to use: videodev, i2c-core, i2c-algo-bit, 67 Drivers to use: videodev, i2c-core, i2c-algo-bit, 78 Drivers to use: videodev, i2c-core, i2c-algo-bit, 89 Drivers to use: videodev, i2c-core, i2c-algo-bit, 101 Drivers to use: videodev, i2c-core, i2c-algo-bit, 113 Drivers to use: videodev, i2c-core, i2c-algo-bit, 125 Drivers to use: videodev, i2c-core, i2c-algo-bit, [all …]
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 24 test. Do not use these tests unless you really know what you do. 172 as block devices, it is possible to use MTD devices which are based 178 (although JFFS and JFFS2 don't actually use any of the functionality 186 You do not need this option for use with the DiskOnChip devices. For 198 You do not need this option for use with the DiskOnChip devices. For 213 legal - in the USA you are only permitted to use this on PCMCIA 216 not use it. 230 legal - in the USA you are only permitted to use this on DiskOnChip 233 not use it. 255 legal - in the USA you are only permitted to use this on DiskOnChip [all …]
|
/linux-4.1.27/net/irda/ircomm/ |
D | Kconfig | 9 use all existing applications that understands TTY's with an 10 infrared link. Thus you should be able to use application like PPP,
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 69 noapic Don't use the IO-APIC. 71 disableapic Don't use the local APIC 73 nolapic Don't use the local APIC (alias for i386 compatibility) 89 Don't use the CPU time stamp counter to read the wall time. 94 Don't use the HPET timer. 173 pci=off Don't use PCI 180 pci=noacpi Don't use ACPI to set up PCI interrupt routing. 186 1. <arch/x86_64/kernel/pci-nommu.c>: use no hardware/software IOMMU at all 209 off Don't initialize and use any kind of IOMMU. 212 force Force the use of the hardware IOMMU even when it is [all …]
|
/linux-4.1.27/drivers/usb/atm/ |
D | Kconfig | 25 modem. In order to use your modem you will need to install the 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to 60 another USB DSL drivers. In order to use your modem you will need to
|
/linux-4.1.27/drivers/input/serio/ |
D | Kconfig | 23 the architecture might use a PC serio device (i8042) to 34 mouse are connected to the computer. If you use these devices, 47 Say Y here if you plan to use an input device (mouse, joystick, 62 equipped with the ct82c710 chip and want to use a mouse connected 93 Say Y here if you have the Acorn RiscPC and want to use an AT 103 Say Y here if you want to use the PSIF peripheral on AVR32 devices 124 If you use these devices, you'll need to say Y here. 149 to use a HIL keyboard as your primary keyboard, you may wish 171 Say Y here if you have SGI O2 workstation and want to use its 195 first. To bind this driver to a serio port use sysfs interface: [all …]
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 37 Say Y here if you wish to use an AMBA PrimeCell UART as the system 65 Say Y here if you wish to use an AMBA PrimeCell UART as the system 109 If you say Y here, it will be possible to use a serial port as the 130 Say Y here if you wish to use an on-chip UART on a Atmel 140 Say Y here if you wish to use the PDC to do DMA transfers to 142 actually use DMA transfers, make sure that the use_dma_tx 148 this matters don't use DMA. 162 To use this, you should create suitable ttyATn device nodes in 171 This special driver allows you to temporary use NMI debugger port 182 use raw console. [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | lpc-eth.txt | 11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering 22 use-iram;
|
D | stmmac.txt | 21 - snps,fixed-burst Program the DMA to use the fixed burst mode 22 - snps,mixed-burst Program the DMA to use the mixed burst mode 23 - snps,force_thresh_dma_mode Force DMA to use the threshold mode for 25 - snps,force_sf_dma_mode Force DMA to use the Store and Forward
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-palmas.txt | 8 * "ti,palmas-usb" (DEPRECATED - use "ti,palmas-usb-vid"). 9 * "ti,twl6035-usb" (DEPRECATED - use "ti,twl6035-usb-vid").
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 5 These calls use the gpio_* naming prefix. No other calls should use that 75 use it when possible. Platforms must select ARCH_REQUIRE_GPIOLIB or 79 when drivers use the include file: 87 use them; drivers don't need to add them explicitly. 97 Platforms define how they use those integers, and usually #define symbols 99 to the relevant schematics. In contrast, drivers should only use GPIO 108 use numbers 2000-2063 to identify GPIOs in a bank of I2C GPIO expanders. 110 If you want to initialize a structure with an invalid GPIO number, use 113 may use this predicate: 141 a task context. However, for spinlock-safe GPIOs it's OK to use them [all …]
|
D | sysfs.txt | 4 Platforms which use the "gpiolib" implementors framework may choose to 15 the write protection. In normal use, GPIO #23 would never be touched, 80 you use poll(2), set the events POLLPRI and POLLERR. If you 81 use select(2), set the file descriptor in exceptfds. After 115 or other cards in the stack. In such cases, you may need to use the 117 the correct GPIO number to use for a given signal. 149 use this to provide the interface under their own device in sysfs with 152 Drivers can use gpiod_sysfs_set_active_low() to hide GPIO line polarity
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | Kconfig | 36 Select this if you want to use the ISP1760 in host mode only. The 44 Select this if you want to use the ISP1760 in peripheral mode only. 54 Select this if you want to use the ISP1760 in both host and
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | README | 1 This directory contains example configs to use ktest for various tasks. 7 and commented to show more generic use cases that are more helpful for 26 included into other configs. This is a real use example that shows how
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-perl.txt | 115 search path and 'use'ing a few support modules (see module 119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; 120 use lib "./Perf-Trace-Util/lib"; 121 use Perf::Trace::Core; 122 use Perf::Trace::Context; 123 use Perf::Trace::Util; 170 via the various Perf::Trace::* Perl modules. To use the functions and 171 variables from the given module, add the corresponding 'use 206 Various utility functions for use with perf script:
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 9 - nvidia,use-ram-code : If present, the sub-nodes will be addressed 28 If the emc node has the nvidia,use-ram-code property present, then the 32 If the emc node lacks the nvidia,use-ram-code property, this level is omitted 49 There are two ways of specifying which tables to use: 62 used to select which tables to use.
|
/linux-4.1.27/net/rds/ |
D | Kconfig | 14 Allow RDS to use Infiniband and iWARP as a transport. 21 Allow RDS to use TCP as a transport.
|
/linux-4.1.27/arch/arm/include/debug/ |
D | vexpress.S | 30 @ should use UART at 0x10009000 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/linux-4.1.27/net/iucv/ |
D | Kconfig | 6 Select this option if you want to use inter-user communication 15 Select this option if you want to use AF_IUCV socket applications
|
/linux-4.1.27/Documentation/hwmon/ |
D | ibmaem | 25 The v1 AEM interface has a simple set of features to monitor energy use. There 27 last BMC reset, and a power sensor that returns average power use over a 31 range of energy and power use registers, the power cap as set by the AEM
|
D | sysfs-interface | 26 An alternative method that some programs use is to access the sysfs 40 (e.g. drivers for multifunction chips) may want to use this possibility to 51 except for voltages which start from 0 (because most data sheets use 448 Average current use 476 power[1-*]_average Average power use 480 power[1-*]_average_interval Power use averaging interval. A poll 486 power[1-*]_average_interval_max Maximum power use averaging interval 490 power[1-*]_average_interval_min Minimum power use averaging interval 494 power[1-*]_average_highest Historical average maximum power use 498 power[1-*]_average_lowest Historical average minimum power use [all …]
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 12 for use by applications such as streaming media, Internet telephony, 35 Only use this if you're hacking DCCP. 51 Documentation on how to use DCCP connection probing can be found
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 1 /// Find a use after free. 80 iter(...,subE,...) S // no use 104 E@p2 // bad use
|
/linux-4.1.27/Documentation/xtensa/ |
D | atomctl.txt | 18 doing a Cached (WB) transaction and use the Memory RCW for un-cached 22 use the memory controllers RCW, thought non-MX controlers likely 28 configure this register to not use RCW.
|
/linux-4.1.27/drivers/isdn/capi/ |
D | Kconfig | 15 applications via /dev/capi20. Applications should use the 26 device. If you want to use pppd with pppdcapiplugin to dial up to 35 supported by a CAPI driver, but still want to use old features like
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers 24 - atmel,adc-use-res: String corresponding to an identifier from 56 atmel,adc-use-external-triggers; 60 atmel,adc-use-res = "lowres";
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | Kconfig | 30 subdev for use by other drivers. This driver requires 48 subdev for use by other drivers. 58 subdev for use by other drivers. 68 subdev for use by other drivers. This driver requires
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 90 If you want to be able to use the DSP56001 in Falcons, say Y. This 100 If you want to use your Amiga's built-in serial port in Linux, 109 If you want to use the internal "DCA" serial ports on an HP300 116 If you want to use the internal "APCI" serial ports on an HP400 123 If you say Y here, it will be possible to use a serial port as the 137 kernel will automatically use the first serial line, /dev/ttyS0, as
|
/linux-4.1.27/Documentation/power/ |
D | s2ram.txt | 7 "known ok" machines, along with tricks to use on each one. 13 3) You can use Linus' TRACE_RESUME infrastructure, described below. 30 - use a script like this: 78 correct date/time! It is therefore advisable to use a program like ntp-date 83 quickly after the resume failure. The trace option does not use the seconds
|
D | tricks.txt | 12 * use ext2. At least it has working fsck. [If something seems to go 17 * use vga text console, shut down X. [If you really want X, you might
|
/linux-4.1.27/Documentation/devicetree/bindings/video/bridge/ |
D | ps8622.txt | 10 - lane-count: number of DP lanes to use 11 - use-external-pwm: backlight will be controlled by an external PWM
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/dac/ |
D | ad7303.txt | 6 - spi-max-frequency: Max SPI frequency to use (< 30000000) 21 adi,use-external-reference;
|
/linux-4.1.27/drivers/vfio/platform/ |
D | Kconfig | 7 use of platform devices present on the system using the VFIO 17 use of ARM AMBA devices present on the system using the VFIO
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 12 otherwise you can't use it; most Internet access providers these 15 To use PPP, you need an additional program called pppd as described 24 example. If you want to use PPP over phone lines or other 79 You need to say Y here if you wish to use the pass-filter and 129 which contains instruction on how to use this driver (under 157 Say Y (or M) here if you want to be able to use PPP over standard 158 asynchronous serial ports, such as COM1 or COM2 on a PC. If you use 170 Say Y (or M) here if you want to be able to use PPP over synchronous
|
/linux-4.1.27/Documentation/hid/ |
D | hidraw.txt | 22 A benefit of hidraw is that its use by userspace applications is independent 25 use the HID specification, hidraw will be expanded to add support for these 31 and udev rule-dependent, applications should use libudev to locate hidraw 50 byte. For devices which do not use numbered reports, the report data 61 number. If the device does not use numbered reports, the first byte should 100 which do not use numbered reports, set the first byte to 0. The report data 107 number of the requested report. For devices which do not use numbered
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 6 - find codes that can use %pM and %Nph formatting 10 - switch to use MAC80211
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 8 tracks VFIO groups in use by the VM and features of those groups 10 are enabled and disabled for use by the VM, KVM should be updated
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 13 do this is to use a unique prefix for all global symbols. This is 15 it for non-exported symbols too. We will use the prefix `foo_' in this 56 although you can use MODULE_ALIAS (passing "foo" in this example) to add 68 structure at all. You should use this to keep device-specific data. 154 (zero not a negative status code) it may save the handle and use it until 178 that case, you can use the i2c_new_probed_device() variant, which is 187 reference for later use. 208 Note that the absence of matching classes does not prevent the use of 286 would for any other driver stack. The calls can sleep, and can use 296 or reboots (including kexec) -- like turning something off -- use a [all …]
|
D | summary | 8 I2C is widely used with embedded systems. Some systems use variants that 19 use its protocols on many I2C systems. However, there are systems that don't 27 When we talk about I2C, we use the following terms:
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | amd-powernow.txt | 16 The drivers use BIOS supplied tables to obtain frequency and 33 The powernow-k8 driver will attempt to use ACPI if so configured, 35 The powernow-k7 driver will try to use the PSB support first, and
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 14 as is done over analog telephone lines. Instead, one can use 45 You need to say Y here if you wish to use the pass-filter and 65 with the ISDN utility package for example), you will be able to use 77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as 105 This option allows you to use some supplementary diversion 114 The use of CFU, CFB, CFNR and interrogation may be limited to some
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 16 You can use common commands, such as cp and scp, to copy the 53 use analysis tools such as the GNU Debugger (GDB) and the Crash tool to 112 2) Or use the system kernel binary itself as dump-capture kernel and there is 185 3) If one wants to build and use a relocatable kernel, 196 If you are using a relocatable kernel use CONFIG_PHYSICAL_START=0x100000 229 above. This means that it is possible to use the system kernel 247 - To use a relocatable kernel, 297 On x86 and x86_64, use "crashkernel=64M@16M". 299 On ppc64, use "crashkernel=128M@32M". 304 If use sparse memory, the size should be rounded to GRANULE boundaries. [all …]
|
/linux-4.1.27/net/wireless/ |
D | db.txt | 6 # You should be using CRDA instead. It is even better if you use the CRDA 10 # If you _really_ intend to use CONFIG_CFG80211_INTERNAL_REGDB then you will
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 40 other. This makes this format ideal for use in environments where no 118 occasional use for this format, enable module support above 132 going to use shared libraries from Tru64 version 5.0 or later, say N. 146 later load the module when you want to use a Linux/Intel binary. The 153 formats into the kernel. You will like this especially when you use 163 <file:Documentation/binfmt_misc.txt> to learn how to use this 168 To use binfmt_misc, you will need to mount it: 172 you have use for it; the module is called binfmt_misc. If you
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | Kconfig | 20 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general 21 purpose use.
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 7 PWM users should specify a list of PWM devices that they want to use 22 Drivers for devices that use more than a single PWM device can use the
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | b4420qds.dts | 6 * Redistribution and use in source and binary forms, with or without 29 * loss of use, data, or profits; or business interruption) however caused and 31 * (including negligence or otherwise) arising in any way out of the use of
|
/linux-4.1.27/sound/oss/dmasound/ |
D | Kconfig | 6 If you want to use the internal audio of your Atari in Linux, answer 20 If you want to use the internal audio of your Amiga in Linux, answer 34 If you want to use the internal audio of your Q40 in Linux, answer
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 8 free for platforms to use, and which are used by generic code. 15 certain regions of VM space for use for new facilities; therefore 20 ffff8000 ffffffff copy_user_page / clear_user_page use. 27 Platforms must not use this address range.
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | simple_return.cocci | 90 cocci.print_secs("use",p) 100 cocci.print_secs("use with questionable test",p) 108 cocci.print_main("use",p) 115 cocci.print_main("use with questionable test",p)
|
/linux-4.1.27/Documentation/fmc/ |
D | FMC-and-SDB.txt | 2 FMC (FPGA Mezzanine Card) is the standard we use for our I/O devices, 58 SDB (Self Describing Bus) is a set of data structures that we use for 59 enumerating the internal structure of an FPGA image. We also use it as 62 SDB is not mandatory for use of this FMC kernel bus, but if you have SDB 63 this package can make good use of it. SDB itself is developed in the
|
/linux-4.1.27/net/lapb/ |
D | lapb_iface.c | 90 struct lapb_cb *lapb, *use = NULL; in __lapb_devtostruct() local 95 use = lapb; in __lapb_devtostruct() 100 if (use) in __lapb_devtostruct() 101 lapb_hold(use); in __lapb_devtostruct() 103 return use; in __lapb_devtostruct()
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 15 Saying Y here will allow you to use Linux in text mode through a 56 will then be able to use two monitors with your Linux system. Do not 86 Select 80 if you use a 640x480 resolution by default. 96 Select 25 if you use a 640x480 resolution by default. 141 The alternative is to use your primary serial port as a console.
|
/linux-4.1.27/sound/core/ |
D | Kconfig | 63 Many programs still use the OSS API, so say Y. 76 Many programs still use the OSS API, so say Y. 98 Many programs still use the OSS API, so say Y. 111 also can use this timing source. 121 Say Y here to use the HR-timer backend as the default sequencer 132 can use this timing source. 146 Say Y here to use the RTC timer as the default sequencer
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 62 Do not use this option unless it's actually necessary, 86 will be tried. You can use the following bits to 109 Module use: 112 In order to automatically load the sonypi module on use, you can put those 118 This supposes the use of minor 250 for the sonypi device: 131 continue to use them, don't use this driver.
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 10 use as swap disks, various caches under /var and maybe many more :) 25 Compression backend may use up to max_comp_streams compression streams, 62 The value can be either in bytes or you can use mem suffixes. 75 size of the disk when not in use so a huge zram is wasteful. 79 The value can be either in bytes or you can use mem suffixes. 126 mem_limit RW the maximum amount of memory ZRAM can use to store 145 User space is advised to use the following files to read the device statistics.
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 14 This driver needs external firmware. Please use the commands 21 Say Y if you own such a device and want to use it.
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | Kconfig | 28 Select it if you want to use streaming of memory mapped buffers 29 or leave it unselected if you want to use read method (one copy more).
|
/linux-4.1.27/block/partitions/ |
D | Kconfig | 7 Say Y here if you would like to use hard disks under Linux which 28 Say Y here if you would like to use hard disks under Linux which 41 Say Y here if you would like to use hard disks under Linux which 86 Say Y here if you would like to use hard disks under Linux which 93 Say Y here if you would like to use hard disks under Linux which 100 Say Y here if you would like to use hard disks under Linux which 115 Say Y here if you would like to use hard disks under Linux which 142 Say Y here if you want to mount and use Minix 2.0.0/2.0.2 179 Say Y here if you would like to use hard disks under Linux which 252 Say Y here if you would like to use hard disks under Linux which
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 83 choice of which one to use for the clock framework. The other 105 The ibmasm driver also enables the OS to use the UART on the 106 service processor board as a regular serial port. To make use of 176 To make actual use of the device, you will have to select some 211 or a SCSI enclosure device (SES) to use these services. 236 than the generic PIT, and are suitable for use as high-res timers. 238 make use of it should enable it. 247 use the cs5535_mfgpt_ API; however, different architectures might 248 want to use a different IRQ by default. This is here for 258 generic PIT, and are suitable for use as high-res timers. [all …]
|
/linux-4.1.27/scripts/gdb/linux/ |
D | modules.py | 87 use = utils.container_of(entry, t, "source_list") 90 name=use['source']['name'].string()))
|
/linux-4.1.27/drivers/block/zram/ |
D | Kconfig | 13 It has several use cases, for example: /tmp storage, use as swap
|