Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mfd/
Dstmpe.h115 extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks);
/linux-4.4.14/drivers/input/keyboard/
Dstmpe-keypad.c268 ret = stmpe_enable(stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_chip_init()
/linux-4.4.14/drivers/input/touchscreen/
Dstmpe-ts.c179 ret = stmpe_enable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw()
/linux-4.4.14/drivers/gpio/
Dgpio-stmpe.c374 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
/linux-4.4.14/drivers/mfd/
Dstmpe.c111 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable() function
121 EXPORT_SYMBOL_GPL(stmpe_enable);