Home
last modified time | relevance | path

Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c327 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()
328 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()
361 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()
370 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()
396 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()
404 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()
618 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()
1383 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_check_and_setup_chip()
1711 st->suspended_sensors |= INV_MPU6050_SENSOR_ACCL; in inv_mpu_suspend()
1741 sensors = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_mpu_runtime_suspend()
Dinv_mpu_trigger.c47 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()
Dinv_mpu_iio.h89 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro