Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 25 of 197) sorted by relevance

12345678

/linux/Documentation/iio/
A Dadis16480.rst226 | Acceleration on X, Y, and Z axis | Meters per Second squared |
228 | Angular velocity on X, Y and Z axis | Radians per second |
230 | Delta velocity on X. Y, and Z axis | Meters per Second |
232 | Delta angle on X, Y, and Z axis | Radians |
236 | Magnetic field along X, Y and Z axis | Gauss |
264 - X-axis acceleration = in_accel_x_raw * in_accel_scale = 0.050938936 m/s^2
265 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = 0.166041977 m/s^2
266 - Z-axis acceleration = in_accel_z_raw * in_accel_scale = 9.722630304 m/s^2
281 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.001041702 rad/s
282 - Y-axis angular velocity = in_anglvel_y_raw * in_anglvel_scale = −0.000273013 rad/s
[all …]
A Dadis16475.rst93 | in_anglvel_x_calibbias | Calibration offset for the X-axis gyroscope channel. |
170 | Acceleration on X, Y, and Z axis | Meters per Second squared |
172 | Angular velocity on X, Y and Z axis | Radians per second |
174 | Delta velocity on X. Y, and Z axis | Meters per Second |
176 | Delta angle on X, Y, and Z axis | Radians |
204 - X-axis acceleration = in_accel_x_raw * in_accel_scale = −0.010209188 m/s^2
205 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = −1.115262214 m/s^2
206 - Z-axis acceleration = in_accel_z_raw * in_accel_scale = 9.666833453 m/s^2
221 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.019947756 rad/s
222 - Y-axis angular velocity = in_anglvel_y_raw * in_anglvel_scale = 0.00802188 rad/s
[all …]
A Dadxl380.rst15 The ADXL380/ADXL382 is a low noise density, low power, 3-axis accelerometer with
50 | in_accel_x_calibbias | Calibration offset for the X-axis acceleromet…
52 | in_accel_x_raw | Raw X-axis accelerometer channel value. …
54 | in_accel_y_calibbias | y-axis acceleration offset correction …
56 | in_accel_y_raw | Raw Y-axis accelerometer channel value. …
58 | in_accel_z_calibbias | Calibration offset for the Z-axis acceleromet…
60 | in_accel_z_raw | Raw Z-axis accelerometer channel value. …
104 | Acceleration on X, Y, and Z axis | Meters per Second squared |
132 - X-axis acceleration = in_accel_x_raw * in_accel_scale = −8.683788575 m/s^2
133 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = 1.38273765 m/s^2
[all …]
/linux/Documentation/devicetree/bindings/input/
A Dadc-joystick.yaml29 Each pair defines one ADC channel to which a joystick axis is connected.
51 "^axis@[0-9a-f]+$":
55 Represents a joystick axis bound to the given ADC channel.
63 description: Index of an io-channels list entry bound to this axis.
66 description: EV_ABS specific event code generated by the axis.
74 Minimum and maximum values produced by the axis.
75 For an ABS_X axis this will be the left-most and right-most
77 treat the axis as inverted.
84 Omitting this property indicates the axis is precise.
113 axis@0 {
[all …]
A Drotary-encoder.yaml22 linux,axis:
25 the input subsystem axis to map to this rotary encoder.
33 encoder. Only relevant for absolute axis. Defaults to 24 which is a
36 rotary-encoder,relative-axis:
39 register a relative axis rather than an
40 absolute one. Relative axis will only generate +1/-1 events on the input
47 greater than the specified steps or smaller than 0. For absolute axis only.
86 linux,axis = <0>; /* REL_X */
88 rotary-encoder,relative-axis;
A Dgpio-decoder.txt11 - linux,axis: the input subsystem axis to map to (ABS_X/ABS_Y).
21 linux,axis = <0>; /* ABS_X */
/linux/drivers/staging/axis-fifo/
A Daxis-fifo.txt29 - xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
32 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported)
33 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported)
70 xlnx,axis-tdest-width = <0x4>;
71 xlnx,axis-tid-width = <0x4>;
72 xlnx,axis-tuser-width = <0x4>;
74 xlnx,has-axis-tdest = <0x0>;
75 xlnx,has-axis-tid = <0x0>;
76 xlnx,has-axis-tkeep = <0x0>;
77 xlnx,has-axis-tstrb = <0x0>;
[all …]
/linux/drivers/input/
A Dtouchscreen.c34 unsigned long axis, in touchscreen_set_params() argument
39 if (!test_bit(axis, dev->absbit)) { in touchscreen_set_params()
42 axis); in touchscreen_set_params()
46 absinfo = &dev->absinfo[axis]; in touchscreen_set_params()
70 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local
107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
110 input_abs_get_max(input, axis), in touchscreen_parse_properties()
114 input_abs_get_fuzz(input, axis), in touchscreen_parse_properties()
117 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties()
/linux/include/linux/input/
A Dmt.h90 static inline bool input_is_mt_value(int axis) in input_is_mt_value() argument
92 return axis >= ABS_MT_FIRST && axis <= ABS_MT_LAST; in input_is_mt_value()
95 static inline bool input_is_mt_axis(int axis) in input_is_mt_axis() argument
97 return axis == ABS_MT_SLOT || input_is_mt_value(axis); in input_is_mt_axis()
/linux/Documentation/devicetree/bindings/pci/
A Daxis,artpec6-pcie.txt7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" for ARTPEC-6 in RC mode;
8 "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode;
9 "axis,artpec7-pcie", "snps,dw-pcie" for ARTPEC-7 in RC mode;
10 "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode;
21 - axis,syscon-pcie: A phandle pointing to the ARTPEC-6 system controller,
27 compatible = "axis,artpec6-pcie", "snps,dw-pcie";
49 axis,syscon-pcie = <&syscon>;
/linux/Documentation/devicetree/bindings/iio/accel/
A Dlis302.txt25 x/y/z axis.
28 x/y/z axis.
29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold
47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
59 - st,axis-{x,y,z}=: set the axis to map to the three coordinates.
60 Negative values can be used for inverted axis.
61 - st,{min,max}-limit-{x,y,z} set the min/max limits for x/y/z axis
/linux/Documentation/devicetree/bindings/arm/
A Daxis.txt8 - compatible = "axis,artpec6";
13 - compatible = "axis,artpec6-dev-board", "axis,artpec6";
/linux/Documentation/devicetree/bindings/crypto/
A Dartpec6-crypto.txt5 "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
6 "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
13 compatible = "axis,artpec6-crypto";
/linux/drivers/input/misc/
A Dgpio_decoder.c20 u32 axis; member
53 input_report_abs(input, decoder->axis, state); in gpio_decoder_poll_gpios()
72 device_property_read_u32(dev, "linux,axis", &decoder->axis); in gpio_decoder_probe()
96 input_set_abs_params(input, decoder->axis, 0, max, 0, 0); in gpio_decoder_probe()
A Drotary_encoder.c39 u32 axis; member
78 encoder->axis, encoder->dir); in rotary_encoder_report_event()
98 input_report_abs(encoder->input, encoder->axis, encoder->pos); in rotary_encoder_report_event()
234 device_property_read_u32(dev, "linux,axis", &encoder->axis); in rotary_encoder_probe()
256 input_set_capability(input, EV_REL, encoder->axis); in rotary_encoder_probe()
259 encoder->axis, 0, encoder->steps, 0, 1); in rotary_encoder_probe()
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dbu21013.txt23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis
24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
25 - rohm,flip-x : Flip touch coordinates on the X axis
26 - rohm,flip-y : Flip touch coordinates on the Y axis
/linux/drivers/iio/accel/
A DKconfig15 Say Y here to build support for Analog Devices adis16201 dual-axis
43 ADXL313 3-axis digital accelerometer.
56 ADXL313 3-axis digital accelerometer.
73 ADXL345 or ADXL375 3-axis digital accelerometer.
87 ADXL345 or ADXL375 3-axis digital accelerometer.
105 ADXL355 3-axis digital accelerometer.
120 ADXL355 3-axis digital accelerometer.
338 tristate "Domintech DMARD09 3-axis Accelerometer Driver"
348 tristate "Domintech DMARD10 3-axis Accelerometer Driver"
539 MMA7456L 3-axis accelerometer.
[all …]
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h700-anbernic-rg35xx-h.dts25 axis@0 {
33 axis@1 {
41 axis@2 {
49 axis@3 {
/linux/drivers/iio/common/scmi_sensors/
A Dscmi_iio.c342 scale = sensor->sensor_info->axis[ch->scan_index].scale; in scmi_iio_read_raw()
387 if (sensor->sensor_info->axis[0].extended_attrs) { in scmi_iio_get_raw_available()
388 min_range = sensor->sensor_info->axis[0].attrs.min_range; in scmi_iio_get_raw_available()
389 max_range = sensor->sensor_info->axis[0].attrs.max_range; in scmi_iio_get_raw_available()
390 resolution = sensor->sensor_info->axis[0].resolution; in scmi_iio_get_raw_available()
391 exponent = sensor->sensor_info->axis[0].exponent; in scmi_iio_get_raw_available()
392 scale = sensor->sensor_info->axis[0].scale; in scmi_iio_get_raw_available()
616 ret = scmi_iio_get_chan_modifier(sensor_info->axis[i].name, in scmi_alloc_iiodev()
622 sensor_info->axis[i].id); in scmi_alloc_iiodev()
676 if (sensor_info->axis[0].type != METERS_SEC_SQUARED && in scmi_iio_dev_probe()
[all …]
/linux/Documentation/devicetree/bindings/
A Dtrivial-devices.yaml94 # DMARD05: 3-axis I2C Accelerometer
96 # DMARD06: 3-axis I2C Accelerometer
98 # DMARD05: 3-axis I2C Accelerometer
100 # DMARD09: 3-axis Accelerometer
102 # DMARD10: 3-axis Accelerometer
192 # mCube 3-axis 8-bit digital accelerometer
212 # MEMSIC 3-axis accelerometer
214 # MEMSIC 2-axis 8-bit digital accelerometer
218 # MEMSIC 3-axis accelerometer
338 # Sensortek 3 axis accelerometer
[all …]
/linux/Documentation/devicetree/bindings/media/
A Dvideo-interface-devices.yaml36 read out, the X-axis points along the column read-out direction towards
37 the last columns, and the Y-axis along the row read-out direction towards
43 2591 X-axis 0
46 .......... ... ..........! Y-axis
54 placed on the top-left corner of the visible scene, the X-axis points
55 towards the right, and the Y-axis points towards the bottom of the scene.
62 0 X-axis
74 Y-axis
96 Y-axis
108 0 X-axis
/linux/Documentation/devicetree/bindings/clock/
A Dartpec6.txt19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers.
20 - compatible: Should be "axis,artpec6-clkctrl"
37 compatible = "axis,artpec6-clkctrl";
/linux/arch/arm/boot/dts/ti/omap/
A Domap3-n9.dts67 st,axis-x = <1>; /* LIS3_DEV_X */
68 st,axis-y = <(-2)>; /* LIS3_INV_DEV_Y */
69 st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */
/linux/Documentation/devicetree/bindings/iio/
A Dmount-matrix.txt29 screen and (z) being depth, the axis perpendicular to the screen.
55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device
57 as the gravity vector is projected 1:1 onto the sensors (z)-axis.
78 its top towards surface, you get a negative y axis.
97 perpendicular to the North axis and positive towards the East and (z) is
131 device on a flat surface and spin it around the z axis (such as rotating a
133 along the (z) axis if rotated clockwise, and a positive value if rotated
189 The sensor is mounted 30 degrees (Pi/6 radians) tilted along the X axis, so we
190 compensate by performing a -30 degrees rotation around the X axis:
196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
/linux/arch/arm/boot/dts/axis/
A Dartpec6.dtsi45 #include <dt-bindings/clock/axis,artpec6-clkctrl.h>
50 compatible = "axis,artpec6";
73 compatible = "axis,artpec6-syscon", "syscon";
105 compatible = "axis,artpec6-clkctrl";
163 compatible = "axis,artpec6-pcie", "snps,dw-pcie";
185 axis,syscon-pcie = <&syscon>;
190 compatible = "axis,artpec6-pcie-ep", "snps,dw-pcie";
199 axis,syscon-pcie = <&syscon>;
204 compatible = "axis,artpec6-pinctrl";
237 compatible = "axis,artpec6-crypto";

Completed in 38 milliseconds

12345678