Searched refs:STMPE_BLOCK_GPIO (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | stmpe.c | 261 ret = __stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_set_altfunc() 355 .block = STMPE_BLOCK_GPIO, 362 .block = STMPE_BLOCK_GPIO, 369 if (blocks & STMPE_BLOCK_GPIO) in stmpe801_enable() 445 .block = STMPE_BLOCK_GPIO, 459 if (blocks & STMPE_BLOCK_GPIO) in stmpe811_enable() 533 .block = STMPE_BLOCK_GPIO, 608 if (blocks & STMPE_BLOCK_GPIO) in stmpe1601_enable() 636 case STMPE_BLOCK_GPIO: in stmpe1601_get_altfunc() 680 .block = STMPE_BLOCK_GPIO, [all …]
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-stmpe.c | 109 return stmpe_set_altfunc(stmpe, 1 << offset, STMPE_BLOCK_GPIO); in stmpe_gpio_request() 374 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe() 414 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe() 427 stmpe_disable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_remove()
|
/linux-4.4.14/include/linux/mfd/ |
D | stmpe.h | 17 STMPE_BLOCK_GPIO = 1 << 0, enumerator
|