Searched refs:STMPE_BLOCK_GPIO (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | stmpe.c | 282 ret = __stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_set_altfunc() 401 .block = STMPE_BLOCK_GPIO, 408 .block = STMPE_BLOCK_GPIO, 415 if (blocks & STMPE_BLOCK_GPIO) in stmpe801_enable() 493 .block = STMPE_BLOCK_GPIO, 507 if (blocks & STMPE_BLOCK_GPIO) in stmpe811_enable() 584 .block = STMPE_BLOCK_GPIO, 591 if (blocks & STMPE_BLOCK_GPIO) in stmpe1600_enable() 647 .block = STMPE_BLOCK_GPIO, 727 if (blocks & STMPE_BLOCK_GPIO) in stmpe1601_enable() [all …]
|
/Linux-v4.19/include/linux/mfd/ |
D | stmpe.h | 17 STMPE_BLOCK_GPIO = 1 << 0, enumerator
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-stmpe.c | 122 return stmpe_set_altfunc(stmpe, BIT(offset), STMPE_BLOCK_GPIO); in stmpe_gpio_request() 472 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe() 519 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
|