/linux/Documentation/devicetree/bindings/iio/gyroscope/ |
H A D | nxp,fxas21002c.yaml | 4 $id: http://devicetree.org/schemas/iio/gyroscope/nxp,fxas21002c.yaml# 7 title: NXP FXAS21002C Gyroscope 13 3 axis digital gyroscope device with an I2C and SPI interface. 14 http://www.nxp.com/products/sensors/gyroscopes/3-axis-digital-gyroscope:FXAS21002C 72 gyroscope@20 { 88 gyroscope@0 {
|
H A D | bosch,bmg160.yaml | 4 $id: http://devicetree.org/schemas/iio/gyroscope/bosch,bmg160.yaml# 7 title: Bosch BMG160 triaxial rotation sensor (gyroscope) 50 gyroscope@69 {
|
H A D | adi,adxrs290.yaml | 5 $id: http://devicetree.org/schemas/iio/gyroscope/adi,adxrs290.yaml# 8 title: Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope 14 Bindings for the Analog Devices ADXRS290 dual-axis MEMS gyroscope device.
|
H A D | invensense,mpu3050.yaml | 4 $id: http://devicetree.org/schemas/iio/gyroscope/invensense,mpu3050.yaml# 7 title: Invensense MPU-3050 Gyroscope 51 gyroscope@68 {
|
/linux/Documentation/iio/ |
H A D | adis16475.rst | 22 (MEMS) inertial measurement unit (IMU) that includes a triaxial gyroscope and a 26 (gyroscope bias), and point of percussion (accelerometer location). As a result, 33 Accelerometer, gyroscope measurements are always provided. Furthermore, the 89 | 3-Axis Gyroscope related device files | Description | 91 | in_anglvel_scale | Scale for the gyroscope channels. | 93 | in_anglvel_x_calibbias | Calibration offset for the X-axis gyroscope channel. | 95 | in_anglvel_x_raw | Raw X-axis gyroscope channel value. | 97 | in_anglvel_y_calibbias | Calibration offset for the Y-axis gyroscope channel. | 99 | in_anglvel_y_raw | Raw Y-axis gyroscope channel value. | 101 | in_anglvel_z_calibbias | Calibration offset for the Z-axis gyroscope channel. | [all …]
|
H A D | adis16480.rst | 23 gyroscope and a triaxial accelerometer. Each inertial sensor in device combines 32 Accelerometer, gyroscope measurements are always provided. Furthermore, the 133 | 3-Axis Gyroscope related device files | Description … 135 | in_anglvel_scale | Scale for the gyroscope channels. … 137 | in_anglvel_x_calibbias | Calibration offset for the X-axis gyroscope channel.… 139 | in_anglvel_x_calibscale | Calibration scale for the X-axis gyroscope channel. … 141 | in_anglvel_x_filter_low_pass_3db_frequency | Bandwidth for the X-axis gyroscope channel. … 143 | in_anglvel_x_raw | Raw X-axis gyroscope channel value. … 145 | in_anglvel_y_calibbias | Calibration offset for the Y-axis gyroscope channel.… 147 | in_anglvel_y_calibscale | Calibration scale for the Y-axis gyroscope channel. … [all …]
|
/linux/drivers/iio/imu/bmi160/ |
H A D | Kconfig | 18 accelerometer, gyroscope and external BMG160 magnetometer. 30 accelerometer, gyroscope and external BMG160 magnetometer.
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-href-tvk1281618-r2.dtsi | 166 gyroscope@68 { 167 /* Gyroscope */ 260 gyroscope { 262 * These lines are shared between Gyroscope l3g400dh
|
H A D | ste-href-tvk1281618-r3.dtsi | 107 gyroscope@68 { 108 /* Gyroscope */
|
/linux/drivers/iio/imu/ |
H A D | adis16400.c | 31 #define ADIS16400_XGYRO_OUT 0x04 /* X-axis gyroscope output */ 32 #define ADIS16400_YGYRO_OUT 0x06 /* Y-axis gyroscope output */ 33 #define ADIS16400_ZGYRO_OUT 0x08 /* Z-axis gyroscope output */ 43 #define ADIS16350_XTEMP_OUT 0x10 /* X-axis gyroscope temperature measurement */ 44 #define ADIS16350_YTEMP_OUT 0x12 /* Y-axis gyroscope temperature measurement */ 45 #define ADIS16350_ZTEMP_OUT 0x14 /* Z-axis gyroscope temperature measurement */ 55 #define ADIS16400_XGYRO_OFF 0x1A /* X-axis gyroscope bias offset factor */ 56 #define ADIS16400_YGYRO_OFF 0x1C /* Y-axis gyroscope bias offset factor */ 57 #define ADIS16400_ZGYRO_OFF 0x1E /* Z-axis gyroscope bias offset factor */ 906 [ADIS16400_DIAG_STAT_XGYRO_FAIL] = "X-axis gyroscope self-test failure", [all …]
|
/linux/drivers/iio/gyro/ |
H A D | adis16080.c | 3 * ADIS16080/100 Yaw Rate Gyroscope with SPI driver 19 #define ADIS16080_DIN_GYRO (0 << 10) /* Gyroscope output */ 231 MODULE_DESCRIPTION("Analog Devices ADIS16080/100 Yaw Rate Gyroscope Driver");
|
H A D | adis16130.c | 24 #define ADIS16130_RATEDATA 0x8 /* Gyroscope output, rate of rotation */ 26 #define ADIS16130_RATECS 0x28 /* Gyroscope channel setup */
|
H A D | adis16260.c | 3 * ADIS16260/ADIS16265 Programmable Digital Gyroscope Sensor Driver 20 #define ADIS16260_GYRO_OUT 0x04 /* X-axis gyroscope output */ 431 MODULE_DESCRIPTION("Analog Devices ADIS16260/5 Digital Gyroscope Sensor");
|
H A D | Makefile | 3 # Makefile for industrial I/O gyroscope sensor drivers
|
H A D | fxas21002c_spi.c | 3 * Driver for NXP Fxas21002c Gyroscope - SPI
|
H A D | fxas21002c_i2c.c | 3 * Driver for NXP FXAS21002C Gyroscope - I2C
|
H A D | fxas21002c.h | 3 * Driver for NXP FXAS21002C Gyroscope - Header
|
H A D | itg3200_core.c | 4 * Digital 3-Axis Gyroscope driver 415 MODULE_DESCRIPTION("ITG3200 Gyroscope I2C driver");
|
/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_buffer.c | 6 * The FIFO buffer can be configured to store data from gyroscope and 9 * - 1st data set is reserved for gyroscope data 26 * The FIFO buffer can be configured to store data from gyroscope and 28 * source (gyroscope, accelerometer, hw timer). 423 * Supposing the FIFO is storing data from gyroscope and in st_lsm6dsx_read_fifo() 425 * - gyroscope ODR = 208Hz, accelerometer ODR = 104Hz in st_lsm6dsx_read_fifo() 426 * Since the gyroscope ODR is twice the accelerometer one, the in st_lsm6dsx_read_fifo()
|
/linux/include/linux/iio/gyro/ |
H A D | itg3200.h | 4 * Digital 3-Axis Gyroscope driver 83 /* Put according gyroscope in standby mode */
|
/linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
H A D | amd_sfh_desc.c | 37 case GYRO_IDX: /* gyroscope */ in get_report_desc() 92 case GYRO_IDX: /* gyroscope */ in get_feature_rep() 210 case GYRO_IDX: /* gyroscope */ in get_input_rep()
|
/linux/drivers/iio/common/scmi_sensors/ |
H A D | Kconfig | 16 This driver provides support for accelerometer and gyroscope
|
/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | Kconfig | 21 Accelerometers, Gyroscope and Magnetometer that are
|
/linux/Documentation/devicetree/bindings/iio/imu/ |
H A D | bosch,bno055.yaml | 13 Inertial Measurement Unit with Accelerometer, Gyroscope, Magnetometer and
|
/linux/drivers/iio/accel/ |
H A D | Kconfig | 271 - BMI055: accelerometer and gyroscope 294 include both accelerometer and gyroscope. 297 address and register map. BMG160 provides the gyroscope driver.
|