Home
last modified time | relevance | path

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

1234567

/linux/Documentation/devicetree/bindings/input/
A Dadc-joystick.yaml26 Each pair defines one ADC channel to which a joystick axis is connected.
46 "^axis@[0-9a-f]+$":
49 Represents a joystick axis bound to the given ADC channel.
57 description: Index of an io-channels list entry bound to this axis.
61 description: EV_ABS specific event code generated by the axis.
70 Minimum and maximum values produced by the axis.
71 For an ABS_X axis this will be the left-most and right-most
73 treat the axis as inverted.
80 Omitting this property indicates the axis is precise.
109 axis@0 {
[all …]
A Drotary-encoder.txt7 - linux,axis: the input subsystem axis to map to this rotary encoder.
10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
12 - rotary-encoder,relative-axis: register a relative axis rather than an
13 absolute one. Relative axis will only generate +1/-1 events on the input
16 greater than the specified steps or smaller than 0. For absolute axis only.
38 linux,axis = <0>; /* REL_X */
40 rotary-encoder,relative-axis;
46 linux,axis = <1>; /* ABS_Y */
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/arm/
A Daxis.txt8 - compatible = "axis,artpec6";
17 - compatible: "axis,artpec6-syscon", "syscon"
22 compatible = "axis,artpec6-syscon", "syscon";
29 - compatible = "axis,artpec6-dev-board", "axis,artpec6";
/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/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.
276 tristate "Domintech DMARD09 3-axis Accelerometer Driver"
286 tristate "Domintech DMARD10 3-axis Accelerometer Driver"
445 MMA7456L 3-axis accelerometer.
[all …]
/linux/Documentation/devicetree/bindings/
A Dtrivial-devices.yaml92 # DMARD05: 3-axis I2C Accelerometer
94 # DMARD06: 3-axis I2C Accelerometer
96 # DMARD05: 3-axis I2C Accelerometer
98 # DMARD09: 3-axis Accelerometer
100 # DMARD10: 3-axis Accelerometer
170 # mCube 3-axis 8-bit digital accelerometer
190 # MEMSIC 3-axis accelerometer
192 # MEMSIC 2-axis 8-bit digital accelerometer
196 # MEMSIC 3-axis accelerometer
284 # Sensortek 3 axis accelerometer
[all …]
/linux/drivers/iio/common/scmi_sensors/
A Dscmi_iio.c292 scale = sensor->sensor_info->axis[ch->scan_index].scale; in scmi_iio_read_raw()
329 if (sensor->sensor_info->axis[0].extended_attrs) { in scmi_iio_get_raw_available()
330 min_range = sensor->sensor_info->axis[0].attrs.min_range; in scmi_iio_get_raw_available()
331 max_range = sensor->sensor_info->axis[0].attrs.max_range; in scmi_iio_get_raw_available()
332 resolution = sensor->sensor_info->axis[0].resolution; in scmi_iio_get_raw_available()
333 exponent = sensor->sensor_info->axis[0].exponent; in scmi_iio_get_raw_available()
334 scale = sensor->sensor_info->axis[0].scale; in scmi_iio_get_raw_available()
556 ret = scmi_iio_get_chan_modifier(sensor_info->axis[i].name, in scmi_alloc_iiodev()
562 sensor_info->axis[i].id); in scmi_alloc_iiodev()
619 if (sensor_info->axis[0].type != METERS_SEC_SQUARED && in scmi_iio_dev_probe()
[all …]
/linux/drivers/input/misc/
A Dgpio_decoder.c28 u32 axis; member
61 input_report_abs(input, decoder->axis, state); in gpio_decoder_poll_gpios()
80 device_property_read_u32(dev, "linux,axis", &decoder->axis); in gpio_decoder_probe()
104 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()
261 input_set_capability(input, EV_REL, encoder->axis); in rotary_encoder_probe()
264 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
A Dtouchscreen.yaml59 description: X axis is inverted
63 description: Y axis is inverted
67 description: X and Y axis are swapped
68 Swapping is done after inverting the axis
A Dads7846.txt51 ti,x-min Minimum value on the X axis (u16).
52 ti,y-min Minimum value on the Y axis (u16).
76 ti,swap-xy swap x and y axis
77 ti,x-max Maximum value on the X axis (u16).
78 ti,y-max Maximum value on the Y axis (u16).
/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/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/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/
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";
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/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/drivers/hid/
A Dhid-udraw-ps3.c90 static int clamp_accel(int axis, int offset) in clamp_accel() argument
92 axis = clamp(axis, in clamp_accel()
95 axis = (axis - accel_limits[offset].min) / in clamp_accel()
98 return axis; in clamp_accel()
/linux/include/linux/
A Dinput.h476 void input_set_abs_params(struct input_dev *dev, unsigned int axis,
481 unsigned int axis) \
483 return dev->absinfo ? dev->absinfo[axis]._item : 0; \
487 unsigned int axis, int val) \
491 dev->absinfo[axis]._item = val; \

Completed in 29 milliseconds

1234567