Searched defs:ms5611_state (Results 1 – 1 of 1) sorted by relevance
49 struct ms5611_state { struct50 void *client;51 struct mutex lock;53 const struct ms5611_osr *pressure_osr;54 const struct ms5611_osr *temp_osr;56 int (*reset)(struct device *dev);57 int (*read_prom_word)(struct device *dev, int index, u16 *word);58 int (*read_adc_temp_and_pressure)(struct device *dev,61 struct ms5611_chip_info *chip_info;62 struct regulator *vdd;