Searched defs:exynos_adc_data (Results 1 – 1 of 1) sorted by relevance
143 struct exynos_adc_data { struct144 int num_channels;145 bool needs_sclk;146 bool needs_adc_phy;147 int phy_offset;148 u32 mask;150 void (*init_hw)(struct exynos_adc *info);151 void (*exit_hw)(struct exynos_adc *info);152 void (*clear_irq)(struct exynos_adc *info);153 void (*start_conv)(struct exynos_adc *info, unsigned long addr);