Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
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()
/linux-5.19.10/drivers/input/touchscreen/
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()
/linux-5.19.10/include/linux/mfd/
Dstmpe.h34 STMPE_BLOCK_ADC = 1 << 3, enumerator
/linux-5.19.10/drivers/mfd/
Dstmpe.c529 .block = STMPE_BLOCK_ADC,
541 if (blocks & STMPE_BLOCK_ADC) in stmpe811_enable()
1372 pdata->blocks |= STMPE_BLOCK_ADC; in stmpe_of_probe()
1506 __stmpe_disable(stmpe, STMPE_BLOCK_ADC); in stmpe_remove()