Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 – 3 of 3) sorted by relevance
339 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()340 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()373 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()382 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()408 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()416 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()631 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()1410 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_check_and_setup_chip()1739 st->suspended_sensors |= INV_MPU6050_SENSOR_ACCL; in inv_mpu_suspend()1769 sensors = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_mpu_runtime_suspend()
50 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()
92 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro