Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/humidity/
H A Ddht11.c193 int ret, timeres, offset; in dht11_read_raw() local
197 timeres = ktime_get_resolution_ns(); in dht11_read_raw()
198 dev_dbg(dht11->dev, "current timeresolution: %dns\n", timeres); in dht11_read_raw()
199 if (timeres > DHT11_MIN_TIMERES) { in dht11_read_raw()
201 timeres); in dht11_read_raw()
209 if (timeres > DHT11_AMBIG_LOW && timeres < DHT11_AMBIG_HIGH) in dht11_read_raw()
212 timeres); in dht11_read_raw()