Searched refs:indio_accel (Results 1 – 3 of 3) sorted by relevance
404 } else if (indio_dev == st->indio_accel) { in inv_icm42600_buffer_postdisable()517 struct inv_icm42600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm42600_buffer_fifo_parse()539 ret = inv_icm42600_accel_parse_fifo(st->indio_accel); in inv_icm42600_buffer_fifo_parse()551 struct inv_icm42600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm42600_buffer_hwfifo_flush()557 accel_ts = iio_get_time_ns(st->indio_accel); in inv_icm42600_buffer_hwfifo_flush()577 ret = inv_icm42600_accel_parse_fifo(st->indio_accel); in inv_icm42600_buffer_hwfifo_flush()
537 st->timestamp.accel = iio_get_time_ns(st->indio_accel); in inv_icm42600_irq_timestamp()763 st->indio_accel = inv_icm42600_accel_init(st); in inv_icm42600_core_probe()764 if (IS_ERR(st->indio_accel)) in inv_icm42600_core_probe()765 return PTR_ERR(st->indio_accel); in inv_icm42600_core_probe()833 struct inv_icm42600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm42600_resume()
166 struct iio_dev *indio_accel; member