Home
last modified time | relevance | path

Searched refs:micros (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dtime.rs442 pub const fn from_micros(micros: i64) -> Self { in from_micros()
444 value: micros.saturating_mul(NSEC_PER_USEC), in from_micros()
/linux/drivers/iio/accel/
H A Dbma180.c474 bool micros) in bma180_show_avail() argument
483 micros ? "0.%06d " : "%d ", vals[i]); in bma180_show_avail()