Lines Matching refs:imx7d_adc
108 struct imx7d_adc { struct
179 static void imx7d_adc_feature_config(struct imx7d_adc *info) in imx7d_adc_feature_config()
186 static void imx7d_adc_sample_rate_set(struct imx7d_adc *info) in imx7d_adc_sample_rate_set()
214 static void imx7d_adc_hw_init(struct imx7d_adc *info) in imx7d_adc_hw_init()
234 static void imx7d_adc_channel_set(struct imx7d_adc *info) in imx7d_adc_channel_set()
273 static u32 imx7d_adc_get_sample_rate(struct imx7d_adc *info) in imx7d_adc_get_sample_rate()
291 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_read_raw()
335 static int imx7d_adc_read_data(struct imx7d_adc *info) in imx7d_adc_read_data()
362 struct imx7d_adc *info = dev_id; in imx7d_adc_isr()
399 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_reg_access()
420 static void imx7d_adc_power_down(struct imx7d_adc *info) in imx7d_adc_power_down()
434 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_enable()
461 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_disable()
478 struct imx7d_adc *info; in imx7d_adc_probe()