Home
last modified time | relevance | path

Searched refs:read_adc_temp_and_pressure (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/iio/pressure/
A Dms5611.h48 int (*read_adc_temp_and_pressure)(struct ms5611_state *st, member
A Dms5611_i2c.c102 st->read_adc_temp_and_pressure = ms5611_i2c_read_adc_temp_and_pressure; in ms5611_i2c_probe()
A Dms5611_spi.c103 st->read_adc_temp_and_pressure = ms5611_spi_read_adc_temp_and_pressure; in ms5611_spi_probe()
A Dms5611_core.c110 ret = st->read_adc_temp_and_pressure(st, temp, pressure); in ms5611_read_temp_and_pressure()

Completed in 9 milliseconds