Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Ducb1x00-core.c227 * @adc_channel: ADC channel mask
240 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read() argument
245 adc_channel |= UCB_ADC_SYNC_ENA; in ucb1x00_adc_read()
247 ucb1x00_reg_write(ucb, UCB_ADC_CR, ucb->adc_cr | adc_channel); in ucb1x00_adc_read()
248 ucb1x00_reg_write(ucb, UCB_ADC_CR, ucb->adc_cr | adc_channel | UCB_ADC_START); in ucb1x00_adc_read()
/linux/Documentation/devicetree/bindings/iio/light/
H A Dsharp,gp2ap002.yaml80 io-channels = <&adc_channel>;
/linux/include/linux/mfd/
H A Ducb1x00.h254 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);