Home
last modified time | relevance | path

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

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