Home
last modified time | relevance | path

Searched refs:ucb1x00_adc_read (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mfd/
Ducb1x00-ts.c102 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_AD2, ts->adcsync); in ucb1x00_ts_read_pressure()
109 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_TSPY, ts->adcsync); in ucb1x00_ts_read_pressure()
137 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_TSPY, ts->adcsync); in ucb1x00_ts_read_xpos()
165 return ucb1x00_adc_read(ts->ucb, UCB_ADC_INP_TSPX, ts->adcsync); in ucb1x00_ts_read_ypos()
177 return ucb1x00_adc_read(ts->ucb, 0, ts->adcsync); in ucb1x00_ts_read_xres()
189 return ucb1x00_adc_read(ts->ucb, 0, ts->adcsync); in ucb1x00_ts_read_yres()
Ducb1x00-assabet.c30 val = ucb1x00_adc_read(ucb, input, UCB_NOSYNC); \
Ducb1x00-core.c240 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read() function
777 EXPORT_SYMBOL(ucb1x00_adc_read);
/linux-4.4.14/drivers/power/
Dcollie_battery.c67 value = ucb1x00_adc_read(ucb, bat->adc_bat, UCB_SYNC); in collie_read_bat()
86 value = ucb1x00_adc_read(ucb, bat->adc_temp, UCB_SYNC); in collie_read_temp()
/linux-4.4.14/include/linux/mfd/
Ducb1x00.h256 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);