Lines Matching refs:odr
45 const void **timestamp, unsigned int *odr) in inv_icm42600_fifo_decode_packet() argument
57 *odr = 0; in inv_icm42600_fifo_decode_packet()
62 *odr = 0; in inv_icm42600_fifo_decode_packet()
64 *odr |= INV_ICM42600_SENSOR_GYRO; in inv_icm42600_fifo_decode_packet()
66 *odr |= INV_ICM42600_SENSOR_ACCEL; in inv_icm42600_fifo_decode_packet()
105 period_gyro = inv_icm42600_odr_to_period(st->conf.gyro.odr); in inv_icm42600_buffer_update_fifo_period()
110 period_accel = inv_icm42600_odr_to_period(st->conf.accel.odr); in inv_icm42600_buffer_update_fifo_period()
218 period_gyro = inv_icm42600_odr_to_period(st->conf.gyro.odr) / 1000UL; in inv_icm42600_buffer_update_watermark()
219 period_accel = inv_icm42600_odr_to_period(st->conf.accel.odr) / 1000UL; in inv_icm42600_buffer_update_watermark()
454 unsigned int odr; in inv_icm42600_buffer_fifo_read() local
492 &accel, &gyro, &temp, ×tamp, &odr); in inv_icm42600_buffer_fifo_read()