Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:raw

93     {"MPL Raw Gyroscope", "Invensense", 1,
1216 LOGV_IF(HANDLER_DATA, "HAL:raw gyro data : %+f %+f %+f -- %lld - %d",
2385 long raw = 0;
2397 count = sscanf(raw_buf, "%ld%lld", &raw, &timestamp);
2404 "HAL:temperature raw = %ld, timestamp = %lld, count = %d",
2405 raw, timestamp, count);
2406 data[0] = raw;
2421 short raw = 0;
2430 count = sscanf(raw_buf, "%hd", &raw);
2436 LOGV_IF(EXTRA_VERBOSE, "HAL:dmp state = %d, count = %d", raw, count);
2438 return (int)raw;