Searched refs:stmpe_disable (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pwm/ |
| H A D | pwm-stmpe.c | 325 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe() 340 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_remove()
|
| /linux/drivers/input/touchscreen/ |
| H A D | stmpe-ts.c | 189 stmpe_disable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw() 357 stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN); in stmpe_ts_remove()
|
| /linux/include/linux/mfd/ |
| H A D | stmpe.h | 158 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
|
| /linux/drivers/mfd/ |
| H A D | stmpe.c | 143 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() function 153 EXPORT_SYMBOL_GPL(stmpe_disable); 1256 ret = stmpe_disable(stmpe, ~0); in stmpe_chip_init()
|
| /linux/drivers/iio/adc/ |
| H A D | stmpe-adc.c | 242 stmpe_disable(stmpe, STMPE_BLOCK_ADC); in stmpe_adc_init_hw()
|
| /linux/drivers/input/keyboard/ |
| H A D | stmpe-keypad.c | 411 stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_remove()
|
| /linux/drivers/gpio/ |
| H A D | gpio-stmpe.c | 471 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_disable()
|