Home
last modified time | relevance | path

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

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

Completed in 715 milliseconds