Searched defs:micro_ms2 (Results 1 – 5 of 5) sorted by relevance
43 int64_t micro_ms2; in iis3dhhc_convert() local
542 int64_t micro_ms2 = val->val1 * 1000000LL + val->val2; in adxl372_attr_set_thresh() local610 int32_t micro_ms2 = value * (SENSOR_G / (16 * 1000 / 100)); in adxl372_accel_convert() local
225 uint64_t micro_ms2 = abs(val->val1 * 1000000LL + val->val2); in fxos8700_set_mt_ths() local327 int64_t micro_ms2; in fxos8700_accel_convert() local
975 int64_t micro_ms2 = ms2->val1 * 1000000LL + ms2->val2; in sensor_ms2_to_g() local1006 int64_t micro_ms2 = (ms2->val1 * INT64_C(1000000)) + ms2->val2; in sensor_ms2_to_ug() local
553 long micro_ms2 = accel * SENSOR_G / scale; in adxl362_accel_convert() local