Searched refs:has_accel (Results 1 – 6 of 6) sorted by relevance
42 edata->has_accel = 0; in lsm6dsv16x_submit_sample()52 edata->has_accel = 1; in lsm6dsv16x_submit_sample()84 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()
370 edata->has_accel = 0; in bma4xx_submit_one_shot()382 edata->has_accel = 1; in bma4xx_submit_one_shot()391 edata->has_accel = 1; in bma4xx_submit_one_shot()406 if (edata->has_accel) { in bma4xx_submit_one_shot()477 *frame_count = edata->has_accel ? 1 : 0; in bma4xx_decoder_get_frame_count()606 if (!edata->has_accel) { in bma4xx_one_shot_decode()
227 uint8_t has_accel: 1; member
367 const bool has_accel = FIELD_GET(FIFO_HEADER_ACCEL, buffer[0]) == 1; in icm42688_fifo_decode() local373 } else if (has_accel && has_gyro) { in icm42688_fifo_decode()378 if (has_accel) { in icm42688_fifo_decode()394 if (has_accel) { in icm42688_fifo_decode()403 } else if (IS_ACCEL(chan_spec.chan_type) && has_accel) { in icm42688_fifo_decode()