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 ms5611_state *st, int index, u16 *word); member
101 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()
88 ret = st->read_prom_word(st, i, &st->chip_info->prom[i]); in ms5611_read_prom()