Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dstmpe-ts.c189 stmpe_disable(stmpe, STMPE_BLOCK_TOUCHSCREEN | STMPE_BLOCK_ADC); in stmpe_init_hw()
357 stmpe_disable(ts->stmpe, STMPE_BLOCK_TOUCHSCREEN); in stmpe_ts_remove()
/linux-5.19.10/include/linux/mfd/
Dstmpe.h158 extern int stmpe_disable(struct stmpe *stmpe, unsigned int blocks);
/linux-5.19.10/drivers/pwm/
Dpwm-stmpe.c323 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/linux-5.19.10/drivers/iio/adc/
Dstmpe-adc.c242 stmpe_disable(stmpe, STMPE_BLOCK_ADC); in stmpe_adc_init_hw()
/linux-5.19.10/drivers/input/keyboard/
Dstmpe-keypad.c410 stmpe_disable(keypad->stmpe, STMPE_BLOCK_KEYPAD); in stmpe_keypad_remove()
/linux-5.19.10/drivers/mfd/
Dstmpe.c149 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() function
159 EXPORT_SYMBOL_GPL(stmpe_disable);
1262 ret = stmpe_disable(stmpe, ~0); in stmpe_chip_init()
/linux-5.19.10/drivers/gpio/
Dgpio-stmpe.c454 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_disable()