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