Home
last modified time | relevance | path

Searched refs:gyro_config (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c39 .gyro_config = INV_MPU6050_REG_GYRO_CONFIG,
62 .gyro_config = INV_MPU6050_REG_GYRO_CONFIG,
84 .gyro_config = INV_MPU6050_REG_GYRO_CONFIG,
312 result = regmap_write(st->map, st->reg->gyro_config, d); in inv_mpu6050_init_config()
527 result = regmap_write(st->map, st->reg->gyro_config, d); in inv_mpu6050_write_gyro_scale()
Dinv_mpu_iio.h47 u8 gyro_config; member