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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dstmpe.h95 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dstmpe-keypad.c355 stmpe_disable(stmpe, STMPE_BLOCK_KEYPAD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dstmpe.c121 * stmpe_disable - disable blocks on an STMPE device
125 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) function
135 EXPORT_SYMBOL_GPL(stmpe_disable); variable
818 ret = stmpe_disable(stmpe, ~0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dstmpe-ts.c344 stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dstmpe-gpio.c368 stmpe_disable(stmpe, STMPE_BLOCK_GPIO);

Completed in 68 milliseconds