Searched defs:ms5611_state (Results 1 – 1 of 1) sorted by relevance
42 struct ms5611_state { struct43 void *client;44 struct mutex lock;46 int (*reset)(struct device *dev);47 int (*read_prom_word)(struct device *dev, int index, u16 *word);48 int (*read_adc_temp_and_pressure)(struct device *dev,51 struct ms5611_chip_info *chip_info;