Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.c65 *odr |= INV_ICM42600_SENSOR_GYRO; in inv_icm42600_fifo_decode_packet()
105 if (st->fifo.en & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_update_fifo_period()
136 if (fifo_en & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_set_fifo_en()
157 if ((fifo_en & INV_ICM42600_SENSOR_GYRO) && in inv_icm42600_get_packet_size()
391 sensor = INV_ICM42600_SENSOR_GYRO; in inv_icm42600_buffer_postdisable()
412 if (sensor == INV_ICM42600_SENSOR_GYRO) in inv_icm42600_buffer_postdisable()
H A Dinv_icm42600_buffer.h14 #define INV_ICM42600_SENSOR_GYRO BIT(0) macro
H A Dinv_icm42600_gyro.c126 fifo_en |= INV_ICM42600_SENSOR_GYRO; in inv_icm42600_gyro_update_scan_mode()
787 if (odr & INV_ICM42600_SENSOR_GYRO) in inv_icm42600_gyro_parse_fifo()