Lines Matching refs:imx7d_adc
107 struct imx7d_adc { struct
177 static void imx7d_adc_feature_config(struct imx7d_adc *info) in imx7d_adc_feature_config()
184 static void imx7d_adc_sample_rate_set(struct imx7d_adc *info) in imx7d_adc_sample_rate_set()
212 static void imx7d_adc_hw_init(struct imx7d_adc *info) in imx7d_adc_hw_init()
232 static void imx7d_adc_channel_set(struct imx7d_adc *info) in imx7d_adc_channel_set()
271 static u32 imx7d_adc_get_sample_rate(struct imx7d_adc *info) in imx7d_adc_get_sample_rate()
289 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_read_raw()
333 static int imx7d_adc_read_data(struct imx7d_adc *info) in imx7d_adc_read_data()
360 struct imx7d_adc *info = dev_id; in imx7d_adc_isr()
397 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_reg_access()
418 static void imx7d_adc_power_down(struct imx7d_adc *info) in imx7d_adc_power_down()
432 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_enable()
459 struct imx7d_adc *info = iio_priv(indio_dev); in imx7d_adc_disable()
476 struct imx7d_adc *info; in imx7d_adc_probe()