Searched refs:ts_sip (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_buffer.c | 155 u16 sip = 0, ts_sip = 0; in st_lsm6dsx_update_decimators() local 177 ts_sip = max_t(u16, ts_sip, sensor->sip); in st_lsm6dsx_update_decimators() 191 hw->sip = sip + ts_sip; in st_lsm6dsx_update_decimators() 192 hw->ts_sip = ts_sip; in st_lsm6dsx_update_decimators() 201 int val, ts_dec = !!hw->ts_sip; in st_lsm6dsx_update_decimators() 376 int err, sip, acc_sip, gyro_sip, ts_sip, ext_sip, read_len, offset; in st_lsm6dsx_read_fifo() local 433 ts_sip = hw->ts_sip; in st_lsm6dsx_read_fifo() 457 if (ts_sip-- > 0) { in st_lsm6dsx_read_fifo()
|