Home
last modified time | relevance | path

Searched refs:stmpe_disable (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Dstmpe.h138 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/Linux-v4.19/drivers/pwm/
Dpwm-stmpe.c305 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/Linux-v4.19/drivers/input/keyboard/
Dstmpe-keypad.c410 stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_remove()
/Linux-v4.19/drivers/input/touchscreen/
Dstmpe-ts.c394 stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN); in stmpe_ts_remove()
/Linux-v4.19/drivers/mfd/
Dstmpe.c149 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() function
159 EXPORT_SYMBOL_GPL(stmpe_disable);
1202 ret = stmpe_disable(stmpe, ~0); in stmpe_chip_init()
/Linux-v4.19/drivers/gpio/
Dgpio-stmpe.c519 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()