Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c352 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()
Dinv_mpu_iio.h96 #define INV_MPU6050_SENSOR_WOM BIT(4) macro
Dinv_mpu_trigger.c180 result = inv_mpu6050_switch_engine(st, false, ~scan & ~INV_MPU6050_SENSOR_WOM); in inv_mpu6050_set_enable()