Searched defs:ms5611_state (Results 1 – 1 of 1) sorted by relevance
46 struct ms5611_state { struct47 void *client;48 struct mutex lock;50 const struct ms5611_osr *pressure_osr;51 const struct ms5611_osr *temp_osr;53 int (*reset)(struct device *dev);54 int (*read_prom_word)(struct device *dev, int index, u16 *word);55 int (*read_adc_temp_and_pressure)(struct device *dev,58 struct ms5611_chip_info *chip_info;59 struct regulator *vdd;