Searched refs:STMPE_BLOCK_GPIO (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | stmpe.c | 276 ret = __stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_set_altfunc() 397 .block = STMPE_BLOCK_GPIO, 404 .block = STMPE_BLOCK_GPIO, 411 if (blocks & STMPE_BLOCK_GPIO) in stmpe801_enable() 513 .block = STMPE_BLOCK_GPIO, 532 if (blocks & STMPE_BLOCK_GPIO) in stmpe811_enable() 638 .block = STMPE_BLOCK_GPIO, 645 if (blocks & STMPE_BLOCK_GPIO) in stmpe1600_enable() 701 .block = STMPE_BLOCK_GPIO, 781 if (blocks & STMPE_BLOCK_GPIO) in stmpe1601_enable() [all …]
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-stmpe.c | 125 return stmpe_set_altfunc(stmpe, BIT(offset), STMPE_BLOCK_GPIO); in stmpe_gpio_request() 461 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_disable() 493 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
|
/linux-6.12.1/include/linux/mfd/ |
D | stmpe.h | 31 STMPE_BLOCK_GPIO = 1 << 0, enumerator
|