Searched refs:ofs (Results 1 – 1 of 1) sorted by relevance
419 const struct sensor_value *ofs) in bmi160_acc_ofs_set() argument434 for (i = 0; i < BMI160_AXES; i++, ofs++) { in bmi160_acc_ofs_set()437 CLAMP(sensor_value_to_micro(ofs) / BMI160_ACC_OFS_LSB, INT8_MIN, INT8_MAX); in bmi160_acc_ofs_set()603 const struct sensor_value *ofs) in bmi160_gyr_ofs_set() argument622 for (i = 0; i < BMI160_AXES; i++, ofs++) { in bmi160_gyr_ofs_set()624 ofs_u = ofs->val1 * 1000000ULL + ofs->val2; in bmi160_gyr_ofs_set()