Searched defs:exynos_adc_data (Results 1 – 1 of 1) sorted by relevance
114 struct exynos_adc_data { struct115 int num_channels;116 bool needs_sclk;117 bool needs_adc_phy;118 int phy_offset;119 u32 mask;121 void (*init_hw)(struct exynos_adc *info);122 void (*exit_hw)(struct exynos_adc *info);123 void (*clear_irq)(struct exynos_adc *info);124 void (*start_conv)(struct exynos_adc *info, unsigned long addr);