Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_trigger.c55 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_set_enable()
90 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_set_enable()
108 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_set_enable()
Dinv_mpu_core.c202 if (mask == INV_MPU6050_BIT_PWR_GYRO_STBY) { in inv_mpu6050_switch_engine()
210 if ((mask == INV_MPU6050_BIT_PWR_GYRO_STBY) && (!en)) { in inv_mpu6050_switch_engine()
235 if (mask == INV_MPU6050_BIT_PWR_GYRO_STBY) { in inv_mpu6050_switch_engine()
411 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_channel_data()
417 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_channel_data()
1032 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_check_and_setup_chip()
Dinv_mpu_iio.h204 #define INV_MPU6050_BIT_PWR_GYRO_STBY 0x07 macro