Searched defs:exynos_adc_data (Results 1 – 1 of 1) sorted by relevance
154 struct exynos_adc_data { struct155 int num_channels;156 bool needs_sclk;157 bool needs_adc_phy;158 int phy_offset;159 u32 mask;161 void (*init_hw)(struct exynos_adc *info);162 void (*exit_hw)(struct exynos_adc *info);163 void (*clear_irq)(struct exynos_adc *info);164 void (*start_conv)(struct exynos_adc *info, unsigned long addr);