Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 25 of 233) sorted by relevance

12345678910

/linux/drivers/iio/humidity/
A DKconfig8 tristate "Aosong AM2315 relative humidity and temperature sensor"
14 relative humidity and ambient temperature sensor.
29 tristate "TI HDC100x relative humidity and temperature sensor"
35 HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative
42 tristate "TI HDC2010 relative humidity and temperature sensor"
46 HDC2010 and HDC2080 relative humidity and temperature sensors.
102 tristate "SI7005 relative humidity and temperature sensor"
105 Say yes here to build support for the Silabs Si7005 relative
/linux/Documentation/devicetree/bindings/iio/
A Dmount-matrix.txt23 relative to some specific device frame of reference.
36 A sensor can be mounted in any angle along the axes relative to the frame of
38 or tilted at any angle relative to the frame of reference.
52 device relative to the center of the planet, i.e. relative to its surface at
53 this point. Up and down in the world relative to the device frame of
93 - Magnetometers (compasses) have their world frame of reference relative to the
129 - Gyroscopes detects the movement relative the device itself. The angular
151 relative orientation of any given sensor of this type with respect to the
157 to orient the senor axes relative to a desired point of reference. This means
160 space, relative to the device or world point of reference.
/linux/fs/
A Dnsfs.c160 struct ns_common *relative; in open_related_ns() local
162 relative = get_ns(ns); in open_related_ns()
163 if (IS_ERR(relative)) { in open_related_ns()
165 return PTR_ERR(relative); in open_related_ns()
168 err = __ns_get_path(&path, relative); in open_related_ns()
/linux/Documentation/hwmon/
A Dlm77.rst29 applies to all 3 limits. The relative difference is stored in a single
30 register on the chip, which means that the relative difference between
43 temp1_crit_hyst and temp1_crit into the chip, and the same relative
A Demc1403.rst63 hysteresis mechanism which applies to all limits. The relative difference
64 is stored in a single register on the chip, which means that the relative
78 temp1_crit_hyst and temp1_crit into the chip, and the same relative
A Dsht21.rst39 devices is the higher level of precision of the SHT25 (1.8% relative humidity,
40 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity,
A Dk10temp.rst105 resolution of 1/8th degree. Please note that it is defined as a relative
112 the processor temperature relative to the point at which the system must
128 Models from 17h family report relative temperature, the driver aims to
/linux/Documentation/devicetree/bindings/input/
A Drotary-encoder.txt12 - rotary-encoder,relative-axis: register a relative axis rather than an
40 rotary-encoder,relative-axis;
A Dpxa27x-keypad.txt32 - marvell,rotary-rel-key : When rotary is used for relative axes
33 in the device, the value indicates the key-code for relative
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-mpu605010 easy to tell the relative positions among sensors as well as their
11 positions relative to the board that holds these sensors. Identity matrix
A Dsysfs-bus-iio-chemical-sgp4015 Set the relative humidity. This value is sent to the sensor for
17 Default value: 50000 (50 % relative humidity)
/linux/drivers/scsi/
A Dscript_asm.pl187 @relative = (); # Array of relative names
237 $relative = 'REL';
242 $relative = 'ABS';
253 "$symbol_references{$symbol} $relative,$tmp,$length";
259 $symbol_references{$symbol} = "$relative,$tmp,$length";
413 push (@relative, $id);
/linux/Documentation/devicetree/bindings/gpio/
A Dgpio-thunderx.txt7 - First cell is the GPIO pin number relative to the controller.
15 - First cell is the GPIO pin number relative to the controller.
/linux/Documentation/admin-guide/device-mapper/
A Ddm-service-time.rst11 The performance value is a relative throughput value among all paths
25 The relative throughput value of the path
42 The relative throughput value of the path
/linux/Documentation/devicetree/bindings/
A Dnuma.txt39 The optional device tree node distance-map describes the relative
45 This property defines a matrix to describe the relative distances
47 It is represented as a list of node pairs and their relative distance.
74 if relative distance for each hop is 20,
/linux/Documentation/scheduler/
A Dsched-nice-design.rst67 "relative":
74 Note that the 'inc' is relative to the current nice level. Tools like
75 bash's "nice" command mirror this relative API.
105 it does not matter which nice level you start out from, the 'relative
/linux/tools/perf/Documentation/
A Dperf-sched.txt128 run times (in sec) and relative stddev.
133 max, and average run times (in sec) and relative stddev.
136 Look for files with symbols relative to this directory.
/linux/Documentation/admin-guide/
A Defi-stub.rst59 beginning of the ESP, relative path names do not work. Also, the path
77 Notice how bzImage.efi can be specified with a relative path. That's
79 which understands relative paths, whereas the rest of the command line
A Diostats.rst154 a disk address relative to a partition to the disk address relative to
175 Note that since the address is translated to a disk-relative one, and no
176 record of the partition-relative address is kept, the subsequent success
190 keep record of the partition-relative address, an operation is attributed to
/linux/Documentation/x86/x86_64/
A Dfsgs.rst149 __seg_fs Variable is addressed relative to FS
150 __seg_gs Variable is addressed relative to GS
185 __attribute__((address_space(256)) Variable is addressed relative to GS
186 __attribute__((address_space(257)) Variable is addressed relative to FS
/linux/Documentation/devicetree/bindings/net/
A Dti,dp83822.yaml55 for the PHY. The internal delay for the PHY is fixed to 3.5ns relative
62 for the PHY. The internal delay for the PHY is fixed to 3.5ns relative
/linux/Documentation/powerpc/
A Dassociativity.rst6 domains of substantially similar mean performance relative to resources outside
8 performance relative to each other than relative to other resources subsets
/linux/tools/testing/selftests/bpf/
A Dtest_doc_build.sh10 SCRIPT_REL_DIR=$(dirname $(realpath --relative-to=$KDIR_ROOT_DIR $SCRIPT_REL_PATH))
/linux/drivers/gpu/host1x/
A Djob.h25 bool relative; member
/linux/Documentation/admin-guide/mm/
A Dnumaperf.rst16 CPUs, they may still be local to one or more compute nodes relative to
48 relative: /sys/devices/system/node/nodeX/access0/targets/nodeY -> ../../nodeY
51 relative: /sys/devices/system/node/nodeY/access0/initiators/nodeX -> ../../nodeX
55 nodes' access characteristics share the same performance relative to other

Completed in 46 milliseconds

12345678910