Searched refs:stm32_adc_ic (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dstm32-adc.c94 * struct stm32_adc_ic - ADC internal channels
98 struct stm32_adc_ic { struct
103 static const struct stm32_adc_ic stm32_adc_ic[STM32_ADC_INT_CH_NB] = { variable in typeref:struct:stm32_adc_ic
2129 if (!strncmp(stm32_adc_ic[i].name, ch_name, STM32_ADC_CH_SZ)) {
2159 if (stm32_adc_ic[i].idx != STM32_ADC_INT_CH_VREFINT) {

Completed in 190 milliseconds