Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-stmpe.c128 ret = stmpe_set_altfunc(stmpe_pwm->stmpe, BIT(pin), in stmpe_24xx_pwm_config()
/drivers/input/keyboard/
Dstmpe-keypad.c229 ret = stmpe_set_altfunc(stmpe, pins, STMPE_BLOCK_KEYPAD); in stmpe_keypad_altfunc_init()
/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);
/drivers/gpio/
Dgpio-stmpe.c122 return stmpe_set_altfunc(stmpe, BIT(offset), STMPE_BLOCK_GPIO); in stmpe_gpio_request()