Home
last modified time | relevance | path

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

/Linux-v4.19/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.c153 if (mask == INV_MPU6050_BIT_PWR_GYRO_STBY) { in inv_mpu6050_switch_engine()
161 if ((mask == INV_MPU6050_BIT_PWR_GYRO_STBY) && (!en)) { in inv_mpu6050_switch_engine()
186 if (mask == INV_MPU6050_BIT_PWR_GYRO_STBY) { in inv_mpu6050_switch_engine()
362 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_channel_data()
368 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_mpu6050_read_channel_data()
918 INV_MPU6050_BIT_PWR_GYRO_STBY); in inv_check_and_setup_chip()
Dinv_mpu_iio.h194 #define INV_MPU6050_BIT_PWR_GYRO_STBY 0x07 macro