Home
last modified time | relevance | path

Searched refs:ts_sip (Results 1 – 2 of 2) sorted by relevance

/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_buffer.c132 u16 sip = 0, ts_sip = 0; in st_lsm6dsx_update_decimators() local
154 ts_sip = max_t(u16, ts_sip, sensor->sip); in st_lsm6dsx_update_decimators()
168 hw->sip = sip + ts_sip; in st_lsm6dsx_update_decimators()
169 hw->ts_sip = ts_sip; in st_lsm6dsx_update_decimators()
178 int val, ts_dec = !!hw->ts_sip; in st_lsm6dsx_update_decimators()
353 int err, sip, acc_sip, gyro_sip, ts_sip, ext_sip, read_len, offset; in st_lsm6dsx_read_fifo() local
410 ts_sip = hw->ts_sip; in st_lsm6dsx_read_fifo()
434 if (ts_sip-- > 0) { in st_lsm6dsx_read_fifo()
Dst_lsm6dsx.h407 u8 ts_sip; member