Home
last modified time | relevance | path

Searched refs:STMPE_BLOCK_ADC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dstmpe-ts.c181 ret = stmpe_enable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw()
189 stmpe_disable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw()
/openbmc/linux/drivers/iio/adc/
H A Dstmpe-adc.c234 ret = stmpe_enable(stmpe, STMPE_BLOCK_ADC); in stmpe_adc_init_hw()
242 stmpe_disable(stmpe, STMPE_BLOCK_ADC); in stmpe_adc_init_hw()
/openbmc/linux/include/linux/mfd/
H A Dstmpe.h34 STMPE_BLOCK_ADC = 1 << 3, enumerator
/openbmc/linux/drivers/mfd/
H A Dstmpe.c523 .block = STMPE_BLOCK_ADC,
535 if (blocks & STMPE_BLOCK_ADC) in stmpe811_enable()
1359 pdata->blocks |= STMPE_BLOCK_ADC; in stmpe_of_probe()
1493 __stmpe_disable(stmpe, STMPE_BLOCK_ADC); in stmpe_remove()