stmpe_disable     535 drivers/gpio/gpio-stmpe.c 	stmpe_disable(stmpe, STMPE_BLOCK_GPIO);
stmpe_disable     242 drivers/iio/adc/stmpe-adc.c 		stmpe_disable(stmpe, STMPE_BLOCK_ADC);
stmpe_disable     410 drivers/input/keyboard/stmpe-keypad.c 	stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD);
stmpe_disable     187 drivers/input/touchscreen/stmpe-ts.c 		stmpe_disable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC);
stmpe_disable     353 drivers/input/touchscreen/stmpe-ts.c 	stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN);
stmpe_disable     159 drivers/mfd/stmpe.c EXPORT_SYMBOL_GPL(stmpe_disable);
stmpe_disable    1258 drivers/mfd/stmpe.c 	ret = stmpe_disable(stmpe, ~0);
stmpe_disable     301 drivers/pwm/pwm-stmpe.c 		stmpe_disable(stmpe, STMPE_BLOCK_PWM);
stmpe_disable     158 include/linux/mfd/stmpe.h extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);