Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 200 of 251) sorted by relevance

12

/linux-4.1.27/usr/
DKconfig32 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/
Dusb3503.txt16 - initial-mode: Should specify initial mode.
35 initial-mode = <1>;
/linux-4.1.27/drivers/input/joystick/
Danalog.c134 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/
Diov.c233 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/
Dpadlock-aes.c262 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/
Drtc-cmos.txt11 - 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/
DItsy9 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/
Dmax77802.txt35 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>;
Dgpio-regulator.txt11 - gpios-states : gpios pin's initial states array. 0: LOW, 1: HIGH.
Dregulator.txt37 - regulator-initial-mode: initial operating mode. The set of possible operating
Dlp872x.txt30 - ti,dvs-state: initial DVS pin state. 0 = DVS_LOW, 1 = DVS_HIGH.
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
DKconfig104 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/
DKconfig65 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/
Dframerelay.txt19 With this initial offering, only 1 FRAD driver is available. With many thanks
30 an initial configuration.
Dsctp.txt17 The initial project goal is to create an Linux kernel reference implementation
De1000e.txt153 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
Ddccp.txt146 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
Doperstates.txt142 -query RTM_GETLINK once to get initial state
143 -if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until
Dip-sysctl.txt120 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 …]
De1000.txt215 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
Dxfrm_sync.txt2 The sync patches work is based on initial patches from
Dz8530drv.txt505 The initial waittime before any transmit attempt, after the
/linux-4.1.27/arch/openrisc/
DREADME.openrisc4 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/
DPorting35 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
DSetup100 initial ramdisk.
Dvlocks.txt164 to keep the code simple this was not attempted in the initial
DREADME167 The initial entry into the kernel is via head.S, which uses machine
/linux-4.1.27/arch/cris/arch-v32/
DKconfig208 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/
Dhead_32.S82 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/
Dimx-audmux.txt11 An initial configuration can be setup using child nodes.
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt39 - lines-initial-states: Bitmask that specifies the initial state of each
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt21 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,
Dsysfs-tagging.txt41 - initial_ns() which returns the initial namesapce
Dromfs.txt3 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
Dgfs2-uevents.txt43 for every journal recovered, whether it is during the initial mount
Dtmpfs.txt127 To specify the initial root directory you can use the following mount
Dafs.txt94 Where the initial character is either a hash or a percent symbol depending on
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-mv64xxx.txt14 very rare, initial version of the SoC which
/linux-4.1.27/Documentation/
Dio-mapping.txt2 efficiently mapping small regions of an I/O device to the CPU. The initial
65 The initial implementation of these functions uses existing mapping
Dinit.txt22 C) Possibly a conflict in console= setup --> initial console unavailable.
Dinitrd.txt1 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
Dintel_txt.txt60 To get trust in the initial kernel without using Intel TXT, a
82 system configuration and initial state than would be otherwise
Dgdb-kernel-debugging.txt147 this is just a snapshot of the initial version:
Dfutex-requeue-pi.txt104 and pthread_cond_timedwait()) to block on the initial futex and wait
Dmedia-framework.txt122 advance by the entity driver. As an initial estimate, media_entity_init
125 the initial estimate.
Dpadata.txt147 the CPU requested in the initial call to padata_do_parallel(); it, too, is
Dkmemleak.txt108 Upon initial bootup your /sys/kernel/debug/kmemleak output page may be
Dcrc32.txt181 a remainder of 0, an initial remainder of all ones is used. As long as
Dkernel-parameters.txt595 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);
D00-INDEX231 - how to use the RAM disk as an initial/temporary root filesystem.
Dvfio.txt433 initial implementation by Tom Lyon while as Cisco. We've since
/linux-4.1.27/Documentation/dvb/
Dcontributors.txt4 for the initial saa7146 driver and its recent overhaul
7 for his work on the initial Linux DVB driver
Dfaq.txt23 you might have to supply some start data in apps/scan/initial.h.
/linux-4.1.27/fs/f2fs/
Dgc.c397 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/
Dvexpress-scc.txt5 Configuration Controller) interface, used to set initial conditions
/linux-4.1.27/Documentation/ABI/testing/
Devm6 against integrity attacks. The initial method maintains an
Dsysfs-block-zram143 limit. No limit is the initial state. Unit: bytes
Dsysfs-class-cxl164 during the initial program load.
Dsysfs-class-net168 integer. Default value is 0 which corresponds to the initial
Dsysfs-class-mtd151 The initial value may be specified by the flash device driver.
Dsysfs-bus-pci290 attached, or -1 if the node is unknown. The initial value
/linux-4.1.27/arch/cris/boot/compressed/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-server-gss.txt32 - initial context establishment
40 kernel, but leave the initial context establishment to userspace. We
Dnfsroot.txt301 In order to write the initial version of nfsroot I would like to thank
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dbq2415x.txt18 - ti,current-limit: integer, initial maximum current charger can pull
/linux-4.1.27/drivers/staging/media/bcm2048/
DTODO3 From the initial code review:
/linux-4.1.27/arch/arm/mm/
Dtlb-v7.S46 orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA
Dtlb-v6.S44 orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH109 -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/
Dsint.S209 clrl %d0 |clear d0 - initial g,r,s for
227 | ;if initial grs set
Dbindec.S401 bfextu USER_FPCR(%a6){#26:#2},%d1 |get initial rmode bits
Dround.S489 | d0{31:29} initial guard,round,sticky
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt7 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/
Dhostap_hw.c1291 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 …]
Dhostap_wlan.h590 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/
Dleds-gpio.txt17 - default-state: (optional) The initial state of the LED. Valid
Dregister-bit-led.txt26 - default-state: (optional) The initial state of the LED. Valid
/linux-4.1.27/Documentation/cgroups/
Dhugetlb.txt15 With the above step, the initial or the parent HugeTLB group becomes
Dcpuacct.txt15 With the above step, the initial or the parent accounting group becomes
Dnet_prio.txt21 With the above step, the initial group acting as the parent accounting group
Dcgroups.txt195 - 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/
Dexynos_thermal_emulation20 The sysfs node, 'emul_node', will contain value 0 for the initial state. When you input any
/linux-4.1.27/fs/romfs/
DKconfig6 initial ram disks of installation disks, but it could be used for
/linux-4.1.27/security/
DKconfig85 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/
DOverview.txt7 The Samsung range of ARM SoCs spans many similar devices, from the initial
/linux-4.1.27/drivers/staging/i2o/
DREADME54 Loan of initial FibreChannel disk array used for development work.
/linux-4.1.27/arch/cris/boot/rescue/
Dkimagerescue.S53 ;; setup port PA and PB default initial directions and data
Dhead_v10.S231 ;; setup port PA and PB default initial directions and data
/linux-4.1.27/Documentation/input/
Dcma3000_d0x.txt37 Platform data need to be configured for initial default values.
Djoystick-api.txt14 (JS_EVENT_INIT) that you can read to check the initial state of the
48 #define JS_EVENT_INIT 0x80 /* initial state of device */
Dntrig.txt98 the initial activation filter is satisfied. The intent is to provide
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-core.h110 int initial; member
Dcamif-regs.c271 cfg = S3C_CISS_OFFS_INITIAL(offset->initial); in camif_hw_set_output_dma()
Dcamif-capture.c60 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/
DKconfig.kmemcheck18 to see if memory is used before it has been given an initial value.
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt75 - 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/
Drcuref.txt108 The key point is that the initial reference added by add() is not removed
Dtorture.txt21 restart the tests, regardless of the initial state specified by the
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dsilabs,si5351.txt86 * - set initial clock frequency of 74.25MHz
Dclock-bindings.txt137 Some platforms may require initial configuration of default parent clocks
/linux-4.1.27/drivers/usb/core/
DKconfig51 or a host. The initial role is decided by the type of
/linux-4.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx41 The number of milliseconds to delay after an initial bus reset.
DKconfig.aic7xxx46 The number of milliseconds to delay after an initial bus reset.
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c189 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/
Ddm-raid.txt168 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/
Dmachinecheck43 interval. The check_interval variable is both the initial and
/linux-4.1.27/Documentation/scsi/
DChangeLog.ips72 4.00.06 - Fix timeout with initial FFDC command
Dqlogicfas.txt51 Make sure it works properly under DOS. You should also do an initial FDISK
Dncr53c8xx.txt88 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
Daic7xxx.txt234 Definition: Do not reset the bus during the initial probe
Dsym53c8xx_2.txt454 burst=255 get burst length from initial IO register settings.
473 irqm=1 same as initial settings (assumed BIOS settings)
Daic79xx.txt237 Definition: Do not reset the bus during the initial probe
DChangeLog.lpfc86 * 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
DChangeLog.ncr53c8xx230 - Still a buglet in the tags initial settings that needed to be fixed.
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt39 This controls the initial data cache write management mode. By default
/linux-4.1.27/Documentation/networking/caif/
DREADME63 The first two tx messages sent look like this. Note: The initial
/linux-4.1.27/arch/nios2/platform/
DKconfig.platform10 from. This address is used to link the kernel and setup initial memory
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset100 the initial recovery message.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt16 - leds : Contain the led nodes and initial register values in property
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt144 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.
Dconsumer.txt42 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
Dsysfs.txt65 configure the GPIO as an output with that initial value.
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dswitchto.S135 ! go to save_pc for a reschedule, or the initial thread.pc for a new process
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb.h195 struct savage_reg initial; member
Dsavagefb_driver.c1620 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/
DKconfig22 to use an initial ramdisk (initrd) to boot.
/linux-4.1.27/Documentation/isdn/
DREADME.gigaset93 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
DsyncPPP.FAQ82 the 'master' or initial call. Now you can add
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-block-zram116 the limit. No limit is the initial state. Unit: bytes
/linux-4.1.27/arch/mn10300/kernel/
Dhead.S209 # set up the initial kernel stack
/linux-4.1.27/arch/cris/arch-v10/
DKconfig341 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/
Dwatchdog-parameters.txt186 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/
DKconfig62 acknowledge back to userspace. After the initial protocol byte every
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt44 that group. If it manages to find such a runqueue, it locks both our initial
/linux-4.1.27/Documentation/x86/
Dboot.txt472 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/
Dds1621126 At initial device power-on, the default resolution is set to 12-bits.
Df71805f22 for providing initial documentation.
Dlm85107 steps, but in initial testing of the ADM1027 it was 1.00 degC steps. Analog
Dabituguru-datasheet16 Original version by Olle Sandberg who did the heavy lifting of the initial
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt124 The initial consumer of trusted keys is EVM, which at boot time needs a high
/linux-4.1.27/Documentation/power/
Dopp.txt55 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
Druntime_pm.txt233 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/
Dkvm.txt124 This ioctl can be used to perform an initial cpu reset as defined by the
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S341 ;; 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/
Dapi-intro.txt11 One of the initial goals of this design was to readily support IPsec,
Ddescore-readme.txt320 Fips|Core determines whether a completely standard FIPS initial
/linux-4.1.27/Documentation/locking/
Dlglock.txt71 The initial lglock implementation from Nick Piggin used some complex
/linux-4.1.27/Documentation/i2c/busses/
Di2c-i801161 Instruments in the initial development of this driver.
/linux-4.1.27/scripts/
Dspelling.txt504 inital||initial
536 intial||initial
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h50 u16 initial; /* initial VFs associated with the PF */ member
Dbnx2x_sriov.c1182 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/
Dfault-injection.txt61 specifies an initial resource "budget", decremented by "size"
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4412-odroid-common.dtsi199 initial-mode = <1>;
Ddra72-evm.dts270 lines-initial-states = <0x1408>;
Ddra7-evm.dts406 lines-initial-states = <0x1408>;
/linux-4.1.27/Documentation/blockdev/
Dramdisk.txt16 is required for initrd, an initial filesystem used if you need to load modules
DREADME.DAC96063 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/
Dpxa2xx130 connects the SSPTX pin to the SSPRX pin. This is useful for initial setup
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt74 /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/
DKconfig146 It has basic support for Linux wireless extensions and initial
/linux-4.1.27/Documentation/pps/
Dpps.txt111 PPS source, "default_params" tells the system what the initial default
/linux-4.1.27/Documentation/fb/
Dmatroxfb.txt124 nopan - create initial consoles with vyres = yres, thus disabling virtual
126 pan - create initial consoles as tall as possible (vyres = memory/vxres).
Dfbcon.txt79 Select the initial font to use. The value 'name' can be any of the
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped1561 @ 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/
DREADME.OSS67 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/
DOverview.txt56 with the initial cpu they support in the series to ensure a short
/linux-4.1.27/Documentation/vm/
Dnuma105 from their initial node and kernel data structures.
Dcleancache.txt155 initial implementation of cleancache didn't provide this hook.
Dfrontswap.txt218 and/or the block I/O subsystem. That said, only the initial "store"
Dtranshuge.txt60 - this initial support only offers the feature in the anonymous memory
/linux-4.1.27/drivers/xen/
DKconfig111 may pass arbitrary information to the initial domain.
/linux-4.1.27/Documentation/usb/
Dpersist.txt46 was asleep, on many systems during the initial stages of wakeup the
Dusbmon.txt160 status, offset, and length respectively. For submissions, initial length
/linux-4.1.27/arch/x86/crypto/
Dsha256-avx2-asm.S554 ## load initial digest
696 ## load initial digest
Dsha256-avx-asm.S368 ## load initial digest
Dsha256-ssse3-asm.S374 ## load initial digest
Dsha512-avx2-asm.S591 ## load initial digest
/linux-4.1.27/mm/
DKconfig405 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/
Dbooting.txt51 blob using a single section mapping in the initial page tables.
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt97 2. prepare an array for the initial pin configurations, e.g.:
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt231 The compression parameter is semiglobal; it sets the initial compression
/linux-4.1.27/tools/usb/usbip/
DINSTALL80 You can give `configure' initial values for configuration parameters
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt388 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/
Dfsl-sec4.txt187 will be checked at run time. After an initial hash result is
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S417 ! copy initial words until cache line aligned
/linux-4.1.27/arch/powerpc/kernel/
Dhead_44x.S1076 #; Set initial values.
/linux-4.1.27/Documentation/arm/OMAP/
DDSS89 the interface to keep track of the audio state. The initial state is _DISABLED;
/linux-4.1.27/Documentation/timers/
Dhighres.txt242 Aside the current initial submission of i386 support, the patchset has been
/linux-4.1.27/arch/m68k/
DKconfig.machine312 line parameters from the initial u-boot stack.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt686 1=set initial SCR value when starting encoding (works).
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt79 /* save any bare state needed in order to do initial checking */
/linux-4.1.27/Documentation/sysctl/
Dvm.txt670 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/
Dapi.txt31 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/
DKconfig20 # before discrete ones so they will be the initial/default value:
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc524 // any context data. intended for use only during initial
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt551 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/
D1.Intro28 initial exercise.
/linux-4.1.27/kernel/trace/
DKconfig552 to keep the time the same. The initial string is simply a write of
/linux-4.1.27/kernel/sched/
Dfair.c3031 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/
DKconfig367 during the initial install of Linux.

12