Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:sscanf

320             count = sscanf(gyroBuf, "%ld", &mGyroScale);
340 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
399 count = sscanf(buf, "%d", &mAccelScale);
4345 count = sscanf(raw_buf, "%ld%lld", &raw, &timestamp);
4378 count = sscanf(raw_buf, "%hd", &raw);
4406 count = sscanf(buf, "%[^','],%[^','],%[^',']", x, y, z);