Searched refs:has_accel (Results 1 – 6 of 6) sorted by relevance
44 edata->has_accel = 0; in lsm6dsv16x_submit_sample()54 edata->has_accel = 1; in lsm6dsv16x_submit_sample()86 edata->has_accel = 1; in lsm6dsv16x_submit_sample()
40 uint8_t has_accel: 1; /* set if accel channel has data */ member
566 if (edata->has_accel == 0) { in lsm6dsv16x_decode_sample()
379 edata->has_accel = 0; in bma4xx_submit_one_shot()391 edata->has_accel = 1; in bma4xx_submit_one_shot()400 edata->has_accel = 1; in bma4xx_submit_one_shot()415 if (edata->has_accel) { in bma4xx_submit_one_shot()486 *frame_count = edata->has_accel ? 1 : 0; in bma4xx_decoder_get_frame_count()615 if (!edata->has_accel) { in bma4xx_one_shot_decode()
227 uint8_t has_accel: 1; member
328 const bool has_accel = FIELD_GET(FIFO_HEADER_ACCEL, buffer[0]) == 1; in icm42688_fifo_decode() local334 } else if (has_accel && has_gyro) { in icm42688_fifo_decode()339 if (has_accel) { in icm42688_fifo_decode()355 if (has_accel) { in icm42688_fifo_decode()364 } else if (IS_ACCEL(chan_spec.chan_type) && has_accel) { in icm42688_fifo_decode()