Home
last modified time | relevance | path

Searched full:means (Results 1 – 25 of 4259) sorted by relevance

12345678910>>...171

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-asus-laptop13 Ex: - 0 (0000b) means no display
21 Control the gps device. 1 means on, 0 means off.
41 Control the bluetooth device. 1 means on, 0 means off.
50 Control the wlan device. 1 means on, 0 means off.
59 Control the wimax device. 1 means on, 0 means off.
66 Control the wwan (3G) device. 1 means on, 0 means off.
Dsysfs-platform-asus-wmi17 Control the camera. 1 means on, 0 means off.
24 Control the card reader. 1 means on, 0 means off.
31 Control the card touchpad. 1 means on, 0 means off.
38 Resume on lid open. 1 means on, 0 means off.
Dsysfs-platform-lg-laptop6 Control reader mode. 1 means on, 0 means off.
13 Control FN lock mode. 1 means on, 0 means off.
35 1 means on, 0 means off.
Dsysfs-driver-samsung-laptop28 0 means normal battery mode (100% charge)
29 1 means battery life extender mode (80% charge)
37 1 means enabled, 0 means disabled.
45 1 means enabled, 0 means disabled.
Dsysfs-platform-eeepc-laptop17 Control the camera. 1 means on, 0 means off.
24 Control the card reader. 1 means on, 0 means off.
43 For example, 0x301 means: mode 1 selected, 3 available modes.
Dsysfs-class-regulator16 'enabled' means the regulator output is ON and is supplying
19 'disabled' means the regulator output is OFF and is not
23 'unknown' means software cannot determine the state, or
46 "off" means the regulator is not supplying power to the
49 "on" means the regulator is supplying power to the system,
81 'voltage' means the regulator output voltage can be controlled
84 'current' means the regulator output current limit can be
87 'unknown' means software cannot control either voltage or
367 'enabled' means the regulator is in bypass mode.
369 'disabled' means that the regulator is regulating.
[all …]
Dsysfs-bus-iio-frequency-ad952311 '1' means that the clock in question is present.
12 '0' means that the clock is missing.
18 Reading returns either '1' or '0'. '1' means that the
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dfsmc-nand.txt16 are valid. Zero means one clockcycle, 15 means 16 clock
21 Only valid for write transactions. Zero means zero cycles,
22 255 means 255 cycles.
24 when writing) after the command deassertation. Zero means
25 one cycle, 255 means 256 cycles.
27 NAND flash in response to SMWAITn. Zero means 1 cycle,
28 255 means 256 cycles.
30 command is asserted. Zero means one cycle, 255 means 256
/Linux-v5.4/arch/sh/include/mach-landisk/mach/
Dgio.h18 * S means "Set" through a ptr,
19 * T means "Tell" directly
20 * G means "Get" (to a pointed var)
21 * Q means "Query", response is on the return value
22 * X means "eXchange": G and S atomically
23 * H means "sHift": T and Q atomically
/Linux-v5.4/LICENSES/dual/
DCDDL-1.020 1.1. "Contributor" means each individual or entity that creates or
23 1.2. "Contributor Version" means the combination of the Original
27 1.3. "Covered Software" means (a) the Original Software, or (b)
32 1.4. "Executable" means the Covered Software in any form other than
35 1.5. "Initial Developer" means the individual or entity that first
38 1.6. "Larger Work" means a work which combines Covered Software or
42 1.7. "License" means this document.
44 1.8. "Licensable" means having the right to grant, to the maximum
48 1.9. "Modifications" means the Source Code and Executable form of
61 1.10. "Original Software" means the Source Code and Executable form
[all …]
DMPL-1.121 1.0.1. "Commercial Use" means distribution or otherwise making the
24 1.1. "Contributor" means each entity that creates or contributes to
27 1.2. "Contributor Version" means the combination of the Original
31 1.3. "Covered Code" means the Original Code or Modifications or the
35 1.4. "Electronic Distribution Mechanism" means a mechanism generally
39 1.5. "Executable" means Covered Code in any form other than Source
42 1.6. "Initial Developer" means the individual or entity identified
46 1.7. "Larger Work" means a work which combines Covered Code or
49 1.8. "License" means this document.
51 1.8.1. "Licensable" means having the right to grant, to the maximum
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dgpio.txt61 - Bit 0: 0 means active high, 1 means active low
64 1 means single-ended wiring, see:
66 - Bit 2: 0 means open-source, 1 means open drain, see:
68 - Bit 3: 0 means the output should be maintained during sleep/low-power mode
69 1 means the output state can be lost during sleep/low-power mode
70 - Bit 4: 0 means no pull-up resistor should be enabled
71 1 means a pull-up resistor should be enabled
76 - Bit 5: 0 means no pull-down resistor should be enabled
77 1 means a pull-down resistor should be enabled
196 This means that when multiple properties are present they will be searched
[all …]
/Linux-v5.4/Documentation/virt/kvm/
Dlocking.txt31 tracking i.e. the SPTE_SPECIAL_MASK is set. That means we need to
35 caused by write-protect. That means we just need to change the W bit of the
40 - SPTE_HOST_WRITEABLE means the gfn is writable on host.
41 - SPTE_MMU_WRITEABLE means the gfn is writable on mmu. The bit is set when
79 We dirty-log for gfn1, that means gfn2 is lost in dirty-bitmap.
84 - We have held the refcount of pfn that means the pfn can not be freed and
86 - The pfn is writable that means it can not be shared between different gfns
134 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means,
/Linux-v5.4/arch/h8300/mm/
Dfault.c30 * bit 0 == 0 means no page found, 1 means protection fault
31 * bit 1 == 0 means read, 1 means write
/Linux-v5.4/samples/pktgen/
Dpktgen_sample01_simple.sh24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
31 DELAY="0" # Zero means max speed
46 # How many packets to send (zero means indefinitely)
56 # Delay between packets (zero means max speed)
/Linux-v5.4/drivers/media/dvb-frontends/
Ddrxk.h12 * @parallel_ts: True means that the device uses parallel TS,
14 * @dynamic_clk: True means that the clock will be dynamically
21 * means that 1=DVBC, 0 = DVBT. Zero means the opposite.
/Linux-v5.4/Documentation/virt/kvm/devices/
Dxics.txt27 Zero is the highest priority, 255 means no interrupt is pending.
30 Zero is the highest priority, 255 means no IPI is pending.
33 Zero means no interrupt pending, 2 means an IPI is pending
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.h26 /* bit set means command submit involves a preamble IB */
28 /* bit set means preamble IB is first presented in belonging context */
30 /* bit set means context switch occured */
32 /* bit set means IB is preempted */
Damdgpu_virt.h178 /* guest vce engine usage percentage. 0xffff means N/A. */
180 /* guest vce engine health percentage. 0xffff means N/A. */
182 /* guest uvd engine usage percentage. 0xffff means N/A. */
184 /* guest uvd engine usage percentage. 0xffff means N/A. */
209 /* guest vce engine usage percentage. 0xffff means N/A. */
211 /* guest vce engine health percentage. 0xffff means N/A. */
213 /* guest uvd engine usage percentage. 0xffff means N/A. */
215 /* guest uvd engine usage percentage. 0xffff means N/A. */
/Linux-v5.4/fs/affs/
Damigaffs.h140 #define FIBF_NOREAD 0x0008 /* 0 means allowed */
141 #define FIBF_NOWRITE 0x0004 /* 0 means allowed */
142 #define FIBF_NOEXECUTE 0x0002 /* 0 means allowed, ignored under linux */
143 #define FIBF_NODELETE 0x0001 /* 0 means allowed */
/Linux-v5.4/Documentation/trace/
Dkprobetrace.rst11 kprobes can probe (this means, all functions except those with
65 (\*4) "u" means user-space dereference. See :ref:`user_mem_access`.
70 by given type. Prefix 's' and 'u' means those types are signed and unsigned
77 E.g. 'x16[4]' means an array of x16 (2bytes hex) with 4 elements.
82 kernel space. This means it will fail and store NULL if the string container
107 dereference syntax. For example, +u4(%si) means it will read memory from the
115 use it transparently. This means if you use normal dereference or string type
252 Each line shows when the kernel hits an event, and <- SYMBOL means kernel
253 returns from SYMBOL(e.g. "sys_open+0x1b/0x1d <- do_sys_open" means kernel
/Linux-v5.4/Documentation/hwmon/
Dlm78.rst40 From here on, LM7* means either of these three types.
62 or maximum limit. Note that minimum in this case always means 'closest to
73 is read at least once. This means that the cause for the alarm may
76 than 1.5 seconds since the last update). This means that you can easily
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Darm,vic.txt23 at source 31 at MSb. A bit that is set means that the source is wired and
24 clear means otherwise. If unspecified, defaults to all valid.
27 valid-mask property. A set bit means that this interrupt source can be
/Linux-v5.4/Documentation/block/
Dqueue-sysfs.rst10 Files denoted with a RO postfix are readonly and the RW postfix means
36 reported by the device. A value of '0' means device does not support
46 value of 0 means that the device does not support discard functionality.
63 FUA stands for Force Unit Access. If the FUA flag is set that means that
210 device state. This means that it might not be safe to toggle the
217 command. A value of '0' means write-same is not supported by this
232 blk-throttle makes decision based on the samplings. Lower time means cgroups
239 bytes that can be zeroed at once. The value 0 means that REQ_OP_WRITE_ZEROES
/Linux-v5.4/include/media/
Dtuner-types.h98 * 0 means inactive, 1 means active. Note: the
100 * inverted. So a 0 here means a 1 in the B6 bit.
102 * 0 means inactive, 1 means active. Note: the
104 * inverted. So a 0 here means a 1 in the B7 bit.

12345678910>>...171