Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstmpe.h155 extern int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins,
/linux/drivers/pwm/
H A Dpwm-stmpe.c124 ret = stmpe_set_altfunc(stmpe_pwm->stmpe, BIT(pin), in stmpe_24xx_pwm_config()
/linux/drivers/input/keyboard/
H A Dstmpe-keypad.c238 ret = stmpe_set_altfunc(stmpe, pins, STMPE_BLOCK_KEYPAD); in stmpe_keypad_altfunc_init()
/linux/drivers/mfd/
H A Dstmpe.c260 int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins, enum stmpe_block block) in stmpe_set_altfunc() function
303 EXPORT_SYMBOL_GPL(stmpe_set_altfunc);
/linux/drivers/gpio/
H A Dgpio-stmpe.c125 return stmpe_set_altfunc(stmpe, BIT(offset), STMPE_BLOCK_GPIO); in stmpe_gpio_request()