Home
last modified time | relevance | path

Searched refs:INV_MPU6050_SENSOR_ACCL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c296 if (mask & INV_MPU6050_SENSOR_ACCL && en == st->chip_config.accl_en) in inv_mpu6050_switch_engine()
297 mask &= ~INV_MPU6050_SENSOR_ACCL; in inv_mpu6050_switch_engine()
330 if (mask & (INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO)) { in inv_mpu6050_switch_engine()
339 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()
365 if (mask & INV_MPU6050_SENSOR_ACCL) in inv_mpu6050_switch_engine()
373 if (mask & INV_MPU6050_SENSOR_ACCL) { in inv_mpu6050_switch_engine()
589 INV_MPU6050_SENSOR_ACCL); in inv_mpu6050_read_channel_data()
1358 mask = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYRO | in inv_check_and_setup_chip()
1676 st->suspended_sensors |= INV_MPU6050_SENSOR_ACCL; in inv_mpu_suspend()
1706 sensors = INV_MPU6050_SENSOR_ACCL | INV_MPU6050_SENSOR_GYR in inv_mpu_runtime_suspend()
[all...]
H A Dinv_mpu_trigger.c37 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()
H A Dinv_mpu_iio.h87 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c339 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_GYR in inv_mpu_runtime_suspend()
[all...]
H A Dinv_mpu_trigger.c50 mask |= INV_MPU6050_SENSOR_ACCL; in inv_scan_query_mpu6050()
H A Dinv_mpu_iio.h92 #define INV_MPU6050_SENSOR_ACCL BIT(0) macro

Completed in 7 milliseconds