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