Searched refs:ts_sip (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/iio/imu/st_lsm6dsx/ |
| D | st_lsm6dsx_buffer.c | 123 u16 max_odr, min_odr, sip = 0, ts_sip = 0; in st_lsm6dsx_update_decimators() local 148 ts_sip = max_t(u16, ts_sip, sensor->sip); in st_lsm6dsx_update_decimators() 162 hw->sip = sip + ts_sip; in st_lsm6dsx_update_decimators() 163 hw->ts_sip = ts_sip; in st_lsm6dsx_update_decimators() 172 int val, ts_dec = !!hw->ts_sip; in st_lsm6dsx_update_decimators() 343 int err, acc_sip, gyro_sip, ts_sip, read_len, offset; in st_lsm6dsx_read_fifo() local 398 ts_sip = hw->ts_sip; in st_lsm6dsx_read_fifo() 413 if (ts_sip-- > 0) { in st_lsm6dsx_read_fifo()
|
| D | st_lsm6dsx.h | 322 u8 ts_sip; member
|