Searched refs:micros (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
H A Dtime.c895 unsigned long micros; etr_set_tolec_timeout() local
900 micros = (now > etr_tolec) ? ((now - etr_tolec) >> 12) : 0; etr_set_tolec_timeout()
901 micros = (micros > 1600000) ? 0 : 1600000 - micros; etr_set_tolec_timeout()
902 mod_timer(&etr_timer, jiffies + (micros * HZ) / 1000000 + 1); etr_set_tolec_timeout()
/linux-4.4.14/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c33 int scale_val1; /* scale, fraction in micros */
/linux-4.4.14/drivers/iio/accel/
H A Dbma180.c412 bool micros) bma180_show_avail()
421 micros ? "0.%06d " : "%d ", vals[i]); bma180_show_avail()
411 bma180_show_avail(char *buf, const int *vals, unsigned n, bool micros) bma180_show_avail() argument

Completed in 269 milliseconds