/linux-4.1.27/usr/ |
D | Kconfig | 32 owned by user root in the initial ramdisk image. 44 owned by group root in the initial ramdisk image. 49 bool "Support initial ramdisks compressed using gzip" 54 Support loading of a gzip encoded initial ramdisk or cpio buffer. 58 bool "Support initial ramdisks compressed using bzip2" 63 Support loading of a bzip2 encoded initial ramdisk or cpio buffer 67 bool "Support initial ramdisks compressed using LZMA" 72 Support loading of a LZMA encoded initial ramdisk or cpio buffer 76 bool "Support initial ramdisks compressed using XZ" 81 Support loading of a XZ encoded initial ramdisk or cpio buffer. [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | usb3503.txt | 16 - initial-mode: Should specify initial mode. 35 initial-mode = <1>;
|
/linux-4.1.27/drivers/input/joystick/ |
D | analog.c | 134 int initial[4]; member 202 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 209 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode() 223 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode() 225 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode() 227 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode() 229 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode() 359 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_poll() 538 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device() 609 port->initial[i] = port->axes[i]; in analog_init_masks()
|
/linux-4.1.27/drivers/pci/ |
D | iov.c | 233 u16 offset, stride, initial; in sriov_enable() local 247 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable() 248 if (initial > iov->total_VFs || in sriov_enable() 249 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable() 253 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial))) in sriov_enable() 312 iov->initial_VFs = initial; in sriov_enable() 313 if (nr_virtfn < initial) in sriov_enable() 314 initial = nr_virtfn; in sriov_enable() 316 if ((retval = pcibios_sriov_enable(dev, initial))) { in sriov_enable() 322 for (i = 0; i < initial; i++) { in sriov_enable()
|
/linux-4.1.27/drivers/crypto/ |
D | padlock-aes.c | 262 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb() local 269 if (initial) in padlock_xcrypt_ecb() 272 : "d"(control_word), "b"(key), "c"(initial)); in padlock_xcrypt_ecb() 276 : "d"(control_word), "b"(key), "c"(count - initial)); in padlock_xcrypt_ecb() 282 u32 initial = count & (cbc_fetch_blocks - 1); in padlock_xcrypt_cbc() local 287 if (initial) in padlock_xcrypt_cbc() 290 : "d" (control_word), "b" (key), "c" (initial)); in padlock_xcrypt_cbc() 294 : "d" (control_word), "b" (key), "c" (count-initial)); in padlock_xcrypt_cbc()
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 11 - ctrl-reg : Contains the initial value of the control register also 13 - freq-reg : Contains the initial value of the frequency register also
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Itsy | 9 Notes on initial 2.4 Itsy support (8/27/2000) : 11 64 Meg of DRAM and 32 Meg of Flash. The initial work includes support for 27 ("p 1 0x00340000"). Finally flash an initial ramdisk into 0xC8000000
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max77802.txt | 35 The regulators that support the standard "regulator-initial-mode" property, 38 The possible values for "regulator-initial-mode" and "regulator-mode" are: 67 regulator-initial-mode = <MAX77802_OPMODE_LP>;
|
D | gpio-regulator.txt | 11 - gpios-states : gpios pin's initial states array. 0: LOW, 1: HIGH.
|
D | regulator.txt | 37 - regulator-initial-mode: initial operating mode. The set of possible operating
|
D | lp872x.txt | 30 - ti,dvs-state: initial DVS pin state. 0 = DVS_LOW, 1 = DVS_HIGH.
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 104 Configures the initial data for the general port A bits. Most 126 Configures the initial data for the general port B bits. Most 148 Configures the initial data for the general port C bits. Most 170 Configures the initial data for the general port D bits. Most 192 Configures the initial data for the general port E bits. Most 211 Configures the initial data for the virtual general port V bits.
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 65 Configures the initial data for the general port A bits. Most 85 Configures the initial data for the general port B bits. Most 105 Configures the initial data for the general port C bits. Most
|
/linux-4.1.27/Documentation/networking/ |
D | framerelay.txt | 19 With this initial offering, only 1 FRAD driver is available. With many thanks 30 an initial configuration.
|
D | sctp.txt | 17 The initial project goal is to create an Linux kernel reference implementation
|
D | e1000e.txt | 153 this value ensures that an interrupt is generated after the initial 176 this value ensures that an interrupt is generated after the initial 207 This workaround skips resetting the PHY at shutdown for the initial 237 NVM). This feature can be disabled by setting the parameter to 0 during initial
|
D | dccp.txt | 146 the number of times DCCP repeats sending a Response when the initial 148 is received after the initial Request). This value should be greater 168 The initial sequence window (sec. 7.5.2) of the sender. This influences
|
D | operstates.txt | 142 -query RTM_GETLINK once to get initial state 143 -if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until
|
D | ip-sysctl.txt | 120 different from the initial one. 222 The initial value of search_low to be used by the packetization layer 224 this is the initial MSS used by the connection. 389 2 - Always enabled, use initial MSS of tcp_base_mss. 404 near future can use these to set initial conditions. Usually, this 422 between this initial value and tcp_max_reordering 449 exponential backoff with an initial RTO of TCP_RTO_MIN would 472 default: initial size of receive buffer used by TCP sockets. 505 with the current initial RTO of 1second. With this the final timeout 562 Number of times initial SYNs for an active TCP connection attempt [all …]
|
D | e1000.txt | 215 this value ensures that an interrupt is generated after the initial 295 this value ensures that an interrupt is generated after the initial 336 This workaround skips resetting the PHY at shutdown for the initial
|
D | xfrm_sync.txt | 2 The sync patches work is based on initial patches from
|
D | z8530drv.txt | 505 The initial waittime before any transmit attempt, after the
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 4 This is a port of Linux to the OpenRISC class of microprocessors; the initial 77 initial port of linux to OpenRISC/or32 architecture.
|
/linux-4.1.27/Documentation/arm/ |
D | Porting | 35 The initial part of the kernel is carefully coded to be position 39 Physical address to place the initial RAM disk. Only relevant if 44 Virtual address of the initial RAM disk. The following constraint
|
D | Setup | 100 initial ramdisk.
|
D | vlocks.txt | 164 to keep the code simple this was not attempted in the initial
|
D | README | 167 The initial entry into the kernel is via head.S, which uses machine
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 208 Configures the initial data for the general port A bits. Most 230 Configures the initial data for the general port B bits. Most 252 Configures the initial data for the general port C bits. Most 274 Configures the initial data for the general port D bits. Most 296 Configures the initial data for the general port E bits. Most
|
/linux-4.1.27/arch/sh/kernel/ |
D | head_32.S | 82 mov r0, r15 ! Set initial r15 (stack pointer) 85 ldc r0, r7_bank ! ... and initial thread_info
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | imx-audmux.txt | 11 An initial configuration can be setup using child nodes.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-pcf857x.txt | 39 - lines-initial-states: Bitmask that specifies the initial state of each
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 21 to the initial kernel mount of devpts. This mode is referred to as the 112 would create a pty, say /dev/pts/7, in the initial kernel mount. 125 initial kernel mount. This behavior while preserving legacy semantics,
|
D | sysfs-tagging.txt | 41 - initial_ns() which returns the initial namesapce
|
D | romfs.txt | 3 This is a quite dumb, read only filesystem, mainly for initial RAM 30 floppy drives can be loaded later if you use the "initrd"--initial
|
D | gfs2-uevents.txt | 43 for every journal recovered, whether it is during the initial mount
|
D | tmpfs.txt | 127 To specify the initial root directory you can use the following mount
|
D | afs.txt | 94 Where the initial character is either a hash or a percent symbol depending on
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-mv64xxx.txt | 14 very rare, initial version of the SoC which
|
/linux-4.1.27/Documentation/ |
D | io-mapping.txt | 2 efficiently mapping small regions of an I/O device to the CPU. The initial 65 The initial implementation of these functions uses existing mapping
|
D | init.txt | 22 C) Possibly a conflict in console= setup --> initial console unavailable.
|
D | initrd.txt | 1 Using the initial RAM disk (initrd) 27 1) the boot loader loads the kernel and the initial RAM disk 58 Loads the specified file as the initial RAM disk. When using LILO, you 118 support for the initial RAM disk enabled. Also, at least all components
|
D | intel_txt.txt | 60 To get trust in the initial kernel without using Intel TXT, a 82 system configuration and initial state than would be otherwise
|
D | gdb-kernel-debugging.txt | 147 this is just a snapshot of the initial version:
|
D | futex-requeue-pi.txt | 104 and pthread_cond_timedwait()) to block on the initial futex and wait
|
D | media-framework.txt | 122 advance by the entity driver. As an initial estimate, media_entity_init 125 the initial estimate.
|
D | padata.txt | 147 the CPU requested in the initial call to padata_do_parallel(); it, too, is
|
D | kmemleak.txt | 108 Upon initial bootup your /sys/kernel/debug/kmemleak output page may be
|
D | crc32.txt | 181 a remainder of 0, an initial remainder of all ones is used. As long as
|
D | kernel-parameters.txt | 595 checkreqprot [SELINUX] Set initial checkreqprot flag value. 872 The number of initial APIC ID for the 1103 enforcing [SELINUX] Set initial enforcing status. 1454 initrd= [BOOT] Specify the location of the initial ramdisk 2426 initial RAM disk. 3351 later to disable prior to initial policy load. 3467 as the initial boot-console. 3773 [USB] Specifies timeout for the initial 64-byte 3818 initial READ(10) command);
|
D | 00-INDEX | 231 - how to use the RAM disk as an initial/temporary root filesystem.
|
D | vfio.txt | 433 initial implementation by Tom Lyon while as Cisco. We've since
|
/linux-4.1.27/Documentation/dvb/ |
D | contributors.txt | 4 for the initial saa7146 driver and its recent overhaul 7 for his work on the initial Linux DVB driver
|
D | faq.txt | 23 you might have to supply some start data in apps/scan/initial.h.
|
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 397 bool initial = true; in gc_node_segment() local 415 if (initial) { in gc_node_segment() 441 if (initial) { in gc_node_segment() 442 initial = false; in gc_node_segment()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress-scc.txt | 5 Configuration Controller) interface, used to set initial conditions
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 6 against integrity attacks. The initial method maintains an
|
D | sysfs-block-zram | 143 limit. No limit is the initial state. Unit: bytes
|
D | sysfs-class-cxl | 164 during the initial program load.
|
D | sysfs-class-net | 168 integer. Default value is 0 which corresponds to the initial
|
D | sysfs-class-mtd | 151 The initial value may be specified by the flash device driver.
|
D | sysfs-bus-pci | 290 attached, or -1 if the node is unknown. The initial value
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | README | 22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 32 - initial context establishment 40 kernel, but leave the initial context establishment to userspace. We
|
D | nfsroot.txt | 301 In order to write the initial version of nfsroot I would like to thank
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | bq2415x.txt | 18 - ti,current-limit: integer, initial maximum current charger can pull
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 3 From the initial code review:
|
/linux-4.1.27/arch/arm/mm/ |
D | tlb-v7.S | 46 orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA
|
D | tlb-v6.S | 44 orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 109 -l, --load=<long int> initial load time in us 110 -s, --sleep=<long int> initial sleep time in us
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | sint.S | 209 clrl %d0 |clear d0 - initial g,r,s for 227 | ;if initial grs set
|
D | bindec.S | 401 bfextu USER_FPCR(%a6){#26:#2},%d1 |get initial rmode bits
|
D | round.S | 489 | d0{31:29} initial guard,round,sticky
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 7 Starting with kernel 2.5.x, the old "initial ramdisk" protocol is 8 getting {replaced/complemented} with the new "initial ramfs"
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 1291 static int prism2_hw_init(struct net_device *dev, int initial) in prism2_hw_init() argument 1347 static int prism2_hw_init2(struct net_device *dev, int initial) in prism2_hw_init2() argument 1375 if (initial || local->pri_only) { in prism2_hw_init2() 1417 if (initial) { in prism2_hw_init2() 1445 static int prism2_hw_enable(struct net_device *dev, int initial) in prism2_hw_enable() argument 1468 if (initial && prism2_reset_port(dev)) { in prism2_hw_enable() 1484 static int prism2_hw_config(struct net_device *dev, int initial) in prism2_hw_config() argument 1495 if (prism2_hw_init(dev, initial)) { in prism2_hw_config() 1499 if (prism2_hw_init2(dev, initial)) in prism2_hw_config() 1505 (initial == 0 || (initial == 2 && local->num_dev_open > 0))) { in prism2_hw_config() [all …]
|
D | hostap_wlan.h | 590 int (*hw_enable)(struct net_device *dev, int initial); 591 int (*hw_config)(struct net_device *dev, int initial);
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 17 - default-state: (optional) The initial state of the LED. Valid
|
D | register-bit-led.txt | 26 - default-state: (optional) The initial state of the LED. Valid
|
/linux-4.1.27/Documentation/cgroups/ |
D | hugetlb.txt | 15 With the above step, the initial or the parent HugeTLB group becomes
|
D | cpuacct.txt | 15 With the above step, the initial or the parent accounting group becomes
|
D | net_prio.txt | 21 With the above step, the initial group acting as the parent accounting group
|
D | cgroups.txt | 195 - in init/main.c, to initialize the root cgroups and initial 606 initial state. This is currently only used on the unified hierarchy 611 that the hidden subsystem can return to the initial neutral state. 613 ensures that the configuration is in the initial state when it is made
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal_emulation | 20 The sysfs node, 'emul_node', will contain value 0 for the initial state. When you input any
|
/linux-4.1.27/fs/romfs/ |
D | Kconfig | 6 initial ram disks of installation disks, but it could be used for
|
/linux-4.1.27/security/ |
D | Kconfig | 85 initial state as well as data reset protection. This is used to 86 create a robust initial kernel measurement and verification, which
|
/linux-4.1.27/Documentation/arm/Samsung/ |
D | Overview.txt | 7 The Samsung range of ARM SoCs spans many similar devices, from the initial
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 54 Loan of initial FibreChannel disk array used for development work.
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 53 ;; setup port PA and PB default initial directions and data
|
D | head_v10.S | 231 ;; setup port PA and PB default initial directions and data
|
/linux-4.1.27/Documentation/input/ |
D | cma3000_d0x.txt | 37 Platform data need to be configured for initial default values.
|
D | joystick-api.txt | 14 (JS_EVENT_INIT) that you can read to check the initial state of the 48 #define JS_EVENT_INIT 0x80 /* initial state of device */
|
D | ntrig.txt | 98 the initial activation filter is satisfied. The intent is to provide
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-core.h | 110 int initial; member
|
D | camif-regs.c | 271 cfg = S3C_CISS_OFFS_INITIAL(offset->initial); in camif_hw_set_output_dma()
|
D | camif-capture.c | 60 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left; in camif_prepare_dma_offset() 64 f->dma_offset.initial, f->dma_offset.line); in camif_prepare_dma_offset()
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 18 to see if memory is used before it has been given an initial value.
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 75 - duration allows setting timer value in msecs. The initial value is 0. 77 duration as needed. The initial and default value is 0. This will allow
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 108 The key point is that the initial reference added by add() is not removed
|
D | torture.txt | 21 restart the tests, regardless of the initial state specified by the
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 86 * - set initial clock frequency of 74.25MHz
|
D | clock-bindings.txt | 137 Some platforms may require initial configuration of default parent clocks
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 51 or a host. The initial role is decided by the type of
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 41 The number of milliseconds to delay after an initial bus reset.
|
D | Kconfig.aic7xxx | 46 The number of milliseconds to delay after an initial bus reset.
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 189 int initial); 1876 int initial) in megasas_get_ld_vf_affiliation_111() argument 1903 if (initial) in megasas_get_ld_vf_affiliation_111() 1933 if (initial) in megasas_get_ld_vf_affiliation_111() 1955 if (!initial) { in megasas_get_ld_vf_affiliation_111() 1989 int initial) in megasas_get_ld_vf_affiliation_12() argument 2017 if (initial) in megasas_get_ld_vf_affiliation_12() 2049 if (initial) in megasas_get_ld_vf_affiliation_12() 2070 if (!initial) { in megasas_get_ld_vf_affiliation_12() 2161 int initial) in megasas_get_ld_vf_affiliation() argument [all …]
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 168 which are 'A'live, and the array is 2/490221568 complete with its initial 180 resync - Array is undergoing its initial synchronization
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 43 interval. The check_interval variable is both the initial and
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 72 4.00.06 - Fix timeout with initial FFDC command
|
D | qlogicfas.txt | 51 Make sure it works properly under DOS. You should also do an initial FDISK
|
D | ncr53c8xx.txt | 88 The initial Linux ncr53c8xx driver has been a port of the ncr driver from 755 burst:255 get burst length from initial IO register settings. 786 irqm:1 same as initial settings (assumed BIOS settings) 856 safe:y load the following assumed fail safe initial setup
|
D | aic7xxx.txt | 234 Definition: Do not reset the bus during the initial probe
|
D | sym53c8xx_2.txt | 454 burst=255 get burst length from initial IO register settings. 473 irqm=1 same as initial settings (assumed BIOS settings)
|
D | aic79xx.txt | 237 Definition: Do not reset the bus during the initial probe
|
D | ChangeLog.lpfc | 86 * Fixed RSCN handling during initial link initialization. 380 initial discovery, and IO not starting to disks). Backs out 745 * Added initial sysfs discovery shost attributes. 847 * Get rid of initial static routine declarations in lpfc_hbadisc.c
|
D | ChangeLog.ncr53c8xx | 230 - Still a buglet in the tags initial settings that needed to be fixed.
|
/linux-4.1.27/Documentation/frv/ |
D | configuring.txt | 39 This controls the initial data cache write management mode. By default
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 63 The first two tx messages sent look like this. Note: The initial
|
/linux-4.1.27/arch/nios2/platform/ |
D | Kconfig.platform | 10 from. This address is used to link the kernel and setup initial memory
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 100 the initial recovery message.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | mc13xxx.txt | 16 - leds : Contain the led nodes and initial register values in property
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 144 For output GPIOs, the value provided becomes the initial output value. 301 /* request a single GPIO, with initial configuration specified by 320 * GPIOF_INIT_LOW - as output, set initial level to LOW 321 * GPIOF_INIT_HIGH - as output, set initial level to HIGH 332 * GPIOF_OUT_INIT_LOW - configured as output, initial level LOW 333 * GPIOF_OUT_INIT_HIGH - configured as output, initial level HIGH 684 configure the GPIO as an output with that initial value.
|
D | consumer.txt | 42 The flags parameter is used to optionally specify a direction and initial value 155 For output GPIOs, the value provided becomes the initial output value. This
|
D | sysfs.txt | 65 configure the GPIO as an output with that initial value.
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 135 ! go to save_pc for a reschedule, or the initial thread.pc for a new process
|
/linux-4.1.27/drivers/video/fbdev/savage/ |
D | savagefb.h | 195 struct savage_reg initial; member
|
D | savagefb_driver.c | 1620 savage_get_default_par(par, &par->initial); in savagefb_open() 1635 savage_set_default_par(par, &par->initial); in savagefb_release()
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 22 to use an initial ramdisk (initrd) to boot.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 93 startmode initial operation mode (see section 2.5.): 96 usb_gigaset ) cidmode initial Call-ID mode setting (see section 349 The initial value can be set using the debug parameter when loading the
|
D | syncPPP.FAQ | 82 the 'master' or initial call. Now you can add
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 116 the limit. No limit is the initial state. Unit: bytes
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | head.S | 209 # set up the initial kernel stack
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 341 Configures the initial data for the general port A bits. Most 370 Configures the initial data for the general port A bits. Most
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 186 nodelay: Force selection of a timeout setting without initial delay 210 timer_margin: initial watchdog timeout (in seconds)
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 62 acknowledge back to userspace. After the initial protocol byte every
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 44 that group. If it manages to find such a runqueue, it locks both our initial
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 472 The 32-bit linear address of the initial ramdisk or ramfs. Leave at 473 zero if there is no initial ramdisk/ramfs. 480 Size of the initial ramdisk or ramfs. Leave at zero if there is no 481 initial ramdisk/ramfs. 548 The maximum address that may be occupied by the initial 752 initial remainder of 0xffffffff. The checksum is appended to the
|
/linux-4.1.27/Documentation/hwmon/ |
D | ds1621 | 126 At initial device power-on, the default resolution is set to 12-bits.
|
D | f71805f | 22 for providing initial documentation.
|
D | lm85 | 107 steps, but in initial testing of the ADM1027 it was 1.00 degC steps. Analog
|
D | abituguru-datasheet | 16 Original version by Olle Sandberg who did the heavy lifting of the initial
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 124 The initial consumer of trusted keys is EVM, which at boot time needs a high
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 55 framework registers a set of initial OPPs per device with the OPP layer. This 57 This initial list contains a set of OPPs that the framework expects to be safely
|
D | runtime_pm.txt | 233 equal to zero); the initial value of it is 1 (i.e. runtime PM is 260 - the runtime PM status of the device; this field's initial value is 534 In addition to that, the initial runtime PM status of all devices is 552 If the default initial runtime PM status of the device (i.e. 'suspended')
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 124 This ioctl can be used to perform an initial cpu reset as defined by the
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 341 ;; task. thus the initial kernel stack is in the same page as the 499 ;; setup port PA and PB default initial directions and data
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 11 One of the initial goals of this design was to readily support IPsec,
|
D | descore-readme.txt | 320 Fips|Core determines whether a completely standard FIPS initial
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 71 The initial lglock implementation from Nick Piggin used some complex
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 161 Instruments in the initial development of this driver.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 504 inital||initial 536 intial||initial
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 50 u16 initial; /* initial VFs associated with the PF */ member
|
D | bnx2x_sriov.c | 1182 pci_read_config_word(dev, pos + PCI_SRIOV_INITIAL_VF, &iov->initial); in bnx2x_sriov_pci_cfg_info() 1215 iov->initial, iov->nr_virtfn, iov->offset, iov->stride, iov->pgsz); in bnx2x_sriov_info()
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 61 specifies an initial resource "budget", decremented by "size"
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4412-odroid-common.dtsi | 199 initial-mode = <1>;
|
D | dra72-evm.dts | 270 lines-initial-states = <0x1408>;
|
D | dra7-evm.dts | 406 lines-initial-states = <0x1408>;
|
/linux-4.1.27/Documentation/blockdev/ |
D | ramdisk.txt | 16 is required for initrd, an initial filesystem used if you need to load modules
|
D | README.DAC960 | 63 online configuration management capabilities. Except for initial configuration 271 Initialization facility so that system downtime is minimized both for initial 288 checks for additional conditions every 60 seconds. The initial status of each
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 130 connects the SSPTX pin to the SSPRX pin. This is useful for initial setup
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 74 /dev/ram: -> 0x0100 (initial ramdisk) 88 initial ramdisk loaded by your bootstrap program (please consult the 90 initial ramdisk). As of kernel version 2.0.18 you must specify 91 /dev/ram as the root device if you want to boot from an initial
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 146 It has basic support for Linux wireless extensions and initial
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 111 PPS source, "default_params" tells the system what the initial default
|
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 124 nopan - create initial consoles with vyres = yres, thus disabling virtual 126 pan - create initial consoles as tall as possible (vyres = memory/vxres).
|
D | fbcon.txt | 79 Select the initial font to use. The value 'name' can be any of the
|
/linux-4.1.27/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 1561 @ generate initial tweak 1566 mov r0,sp @ pointer to initial tweak 1602 vld1.8 {q8}, [r0] @ initial tweak 2051 @ generate initial tweak 2056 mov r0, sp @ pointer to initial tweak 2097 vld1.8 {q8}, [r0] @ initial tweak
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 67 Joerg Schubert SB16 DSP support (initial version). 69 Megens SA MIDI recording for SB and SB Pro (initial version). 77 Marc Hoffman PSS support (initial version). 78 Rainer Vranken Initialization for Jazz16 (initial version). 80 JRA Gibson 16 bit mode for Jazz16 (initial version) 81 Davor Jadrijevic MAD16 support (initial version) 82 Gregor Hoffleit Mozart support (initial version)
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 56 with the initial cpu they support in the series to ensure a short
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 105 from their initial node and kernel data structures.
|
D | cleancache.txt | 155 initial implementation of cleancache didn't provide this hook.
|
D | frontswap.txt | 218 and/or the block I/O subsystem. That said, only the initial "store"
|
D | transhuge.txt | 60 - this initial support only offers the feature in the anonymous memory
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 111 may pass arbitrary information to the initial domain.
|
/linux-4.1.27/Documentation/usb/ |
D | persist.txt | 46 was asleep, on many systems during the initial stages of wakeup the
|
D | usbmon.txt | 160 status, offset, and length respectively. For submissions, initial length
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha256-avx2-asm.S | 554 ## load initial digest 696 ## load initial digest
|
D | sha256-avx-asm.S | 368 ## load initial digest
|
D | sha256-ssse3-asm.S | 374 ## load initial digest
|
D | sha512-avx2-asm.S | 591 ## load initial digest
|
/linux-4.1.27/mm/ |
D | Kconfig | 405 This option specifies the initial value of this option. The default 637 A sane initial value is 80 MB.
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 51 blob using a single section mapping in the initial page tables.
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 97 2. prepare an array for the initial pin configurations, e.g.:
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 231 The compression parameter is semiglobal; it sets the initial compression
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 80 You can give `configure' initial values for configuration parameters
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 388 Shows the initial pin default config values set by BIOS. 397 value. The given will be used instead of the initial BIOS value at 521 After the `[pincfg]` line, the contents are parsed as the initial
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 187 will be checked at run time. After an initial hash result is
|
/linux-4.1.27/arch/sh/lib/ |
D | memcpy-sh4.S | 417 ! copy initial words until cache line aligned
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_44x.S | 1076 #; Set initial values.
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 89 the interface to keep track of the audio state. The initial state is _DISABLED;
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 242 Aside the current initial submission of i386 support, the patchset has been
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 312 line parameters from the initial u-boot stack.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 686 1=set initial SCR value when starting encoding (works).
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 79 /* save any bare state needed in order to do initial checking */
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 670 Lower values mean lower latencies for initial faults, but at the same time 715 The initial value is zero. Kernel does not use this value at boot time to set
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 31 The kvm API is centered around file descriptors. An initial 988 Arguments for enabling a feature. If a feature needs initial values to 2519 registers to their initial values. If this is not called, KVM_RUN will 2526 after the vcpu has been run. This will reset the vcpu to its initial 2527 state. All calls to this function after the initial call must use the same 3507 initial set of hcalls are enabled for in-kernel handling, which 3555 initial handling in the kernel, KVM exits to user space with
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 20 # before discrete ones so they will be the initial/default value:
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 524 // any context data. intended for use only during initial
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 551 initial download or if a user performs a write), then the page should be 751 The initial enablement state is set by fscache_acquire_cookie(), but the cookie
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 28 initial exercise.
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 552 to keep the time the same. The initial string is simply a write of
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 3031 place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) in place_entity() argument 3041 if (initial && sched_feat(START_DEBIT)) in place_entity() 3045 if (!initial) { in place_entity()
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 367 during the initial install of Linux.
|