Home
last modified time | relevance | path

Searched refs:fifo_mode (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx.h154 enum st_lsm6dsx_fifo_mode fifo_mode; member
177 enum st_lsm6dsx_fifo_mode fifo_mode);
Dst_lsm6dsx_buffer.c160 enum st_lsm6dsx_fifo_mode fifo_mode) in st_lsm6dsx_set_fifo_mode() argument
167 fifo_mode)); in st_lsm6dsx_set_fifo_mode()
171 hw->fifo_mode = fifo_mode; in st_lsm6dsx_set_fifo_mode()
425 if (hw->fifo_mode != ST_LSM6DSX_FIFO_BYPASS) { in st_lsm6dsx_update_fifo()
Dst_lsm6dsx_core.c879 if (hw->fifo_mode != ST_LSM6DSX_FIFO_BYPASS) in st_lsm6dsx_suspend()
/linux-4.19.296/drivers/iio/accel/
Dbmc150-accel-core.c198 u8 fifo_mode, watermark; member
801 state = data->fifo_mode; in bmc150_accel_get_fifo_state()
1253 if (data->fifo_mode) { in bmc150_accel_irq_thread_handler()
1301 if (data->ev_enable_state || data->fifo_mode) in bmc150_accel_irq_handler()
1385 ret = regmap_write(data->regmap, reg, data->fifo_mode); in bmc150_accel_fifo_set_mode()
1391 if (!data->fifo_mode) in bmc150_accel_fifo_set_mode()
1427 data->fifo_mode = BMC150_ACCEL_FIFO_MODE_FIFO; in bmc150_accel_buffer_postenable()
1431 data->fifo_mode = 0; in bmc150_accel_buffer_postenable()
1451 if (!data->fifo_mode) in bmc150_accel_buffer_predisable()
1456 data->fifo_mode = 0; in bmc150_accel_buffer_predisable()
/linux-4.19.296/include/linux/input/
Dadxl34x.h260 u8 fifo_mode; member