stmpe_enable      496 drivers/gpio/gpio-stmpe.c 	ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO);
stmpe_enable      234 drivers/iio/adc/stmpe-adc.c 	ret = stmpe_enable(stmpe, STMPE_BLOCK_ADC);
stmpe_enable      276 drivers/input/keyboard/stmpe-keypad.c 	ret = stmpe_enable(stmpe, STMPE_BLOCK_KEYPAD);
stmpe_enable      179 drivers/input/touchscreen/stmpe-ts.c 	ret = stmpe_enable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC);
stmpe_enable      142 drivers/mfd/stmpe.c EXPORT_SYMBOL_GPL(stmpe_enable);
stmpe_enable      295 drivers/pwm/pwm-stmpe.c 	ret = stmpe_enable(stmpe, STMPE_BLOCK_PWM);
stmpe_enable      157 include/linux/mfd/stmpe.h extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks);