Searched refs:INV_MPU6050_SENSOR_TEMP (Results 1 – 3 of 3) sorted by relevance
300 if (mask & INV_MPU6050_SENSOR_TEMP && en == st->chip_config.temp_en) in inv_mpu6050_switch_engine()301 mask &= ~INV_MPU6050_SENSOR_TEMP; in inv_mpu6050_switch_engine()308 if (mask & INV_MPU6050_SENSOR_TEMP) { in inv_mpu6050_switch_engine()608 INV_MPU6050_SENSOR_TEMP); in inv_mpu6050_read_channel_data()1351 INV_MPU6050_SENSOR_TEMP | INV_MPU6050_SENSOR_MAGN; in inv_check_and_setup_chip()1672 st->suspended_sensors |= INV_MPU6050_SENSOR_TEMP; in inv_mpu_suspend()1699 INV_MPU6050_SENSOR_TEMP | INV_MPU6050_SENSOR_MAGN; in inv_mpu_runtime_suspend()
89 #define INV_MPU6050_SENSOR_TEMP BIT(2) macro
39 mask |= INV_MPU6050_SENSOR_TEMP; in inv_scan_query_mpu6050()