Home
last modified time | relevance | path

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

12

/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/usb/
Dusb3503.txt16 - initial-mode: Should specify initial mode.
35 initial-mode = <1>;
/linux-4.4.14/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.4.14/drivers/pci/
Diov.c243 u16 initial; in sriov_enable() local
256 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable()
257 if (initial > iov->total_VFs || in sriov_enable()
258 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
262 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial))) in sriov_enable()
313 iov->initial_VFs = initial; in sriov_enable()
314 if (nr_virtfn < initial) in sriov_enable()
315 initial = nr_virtfn; in sriov_enable()
317 rc = pcibios_sriov_enable(dev, initial); in sriov_enable()
323 for (i = 0; i < initial; i++) { in sriov_enable()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt91 - regulator-initial-mode:
94 Description: 2 = Set initial mode to auto mode (automatically select
98 1 = Set initial mode to high power mode (HPM), also referred
105 0 = Set initial mode to low power mode (LPM).
Dmax77802.txt56 The regulators that support the standard "regulator-initial-mode" property,
59 The possible values for "regulator-initial-mode" and "regulator-mode" are:
90 regulator-initial-mode = <MAX77802_OPMODE_LP>;
Dgpio-regulator.txt11 - gpios-states : gpios pin's initial states array. 0: LOW, 1: HIGH.
Dregulator.txt40 - 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.4.14/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.4.14/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
/linux-4.4.14/arch/cris/arch-v32/
DKconfig119 Configures the initial data for the general port A bits. Most
141 Configures the initial data for the general port B bits. Most
163 Configures the initial data for the general port C bits. Most
185 Configures the initial data for the general port D bits. Most
207 Configures the initial data for the general port E bits. Most
/linux-4.4.14/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.
406 2 - Always enabled, use initial MSS of tcp_base_mss.
421 near future can use these to set initial conditions. Usually, this
448 between this initial value and tcp_max_reordering
475 exponential backoff with an initial RTO of TCP_RTO_MIN would
498 default: initial size of receive buffer used by TCP sockets.
531 with the current initial RTO of 1second. With this the final timeout
588 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
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/sound/
Dimx-audmux.txt11 An initial configuration can be setup using child nodes.
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt39 - lines-initial-states: Bitmask that specifies the initial state of each
/linux-4.4.14/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
Dquota.txt36 are sent only in initial network namespace.
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
Ddebugfs.txt54 Create a file with an initial size, the following function can be used
62 file_size is the initial file size. The other parameters are the same
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.4.14/Documentation/devicetree/bindings/i2c/
Di2c-mv64xxx.txt14 very rare, initial version of the SoC which
/linux-4.4.14/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
Dfutex-requeue-pi.txt104 and pthread_cond_timedwait()) to block on the initial futex and wait
Dgdb-kernel-debugging.txt147 this is just a snapshot of the initial version:
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.txt602 checkreqprot [SELINUX] Set initial checkreqprot flag value.
887 The number of initial APIC ID for the
1158 enforcing [SELINUX] Set initial enforcing status.
1518 initrd= [BOOT] Specify the location of the initial ramdisk
2503 initial RAM disk.
3471 later to disable prior to initial policy load.
3587 as the initial boot-console.
3893 [USB] Specifies timeout for the initial 64-byte
3938 initial READ(10) command);
D00-INDEX231 - how to use the RAM disk as an initial/temporary root filesystem.
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt5 Configuration Controller) interface, used to set initial conditions
/linux-4.4.14/arch/cris/boot/compressed/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/linux-4.4.14/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-net187 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-class-cxl193 during the initial program load.
Dsysfs-bus-pci290 attached, or -1 if the node is unknown. The initial value
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt32 - initial context establishment
40 kernel, but leave the initial context establishment to userspace. We
Dnfsroot.txt304 In order to write the initial version of nfsroot I would like to thank
/linux-4.4.14/drivers/staging/media/bcm2048/
DTODO3 From the initial code review:
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dbq2415x.txt18 - ti,current-limit: integer, initial maximum current charger can pull
/linux-4.4.14/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.4.14/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.4.14/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.4.14/fs/f2fs/
Dgc.c406 bool initial = true; in gc_node_segment() local
428 if (initial) { in gc_node_segment()
460 if (initial) { in gc_node_segment()
461 initial = false; in gc_node_segment()
/linux-4.4.14/Documentation/sound/alsa/
DJack-Controls.txt39 jack and set initial_kctl to true to create an initial kcontrol with
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.4.14/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.4.14/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.4.14/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.4.14/Documentation/thermal/
Dexynos_thermal_emulation20 The sysfs node, 'emul_node', will contain value 0 for the initial state. When you input any
Dcpu-cooling-api.txt108 factors. Therefore, in initial implementation that contribution is
/linux-4.4.14/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.4.14/fs/romfs/
DKconfig6 initial ram disks of installation disks, but it could be used for
/linux-4.4.14/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.4.14/Documentation/arm/Samsung/
DOverview.txt7 The Samsung range of ARM SoCs spans many similar devices, from the initial
/linux-4.4.14/drivers/staging/wilc1000/
DKconfig21 during initial time. The driver will also free the buffer
/linux-4.4.14/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.4.14/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.4.14/Documentation/input/
Dcma3000_d0x.txt37 Platform data need to be configured for initial default values.
Duserio.txt41 written to the character device after the initial command will be ignored.
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.4.14/lib/
DKconfig.kmemcheck18 to see if memory is used before it has been given an initial value.
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/boot/dts/
Ddra72-evm.dts425 lines-initial-states = <0x1408>;
462 * initial state is used here to keep the mdio interface
467 lines-initial-states = <0x0f2b>;
Dexynos4412-odroid-common.dtsi214 initial-mode = <1>;
Ddra7-evm.dts543 lines-initial-states = <0x1408>;
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c195 int initial);
1986 int initial) in megasas_get_ld_vf_affiliation_111() argument
2013 if (initial) in megasas_get_ld_vf_affiliation_111()
2044 if (initial) in megasas_get_ld_vf_affiliation_111()
2067 if (!initial) { in megasas_get_ld_vf_affiliation_111()
2096 int initial) in megasas_get_ld_vf_affiliation_12() argument
2124 if (initial) in megasas_get_ld_vf_affiliation_12()
2156 if (initial) in megasas_get_ld_vf_affiliation_12()
2179 if (!initial) { in megasas_get_ld_vf_affiliation_12()
2266 int initial) in megasas_get_ld_vf_affiliation() argument
[all …]
/linux-4.4.14/Documentation/x86/x86_64/
Dmachinecheck43 interval. The check_interval variable is both the initial and
/linux-4.4.14/Documentation/scsi/
Dqlogicfas.txt51 Make sure it works properly under DOS. You should also do an initial FDISK
DChangeLog.ips72 4.00.06 - Fix timeout with initial FFDC command
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
/linux-4.4.14/arch/nios2/platform/
DKconfig.platform10 from. This address is used to link the kernel and setup initial memory
/linux-4.4.14/Documentation/networking/caif/
DREADME63 The first two tx messages sent look like this. Note: The initial
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt16 - leds : Contain the led nodes and initial register values in property
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt39 This controls the initial data cache write management mode. By default
/linux-4.4.14/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.
Dsysfs.txt64 configure the GPIO as an output with that initial value.
Dconsumer.txt45 The flags parameter is used to optionally specify a direction and initial value
158 For output GPIOs, the value provided becomes the initial output value. This
/linux-4.4.14/drivers/usb/core/
DKconfig51 or a host. The initial role is decided by the type of
/linux-4.4.14/fs/xfs/
DKconfig22 to use an initial ramdisk (initrd) to boot.
/linux-4.4.14/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.4.14/drivers/video/fbdev/savage/
Dsavagefb.h195 struct savage_reg initial; member
Dsavagefb_driver.c1616 savage_get_default_par(par, &par->initial); in savagefb_open()
1631 savage_set_default_par(par, &par->initial); in savagefb_release()
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset102 the initial recovery message.
/linux-4.4.14/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.4.14/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.4.14/Documentation/ABI/obsolete/
Dsysfs-block-zram116 the limit. No limit is the initial state. Unit: bytes
/linux-4.4.14/arch/mn10300/kernel/
Dhead.S209 # set up the initial kernel stack
/linux-4.4.14/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.4.14/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.4.14/drivers/net/arcnet/
DKconfig58 acknowledge back to userspace. After the initial protocol byte every
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt44 that group. If it manages to find such a runqueue, it locks both our initial
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt76 configurable pseudo-PHY address which circumvents the initial design limitation.
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S341 ;; task. thus the initial kernel stack is in the same page as the
427 ;; setup port PA and PB default initial directions and data
/linux-4.4.14/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.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt124 The initial consumer of trusted keys is EVM, which at boot time needs a high
/linux-4.4.14/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.4.14/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
530 In addition to that, the initial runtime PM status of all devices is
548 If the default initial runtime PM status of the device (i.e. 'suspended')
/linux-4.4.14/Documentation/locking/
Dlglock.txt71 The initial lglock implementation from Nick Piggin used some complex
/linux-4.4.14/Documentation/i2c/busses/
Di2c-i801164 Instruments in the initial development of this driver.
/linux-4.4.14/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.4.14/scripts/
Dspelling.txt521 inital||initial
554 intial||initial
/linux-4.4.14/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.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h52 u16 initial; /* initial VFs associated with the PF */ member
Dbnx2x_sriov.c1132 pci_read_config_word(dev, pos + PCI_SRIOV_INITIAL_VF, &iov->initial); in bnx2x_sriov_pci_cfg_info()
1165 iov->initial, iov->nr_virtfn, iov->offset, iov->stride, iov->pgsz); in bnx2x_sriov_info()
/linux-4.4.14/Documentation/spi/
Dpxa2xx124 connects the SSPTX pin to the SSPRX pin. This is useful for initial setup
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt65 specifies an initial resource "budget", decremented by "size"
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt56 initial setup before the user application is allowed to send requests
217 resize for the initial creation of the virtual LUN, the user has the
/linux-4.4.14/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.4.14/drivers/net/wireless/
DKconfig146 It has basic support for Linux wireless extensions and initial
/linux-4.4.14/Documentation/pps/
Dpps.txt111 PPS source, "default_params" tells the system what the initial default
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/arm/Samsung-S3C24XX/
DOverview.txt56 with the initial cpu they support in the series to ensure a short
/linux-4.4.14/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"
/linux-4.4.14/drivers/xen/
DKconfig111 may pass arbitrary information to the initial domain.
/linux-4.4.14/arch/x86/crypto/
Dsha256-avx2-asm.S554 ## load initial digest
696 ## load initial digest
Dsha256-ssse3-asm.S374 ## load initial digest
Dsha256-avx-asm.S368 ## load initial digest
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt231 The compression parameter is semiglobal; it sets the initial compression
/linux-4.4.14/tools/usb/usbip/
DINSTALL80 You can give `configure' initial values for configuration parameters
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt318 of a bus instance. It performs the initial bus scan of the DPRC
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt97 2. prepare an array for the initial pin configurations, e.g.:
/linux-4.4.14/mm/
DKconfig388 This option specifies the initial value of this option. The default
620 A sane initial value is 80 MB.
/linux-4.4.14/arch/sh/lib/
Dmemcpy-sh4.S417 ! copy initial words until cache line aligned
/linux-4.4.14/arch/powerpc/kernel/
Dhead_44x.S1076 #; Set initial values.
/linux-4.4.14/Documentation/timers/
Dhighres.txt242 Aside the current initial submission of i386 support, the patchset has been
/linux-4.4.14/arch/m68k/
DKconfig.machine312 line parameters from the initial u-boot stack.
/linux-4.4.14/Documentation/arm/OMAP/
DDSS89 the interface to keep track of the audio state. The initial state is _DISABLED;
/linux-4.4.14/arch/arc/
DKconfig428 The initial 8 IRQs are fixed (Timer, ICI etc) and although configurable
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt204 will be checked at run time. After an initial hash result is
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt686 1=set initial SCR value when starting encoding (works).
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt79 /* save any bare state needed in order to do initial checking */
/linux-4.4.14/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
Dkernel.txt201 %u uid (in initial user namespace)
202 %g gid (in initial user namespace)
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt31 The kvm API is centered around file descriptors. An initial
1020 Arguments for enabling a feature. If a feature needs initial values to
2555 registers to their initial values.  If this is not called, KVM_RUN will
2562 after the vcpu has been run. This will reset the vcpu to its initial
2563 state. All calls to this function after the initial call must use the same
3582 initial set of hcalls are enabled for in-kernel handling, which
3630 initial handling in the kernel, KVM exits to user space with
/linux-4.4.14/drivers/usb/gadget/udc/
DKconfig20 # before discrete ones so they will be the initial/default value:
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc524 // any context data. intended for use only during initial
/linux-4.4.14/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.4.14/Documentation/development-process/
D1.Intro28 initial exercise.

12