Home
last modified time | relevance | path

Searched refs:adc_channel (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dnau8540.c205 static const char * const adc_channel[] = { variable
209 digital_ch4_enum, NAU8540_REG_DIGITAL_MUX, 6, adc_channel);
215 digital_ch3_enum, NAU8540_REG_DIGITAL_MUX, 4, adc_channel);
221 digital_ch2_enum, NAU8540_REG_DIGITAL_MUX, 2, adc_channel);
227 digital_ch1_enum, NAU8540_REG_DIGITAL_MUX, 0, adc_channel);
/linux/drivers/mfd/
H A Ducb1x00-core.c237 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read() argument
242 adc_channel |= UCB_ADC_SYNC_ENA; in ucb1x00_adc_read()
244 ucb1x00_reg_write(ucb, UCB_ADC_CR, ucb->adc_cr | adc_channel); in ucb1x00_adc_read()
245 ucb1x00_reg_write(ucb, UCB_ADC_CR, ucb->adc_cr | adc_channel | UCB_ADC_START); in ucb1x00_adc_read()
/linux/include/linux/mfd/
H A Ducb1x00.h254 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);