stmpe_disable
stmpe_disable(stmpe, STMPE_BLOCK_GPIO);
stmpe_disable(stmpe, STMPE_BLOCK_ADC);
stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD);
stmpe_disable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC);
stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN);
ret = stmpe_disable(stmpe, ~0);
EXPORT_SYMBOL_GPL(stmpe_disable);
stmpe_disable(stmpe, STMPE_BLOCK_PWM);
stmpe_disable(stmpe, STMPE_BLOCK_PWM);
extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);