Home
last modified time | relevance | path

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

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