Searched refs:inv_mpu6050_set_wom_threshold (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_core.c | 977 static int inv_mpu6050_set_wom_threshold(struct inv_mpu6050_state *st, u64 value, in inv_mpu6050_set_wom_threshold() function 1069 result = inv_mpu6050_set_wom_threshold(st, st->chip_config.roc_threshold, lp_div); in inv_mpu6050_set_wom_lp() 1080 result = inv_mpu6050_set_wom_threshold(st, st->chip_config.roc_threshold, in inv_mpu6050_set_wom_lp() 1227 result = inv_mpu6050_set_wom_threshold(st, value, INV_MPU6050_FREQ_DIVIDER(st)); in inv_mpu6050_write_event_value() 1332 result = inv_mpu6050_set_wom_threshold(st, st->chip_config.roc_threshold, in inv_mpu6050_fifo_rate_store()
|