Home
last modified time | relevance | path

Searched refs:stmpe_enable (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/linux/mfd/
Dstmpe.h157 extern int stmpe_enable(struct stmpe *stmpe, unsigned int blocks);
/linux-5.19.10/drivers/pwm/
Dpwm-stmpe.c317 ret = stmpe_enable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/linux-5.19.10/drivers/iio/adc/
Dstmpe-adc.c234 ret = stmpe_enable(stmpe, STMPE_BLOCK_ADC); in stmpe_adc_init_hw()
/linux-5.19.10/drivers/input/touchscreen/
Dstmpe-ts.c181 ret = stmpe_enable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw()
/linux-5.19.10/drivers/input/keyboard/
Dstmpe-keypad.c276 ret = stmpe_enable(stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_chip_init()
/linux-5.19.10/drivers/gpio/
Dgpio-stmpe.c494 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
/linux-5.19.10/drivers/mfd/
Dstmpe.c132 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable() function
142 EXPORT_SYMBOL_GPL(stmpe_enable);