Searched refs:timeres (Results 1 – 1 of 1) sorted by relevance
194 int ret, timeres, offset; in dht11_read_raw() local198 timeres = ktime_get_resolution_ns(); in dht11_read_raw()199 dev_dbg(dht11->dev, "current timeresolution: %dns\n", timeres); in dht11_read_raw()200 if (timeres > DHT11_MIN_TIMERES) { in dht11_read_raw()202 timeres); in dht11_read_raw()210 if (timeres > DHT11_AMBIG_LOW && timeres < DHT11_AMBIG_HIGH) in dht11_read_raw()213 timeres); in dht11_read_raw()