Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dusb4604.txt10 - initial-mode: Should specify initial mode.
18 initial-mode = <1>;
Dusb3503.txt16 - initial-mode: Should specify initial mode.
36 initial-mode = <1>;
/Linux-v4.19/Documentation/acpi/
Dacpi-lid.txt29 initial returning value. When the AML tables implement this control method
30 with cached value, the initial returning value is likely not reliable.
31 There are platforms always retun "closed" as initial lid state.
60 events and the unreliable initial state notification, Linux users can use
64 initial lid state using the returning value of the _LID control method
68 of the _LID control method is reliable but the initial lid state
74 initial lid state as "opened" and whether the "opened"/"closed" events
77 control method is not reliable and the initial lid state notification is
81 and the unreliable initial state notification, Linux users should always
85 initial lid state and there is a compensation mechanism implemented to
/Linux-v4.19/usr/
DKconfig56 bool "Support initial ramdisk/ramfs compressed using gzip"
61 Support loading of a gzip encoded initial ramdisk or cpio buffer.
65 bool "Support initial ramdisk/ramfs compressed using bzip2"
70 Support loading of a bzip2 encoded initial ramdisk or cpio buffer
74 bool "Support initial ramdisk/ramfs compressed using LZMA"
79 Support loading of a LZMA encoded initial ramdisk or cpio buffer
83 bool "Support initial ramdisk/ramfs compressed using XZ"
88 Support loading of a XZ encoded initial ramdisk or cpio buffer.
92 bool "Support initial ramdisk/ramfs compressed using LZO"
97 Support loading of a LZO encoded initial ramdisk or cpio buffer
[all …]
/Linux-v4.19/drivers/input/joystick/
Danalog.c130 int initial[4]; member
198 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument
205 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode()
219 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode()
221 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode()
223 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode()
225 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode()
355 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_poll()
534 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device()
605 port->initial[i] = port->axes[i]; in analog_init_masks()
/Linux-v4.19/drivers/pci/
Diov.c259 u16 initial; in sriov_enable() local
272 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable()
273 if (initial > iov->total_VFs || in sriov_enable()
274 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
278 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial))) in sriov_enable()
322 iov->initial_VFs = initial; in sriov_enable()
323 if (nr_virtfn < initial) in sriov_enable()
324 initial = nr_virtfn; in sriov_enable()
326 rc = pcibios_sriov_enable(dev, initial); in sriov_enable()
339 for (i = 0; i < initial; i++) { in sriov_enable()
/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c262 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb() local
269 count -= initial; in padlock_xcrypt_ecb()
271 if (initial) in padlock_xcrypt_ecb()
274 : "d"(control_word), "b"(key), "c"(initial)); in padlock_xcrypt_ecb()
284 u32 initial = count & (cbc_fetch_blocks - 1); in padlock_xcrypt_cbc() local
289 count -= initial; in padlock_xcrypt_cbc()
291 if (initial) in padlock_xcrypt_cbc()
294 : "d" (control_word), "b" (key), "c" (initial)); in padlock_xcrypt_cbc()
/Linux-v4.19/drivers/staging/erofs/
Ddir.c87 bool initial = true; in erofs_readdir() local
115 if (unlikely(initial)) { in erofs_readdir()
116 initial = false; in erofs_readdir()
Dunzip_vle.c571 bool initial; member
585 .initial = true, }
628 fe->initial = false; in z_erofs_do_read_page()
655 fe->initial | (EROFS_FS_ZIP_CACHE_LVL >= 2 ? in z_erofs_do_read_page()
1540 bool initial; local
1546 initial = !map->m_llen;
1550 BUG_ON(!initial);
1586 if (!initial) {
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Drtc-cmos.txt10 - ctrl-reg : Contains the initial value of the control register also
12 - freq-reg : Contains the initial value of the frequency register also
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-dqevent.rst142 called an initial event will be generated for that filehandle with
171 if the HPD is low, then an initial event will be generated for that
180 if the HPD is high, then an initial event will be generated for that
189 if the 5V is low, then an initial event will be generated for that
198 if the 5V is high, then an initial event will be generated for that
215 - Set for the initial events that are generated when the device is
217 applications to learn the initial state of the CEC adapter at
/Linux-v4.19/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-v4.19/tools/testing/selftests/ftrace/test.d/
Dfunctions84 initialize_ftrace() { # Reset ftrace to initial-state
85 # As the initial state, ftrace will be set to nop tracer,
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
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>;
Dqcom,spmi-regulator.txt146 - regulator-initial-mode:
149 Description: 2 = Set initial mode to auto mode (automatically select
153 1 = Set initial mode to high power mode (HPM), also referred
160 0 = Set initial mode to low power mode (LPM).
Dqcom,rpmh-regulator.txt101 may also be used. regulator-initial-mode and regulator-allowed-modes may be
134 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
157 regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
/Linux-v4.19/Documentation/networking/
Dframerelay.txt19 With this initial offering, only 1 FRAD driver is available. With many thanks
30 an initial configuration.
/Linux-v4.19/Documentation/media/uapi/dvb/
Dca-reset.rst31 Puts the Conditional Access hardware on its initial state. It should
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt38 - lines-initial-states: Bitmask that specifies the initial state of each
/Linux-v4.19/arch/arm/boot/dts/
Domap3-n900.dts394 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
402 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
409 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
416 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
423 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
430 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
438 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
446 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
454 regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Drt5514.txt21 Set the DMIC initial delay (ms) to wait it ready for I2C.
Dimx-audmux.txt11 An initial configuration can be setup using child nodes.
/Linux-v4.19/tools/memory-model/litmus-tests/
DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus7 * to order P0()'s initial write against P2()'s final read. The reason
/Linux-v4.19/Documentation/openrisc/
DREADME4 This is a port of Linux to the OpenRISC class of microprocessors; the initial
88 initial port of linux to OpenRISC/or32 architecture.

12345678910>>...13