Home
last modified time | relevance | path

Searched full:ie (Results 1 – 25 of 89) sorted by relevance

1234

/Documentation/block/
Dinline-encryption.rst10 We want to support inline encryption (IE) in the kernel.
12 IE hardware is absent. We also want IE to work with layered devices
13 like dm and loopback (i.e. we want to be able to use the IE hardware
21 - IE hardware have a limited number of "keyslots" that can be programmed
43 While IE hardware works on the notion of keyslots, the FS layer has no
48 encryption contexts specified by the FS to keyslots on the IE hardware.
49 This KSM also serves as the way IE hardware can expose their capabilities to
51 to support IE will construct a KSM and set it up in its struct request_queue.
52 Upper layers that want to use IE on this device can then use this KSM in
55 that the device supports IE.
[all …]
/Documentation/input/
Dff.rst194 struct input_event ie; /* structure used to communicate with the driver */
196 ie.type = EV_FF;
197 ie.code = FF_GAIN;
198 ie.value = 0xFFFFUL * gain / 100;
200 if (write(fd, &ie, sizeof(ie)) == -1)
213 struct input_event ie;
215 ie.type = EV_FF;
216 ie.code = FF_AUTOCENTER;
217 ie.value = 0xFFFFUL * autocenter / 100;
219 if (write(fd, &ie, sizeof(ie)) == -1)
Duinput.rst50 struct input_event ie;
52 ie.type = type;
53 ie.code = code;
54 ie.value = val;
56 ie.time.tv_sec = 0;
57 ie.time.tv_usec = 0;
59 write(fd, &ie, sizeof(ie));
/Documentation/power/
Duserland-swsusp.rst120 - read()s across page boundaries are impossible (ie. if you read() 1/2 of
146 The snapshot image MUST be written to the kernel unaltered (ie. all of the image
165 1. If the value is 1 (ie. the system memory snapshot has just been
182 2. If the value is 0 (ie. the system state has just been restored from
Dswsusp-and-swap-files.rst57 partition. In particular, the swap file has to be active (ie. be present in
Dinterface.rst23 (ie. CONFIG_HIBERNATION is set in the kernel configuration file). Support
/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt63 For HW (ie, the P4080) that only supports a LIODN for both
67 For HW (ie, the P304x/P5020, etc) that supports an LIODN for
Dmpc5200.txt34 ie. ethernet on mpc5200: compatible = "fsl,mpc5200-fec";
38 end of the compatible field. ie. A PSC in i2s mode would specify
142 use when setting up PSC clocking. cell-index number starts at '0'. ie:
/Documentation/vm/
Dactive_mm.rst48 The rule is that for a process with a real address space (ie tsk->mm is
59 and a "mm_count" counter that is the number of "lazy" users (ie anonymous
Dzsmalloc.rst76 * f = fullness_threshold_frac(ie, 4 at the moment)
/Documentation/powerpc/
Ddawr-power9.rst43 For GDB watchpoints (ie 'watch' command) on POWER9 bare metal , GDB
71 (ie. single user/desktop systems) and really want the DAWR. This
Dtransactional_memory.rst219 On POWER9N DD2.01 and below, TM is disabled. ie
233 ie. HWCAP2[PPC_FEATURE2_HTM] is set for guest userspace. Guests that
237 ie. HWCAP2[PPC_FEATURE2_HTM] is not set. (although we make enable it
/Documentation/networking/
Dnf_flowtable.txt11 established state according to the conntrack semantics (ie. we have seen traffic
15 Packets that find an entry in the flowtable (ie. flowtable hit) are sent to the
/Documentation/devicetree/bindings/
DABI.txt27 the old binding. ie. add additional properties, but don't change the
/Documentation/media/uapi/v4l/
Dpixfmt-uv8.rst23 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
Dext-ctrls-dv.rst89 video interface (ie. :ref:`cea861` for HDMI).
148 video interface (ie. :ref:`cea861` for HDMI).
/Documentation/devicetree/bindings/csky/
Dcpus.txt6 the "cpus" node, which in turn contains a number of subnodes (ie "cpu")
/Documentation/kbuild/
DKconfig.recursion-issue-0212 # annotate those requirements, ie, some drivers use "depends on" while others
/Documentation/usb/
Dfunctionfs.rst13 may not be in init section (ie. may not use the __init tag).
/Documentation/admin-guide/device-mapper/
Dpersistent-data.rst49 transaction manager is by shadowing an existing block (ie. doing
/Documentation/devicetree/bindings/iommu/
Dqcom,iommu.txt47 secure lines. (Ie. if the iommu contains secure
/Documentation/admin-guide/cifs/
Dusage.rst144 Unix Extensions standard (e.g. almost any version of Samba ie version
190 files with absolute paths (ie beginning with slash) such as::
195 such symlinks safely by converting unsafe symlinks (ie symlinks to server
266 filenames (ie those which contain valid Linux characters, which normally
575 in order to turn off multiple settings all at once (ie
658 is not oplocked, it could still be cacheable (ie cifs client
777 | (ie which take longer than 1 second) | |
820 represent the number of attempted and failed (ie non-zero return code from the
/Documentation/arm/samsung-s3c24xx/
Dsuspend.rst96 relevant clocks and peripherals setup before use (ie, bootloader).
/Documentation/hwmon/
Dina209.rst89 programmed (ie has a value not equal to zero). If so, this value is retained.
/Documentation/cpu-freq/
Dpcc-cpufreq.txt48 performance (ie: frequency) between the platform firmware and the OS.
103 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer

1234