Searched refs:gyro_st (Results 1 – 2 of 2) sorted by relevance
258 *val = gyro_st->scales[2 * idx]; in inv_icm42600_gyro_read_scale()259 *val2 = gyro_st->scales[2 * idx + 1]; in inv_icm42600_gyro_read_scale()274 if (val == gyro_st->scales[idx] && in inv_icm42600_gyro_write_scale()275 val2 == gyro_st->scales[idx + 1]) in inv_icm42600_gyro_write_scale()278 if (idx >= gyro_st->scales_len) in inv_icm42600_gyro_write_scale()629 *vals = gyro_st->scales; in inv_icm42600_gyro_read_avail()631 *length = gyro_st->scales_len; in inv_icm42600_gyro_read_avail()749 struct inv_icm42600_sensor_state *gyro_st; in inv_icm42600_gyro_init() local761 gyro_st = iio_priv(indio_dev); in inv_icm42600_gyro_init()765 gyro_st->scales = inv_icm42686_gyro_scale; in inv_icm42600_gyro_init()[all …]
516 struct inv_icm42600_sensor_state *gyro_st = iio_priv(st->indio_gyro); in inv_icm42600_buffer_fifo_parse() local526 ts = &gyro_st->ts; in inv_icm42600_buffer_fifo_parse()550 struct inv_icm42600_sensor_state *gyro_st = iio_priv(st->indio_gyro); in inv_icm42600_buffer_hwfifo_flush() local567 ts = &gyro_st->ts; in inv_icm42600_buffer_hwfifo_flush()
Completed in 632 milliseconds