Searched refs:INV_MPU6050_SENSOR_WOM (Results 1 – 3 of 3) sorted by relevance
352 if (mask & INV_MPU6050_SENSOR_WOM && en == st->chip_config.wom_en) in inv_mpu6050_switch_engine()353 mask &= ~INV_MPU6050_SENSOR_WOM; in inv_mpu6050_switch_engine()357 !(mask & INV_MPU6050_SENSOR_WOM)) in inv_mpu6050_switch_engine()455 if (mask & INV_MPU6050_SENSOR_WOM) { in inv_mpu6050_switch_engine()1102 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_WOM; in inv_mpu6050_enable_wom()1116 result = inv_mpu6050_switch_engine(st, false, INV_MPU6050_SENSOR_WOM); in inv_mpu6050_enable_wom()2169 st->suspended_sensors |= INV_MPU6050_SENSOR_WOM; in inv_mpu_suspend()2200 INV_MPU6050_SENSOR_WOM; in inv_mpu_runtime_suspend()
96 #define INV_MPU6050_SENSOR_WOM BIT(4) macro
180 result = inv_mpu6050_switch_engine(st, false, ~scan & ~INV_MPU6050_SENSOR_WOM); in inv_mpu6050_set_enable()