Home
last modified time | relevance | path

Searched refs:STMPE_BLOCK_GPIO (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/mfd/
Dstmpe.c282 ret = __stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_set_altfunc()
403 .block = STMPE_BLOCK_GPIO,
410 .block = STMPE_BLOCK_GPIO,
417 if (blocks & STMPE_BLOCK_GPIO) in stmpe801_enable()
519 .block = STMPE_BLOCK_GPIO,
538 if (blocks & STMPE_BLOCK_GPIO) in stmpe811_enable()
644 .block = STMPE_BLOCK_GPIO,
651 if (blocks & STMPE_BLOCK_GPIO) in stmpe1600_enable()
707 .block = STMPE_BLOCK_GPIO,
787 if (blocks & STMPE_BLOCK_GPIO) in stmpe1601_enable()
[all …]
/linux-5.19.10/drivers/gpio/
Dgpio-stmpe.c125 return stmpe_set_altfunc(stmpe, BIT(offset), STMPE_BLOCK_GPIO); in stmpe_gpio_request()
454 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_disable()
494 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
/linux-5.19.10/include/linux/mfd/
Dstmpe.h31 STMPE_BLOCK_GPIO = 1 << 0, enumerator