Searched refs:indio_accel (Results 1 – 3 of 3) sorted by relevance
366 } else if (indio_dev == st->indio_accel) { in inv_icm45600_buffer_postdisable()458 struct inv_icm45600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm45600_buffer_fifo_parse()480 ret = inv_icm45600_accel_parse_fifo(st->indio_accel); in inv_icm45600_buffer_fifo_parse()492 struct inv_icm45600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm45600_buffer_hwfifo_flush()498 accel_ts = iio_get_time_ns(st->indio_accel); in inv_icm45600_buffer_hwfifo_flush()518 ret = inv_icm45600_accel_parse_fifo(st->indio_accel); in inv_icm45600_buffer_hwfifo_flush()
566 st->timestamp.accel = iio_get_time_ns(st->indio_accel); in inv_icm45600_irq_timestamp()771 st->indio_accel = inv_icm45600_accel_init(st); in inv_icm45600_core_probe()772 if (IS_ERR(st->indio_accel)) in inv_icm45600_core_probe()773 return PTR_ERR(st->indio_accel); in inv_icm45600_core_probe()849 struct inv_icm45600_sensor_state *accel_st = iio_priv(st->indio_accel); in inv_icm45600_resume()
159 struct iio_dev *indio_accel; member