Searched defs:max14001_state (Results 1 – 1 of 1) sorted by relevance
55 struct max14001_state { struct56 const struct max14001_chip_info *chip_info;57 struct spi_device *spi;58 struct regmap *regmap;59 int vref_mV;60 bool spi_hw_has_lsb_first;86 struct max14001_state *st = context; in max14001_read() argument