Searched refs:stmpe_set_altfunc (Results 1 - 4 of 4) 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.h92 extern int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dstmpe-keypad.c207 return stmpe_set_altfunc(stmpe, pins, STMPE_BLOCK_KEYPAD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dstmpe-gpio.c106 return stmpe_set_altfunc(stmpe, 1 << offset, STMPE_BLOCK_GPIO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dstmpe.c231 * stmpe_set_altfunc: set the alternate function for STMPE pins
242 int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins, enum stmpe_block block) function
283 EXPORT_SYMBOL_GPL(stmpe_set_altfunc); variable

Completed in 55 milliseconds