Searched full:ie (Results 1 – 25 of 89) sorted by relevance
1234
| /Documentation/block/ |
| D | inline-encryption.rst | 10 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/ |
| D | ff.rst | 194 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)
|
| D | uinput.rst | 50 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/ |
| D | userland-swsusp.rst | 120 - 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
|
| D | swsusp-and-swap-files.rst | 57 partition. In particular, the swap file has to be active (ie. be present in
|
| D | interface.rst | 23 (ie. CONFIG_HIBERNATION is set in the kernel configuration file). Support
|
| /Documentation/devicetree/bindings/powerpc/fsl/ |
| D | srio.txt | 63 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
|
| D | mpc5200.txt | 34 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/ |
| D | active_mm.rst | 48 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
|
| D | zsmalloc.rst | 76 * f = fullness_threshold_frac(ie, 4 at the moment)
|
| /Documentation/powerpc/ |
| D | dawr-power9.rst | 43 For GDB watchpoints (ie 'watch' command) on POWER9 bare metal , GDB 71 (ie. single user/desktop systems) and really want the DAWR. This
|
| D | transactional_memory.rst | 219 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/ |
| D | nf_flowtable.txt | 11 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/ |
| D | ABI.txt | 27 the old binding. ie. add additional properties, but don't change the
|
| /Documentation/media/uapi/v4l/ |
| D | pixfmt-uv8.rst | 23 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
|
| D | ext-ctrls-dv.rst | 89 video interface (ie. :ref:`cea861` for HDMI). 148 video interface (ie. :ref:`cea861` for HDMI).
|
| /Documentation/devicetree/bindings/csky/ |
| D | cpus.txt | 6 the "cpus" node, which in turn contains a number of subnodes (ie "cpu")
|
| /Documentation/kbuild/ |
| D | Kconfig.recursion-issue-02 | 12 # annotate those requirements, ie, some drivers use "depends on" while others
|
| /Documentation/usb/ |
| D | functionfs.rst | 13 may not be in init section (ie. may not use the __init tag).
|
| /Documentation/admin-guide/device-mapper/ |
| D | persistent-data.rst | 49 transaction manager is by shadowing an existing block (ie. doing
|
| /Documentation/devicetree/bindings/iommu/ |
| D | qcom,iommu.txt | 47 secure lines. (Ie. if the iommu contains secure
|
| /Documentation/admin-guide/cifs/ |
| D | usage.rst | 144 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/ |
| D | suspend.rst | 96 relevant clocks and peripherals setup before use (ie, bootloader).
|
| /Documentation/hwmon/ |
| D | ina209.rst | 89 programmed (ie has a value not equal to zero). If so, this value is retained.
|
| /Documentation/cpu-freq/ |
| D | pcc-cpufreq.txt | 48 performance (ie: frequency) between the platform firmware and the OS. 103 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer
|
1234