Home
last modified time | relevance | path

Searched refs:gyro_en (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c108 .gyro_en = true,
125 .gyro_en = true,
298 if (mask & INV_MPU6050_SENSOR_GYRO && en == st->chip_config.gyro_en) in inv_mpu6050_switch_engine()
335 if (!st->chip_config.gyro_en) in inv_mpu6050_switch_engine()
368 st->chip_config.gyro_en = en; in inv_mpu6050_switch_engine()
573 if (!st->chip_config.gyro_en) { in inv_mpu6050_read_channel_data()
602 if (!st->chip_config.accl_en && !st->chip_config.gyro_en) { in inv_mpu6050_read_channel_data()
1677 if (st->chip_config.gyro_en) in inv_mpu_suspend()
H A Dinv_mpu_iio.h99 * @gyro_en: gyro engine enabled
114 unsigned int gyro_en:1; member
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c111 .gyro_en = true,
128 .gyro_en = true,
341 if (mask & INV_MPU6050_SENSOR_GYRO && en == st->chip_config.gyro_en) in inv_mpu6050_switch_engine()
378 if (!st->chip_config.gyro_en) in inv_mpu6050_switch_engine()
411 st->chip_config.gyro_en = en; in inv_mpu6050_switch_engine()
615 if (!st->chip_config.gyro_en) { in inv_mpu6050_read_channel_data()
644 if (!st->chip_config.accl_en && !st->chip_config.gyro_en) { in inv_mpu6050_read_channel_data()
1740 if (st->chip_config.gyro_en) in inv_mpu_suspend()
H A Dinv_mpu_iio.h104 * @gyro_en: gyro engine enabled
119 unsigned int gyro_en:1; member

Completed in 7 milliseconds