Lines Matching refs:imx7d_adc
106 struct imx7d_adc { struct
176 static void imx7d_adc_feature_config(struct imx7d_adc *info) in imx7d_adc_feature_config()
183 static void imx7d_adc_sample_rate_set(struct imx7d_adc *info) in imx7d_adc_sample_rate_set()
211 static void imx7d_adc_hw_init(struct imx7d_adc *info) in imx7d_adc_hw_init()
231 static void imx7d_adc_channel_set(struct imx7d_adc *info) in imx7d_adc_channel_set()
270 static u32 imx7d_adc_get_sample_rate(struct imx7d_adc *info) in imx7d_adc_get_sample_rate()
288 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_read_raw()
332 static int imx7d_adc_read_data(struct imx7d_adc *info) in imx7d_adc_read_data()
359 struct imx7d_adc *info = dev_id; in imx7d_adc_isr()
396 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_reg_access()
417 static void imx7d_adc_power_down(struct imx7d_adc *info) in imx7d_adc_power_down()
431 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_enable()
458 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_disable()
475 struct imx7d_adc *info; in imx7d_adc_probe()