Searched defs:exynos_adc_data (Results 1 – 1 of 1) 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);