Searched refs:ts_sip (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/iio/imu/st_lsm6dsx/ |
| D | st_lsm6dsx_buffer.c | 105 u16 max_odr, min_odr, sip = 0, ts_sip = 0; in st_lsm6dsx_update_decimators() local 127 ts_sip = max_t(u16, ts_sip, sensor->sip); in st_lsm6dsx_update_decimators() 140 hw->sip = sip + ts_sip; in st_lsm6dsx_update_decimators() 141 hw->ts_sip = ts_sip; in st_lsm6dsx_update_decimators() 150 int val, ts_dec = !!hw->ts_sip; in st_lsm6dsx_update_decimators() 289 int err, acc_sip, gyro_sip, ts_sip, read_len, offset; in st_lsm6dsx_read_fifo() local 342 ts_sip = hw->ts_sip; in st_lsm6dsx_read_fifo() 357 if (ts_sip-- > 0) { in st_lsm6dsx_read_fifo()
|
| D | st_lsm6dsx.h | 156 u8 ts_sip; member
|