Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dmt6360-adc.c58 struct mt6360_adc_data { struct
66 static int mt6360_adc_read_channel(struct mt6360_adc_data *mad, int channel, int *val) in mt6360_adc_read_channel() argument
144 static int mt6360_adc_read_scale(struct mt6360_adc_data *mad, int channel, int *val, int *val2) in mt6360_adc_read_scale()
188 static int mt6360_adc_read_offset(struct mt6360_adc_data *mad, int channel, int *val) in mt6360_adc_read_offset()
197 struct mt6360_adc_data *mad = iio_priv(iio_dev); in mt6360_adc_read_raw()
263 struct mt6360_adc_data *mad = iio_priv(indio_dev); in mt6360_adc_trigger_handler()
287 static inline int mt6360_adc_reset(struct mt6360_adc_data *info) in mt6360_adc_reset()
314 struct mt6360_adc_data *mad; in mt6360_adc_probe()