struct sht15_data - device instance specific data : platform data (gpio's etc). : bh of interrupt handler. : wait queue for getting values from device. : last temperature value read from device. : last humidity value read from device. : last status register value read from device. : last value read from the device passed CRC validation. : flag used to enable the data validation with CRC. : state identifying the action the driver is doing. : are the current stored measures valid (start condition). : is the current stored status valid (start condition). : time of last measure. : time of last status reading. : mutex to ensure only one read in progress at a time. : associate device structure. : device associated with hwmon subsystem. : associated regulator (if specified). : notifier block to handle notifications of voltage changes. : local copy of supply voltage used to allow use of regulator consumer if available. : indicates that an updated value has not yet been obtained from the regulator and so any calculations based upon it will be invalid. : work struct that is used to update the supply_uV. : flag used to indicate a handler has been scheduled.
Definition at line 150 of file sht15.c.