Searched refs:read_prom_word (Results 1 – 4 of 4) sorted by relevance
35 int (*read_prom_word)(struct device *dev, int index, u16 *word); member
103 st->read_prom_word = ms5611_i2c_read_prom_word; in ms5611_i2c_probe()
102 st->read_prom_word = ms5611_spi_read_prom_word; in ms5611_spi_probe()
53 ret = st->read_prom_word(&indio_dev->dev, i, &st->prom[i]); in ms5611_read_prom()