Home
last modified time | relevance | path

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

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