Searched refs:read_prom_word (Results 1 – 5 of 5) sorted by relevance
37 int (*read_prom_word)(void *cli, int cmd, u16 *word); member135 ret = dev_data->read_prom_word(dev_data->client, in tsys01_read_prom()201 dev_data->read_prom_word = ms_sensors_read_prom_word; in tsys01_i2c_probe()
54 int (*read_prom_word)(struct device *dev, int index, u16 *word); member
104 st->read_prom_word = ms5611_i2c_read_prom_word; in ms5611_i2c_probe()
105 st->read_prom_word = ms5611_spi_read_prom_word; in ms5611_spi_probe()
88 ret = st->read_prom_word(&indio_dev->dev, in ms5611_read_prom()
Completed in 6 milliseconds