Searched refs:ucb1x00_adc_read (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-ts.c | 102 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()
|
D | ucb1x00-assabet.c | 30 val = ucb1x00_adc_read(ucb, input, UCB_NOSYNC); \
|
D | ucb1x00-core.c | 240 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/ |
D | collie_battery.c | 67 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/ |
D | ucb1x00.h | 256 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);
|