Searched refs:heating_complete (Results 1 – 1 of 1) sorted by relevance
70 unsigned long heating_complete; /* in jiffies */ member98 if (time_before(curr_jiffies, data->heating_complete)) in sht4x_read_values()99 msleep(jiffies_to_msecs(data->heating_complete - curr_jiffies)); in sht4x_read_values()102 time_before(jiffies, data->heating_complete + data->update_interval)) { in sht4x_read_values()240 return sysfs_emit(buf, "%u\n", time_before(jiffies, data->heating_complete)); in heater_enable_show()282 if (time_before(jiffies, data->heating_complete)) in heater_enable_store()289 data->heating_complete = jiffies + msecs_to_jiffies(heating_time_bound); in heater_enable_store()413 data->heating_complete = jiffies; in sht4x_probe()