Searched refs:buffer_end (Results 1 – 8 of 8) sorted by relevance
165 const uint8_t *buffer_end; in lis2dux12_decoder_get_frame_count() local171 buffer_end = buffer + LIS2DUX12_FIFO_SIZE(edata->fifo_count); in lis2dux12_decoder_get_frame_count()174 while (buffer < buffer_end) { in lis2dux12_decoder_get_frame_count()222 const uint8_t *buffer_end; in lis2dux12_decode_fifo() local237 buffer_end = buffer + LIS2DUX12_FIFO_SIZE(edata->fifo_count); in lis2dux12_decode_fifo()258 while (count < max_count && buffer < buffer_end) { in lis2dux12_decode_fifo()
305 const uint8_t *buffer_end = buffer + sizeof(struct bma4xx_fifo_data) + edata->fifo_count; in bma4xx_fifo_decode() local309 if ((uintptr_t)buffer_end <= *fit || ch.chan_idx != 0) { in bma4xx_fifo_decode()321 while (count < max_count && buffer < buffer_end) { in bma4xx_fifo_decode()340 frame_end = buffer_end; in bma4xx_fifo_decode()
106 const uint8_t *buffer_end = in adxl345_decode_stream() local111 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl345_decode_stream()133 while (count < max_count && buffer < buffer_end) { in adxl345_decode_stream()
39 const uint8_t *buffer_end = in adxl372_decode_stream() local44 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl372_decode_stream()65 while (count < max_count && buffer < buffer_end) { in adxl372_decode_stream()
192 const uint8_t *buffer_end; in lsm6dsv16x_decoder_get_frame_count() local202 buffer_end = buffer + LSM6DSV16X_FIFO_SIZE(edata->fifo_count); in lsm6dsv16x_decoder_get_frame_count()205 while (buffer < buffer_end) { in lsm6dsv16x_decoder_get_frame_count()279 const uint8_t *buffer_end; in lsm6dsv16x_decode_fifo() local299 buffer_end = buffer + LSM6DSV16X_FIFO_SIZE(edata->fifo_count); in lsm6dsv16x_decode_fifo()328 while (count < max_count && buffer < buffer_end) { in lsm6dsv16x_decode_fifo()
71 const uint8_t *buffer_end = in adxl362_decode_stream() local77 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl362_decode_stream()96 while (count < max_count && buffer < buffer_end) { in adxl362_decode_stream()
426 const uint8_t *buffer_end = in adxl367_decode_12b_stream() local434 while (count < max_count && buffer < buffer_end) { in adxl367_decode_12b_stream()509 const uint8_t *buffer_end = in adxl367_decode_stream() local514 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl367_decode_stream()537 while (count < max_count && buffer < buffer_end) { in adxl367_decode_stream()
362 const uint8_t *buffer_end = buffer + sizeof(struct icm4268x_fifo_data) + edata->fifo_count; in icm4268x_fifo_decode() local368 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in icm4268x_fifo_decode()375 while (count < max_count && buffer < buffer_end) { in icm4268x_fifo_decode()
Completed in 29 milliseconds