Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/
Dstmpe.h116 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/linux-4.4.14/drivers/gpio/
Dgpio-stmpe.c414 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
427 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_remove()
/linux-4.4.14/drivers/mfd/
Dstmpe.c128 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() function
138 EXPORT_SYMBOL_GPL(stmpe_disable);
1031 ret = stmpe_disable(stmpe, ~0); in stmpe_chip_init()
/linux-4.4.14/drivers/input/keyboard/
Dstmpe-keypad.c402 stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_remove()
/linux-4.4.14/drivers/input/touchscreen/
Dstmpe-ts.c363 stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN); in stmpe_ts_remove()