Home
last modified time | relevance | path

Searched refs:hwfifo_flush_to_buffer (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/linux/iio/
Diio.h524 int (*hwfifo_flush_to_buffer)(struct iio_dev *indio_dev, member
/Linux-v6.6/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c715 .hwfifo_flush_to_buffer = inv_icm42600_gyro_hwfifo_flush,
Dinv_icm42600_accel.c704 .hwfifo_flush_to_buffer = inv_icm42600_accel_hwfifo_flush,
/Linux-v6.6/drivers/iio/accel/
Dkionix-kx022a.c719 .hwfifo_flush_to_buffer = kx022a_fifo_flush,
Dbmc150-accel-core.c1219 .hwfifo_flush_to_buffer = bmc150_accel_fifo_flush,
/Linux-v6.6/drivers/iio/
Dindustrialio-buffer.c49 if (!indio_dev->info->hwfifo_flush_to_buffer) in iio_buffer_flush_hwfifo()
52 return indio_dev->info->hwfifo_flush_to_buffer(indio_dev, required); in iio_buffer_flush_hwfifo()