Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dstmpe.c282 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/
Dstmpe.h17 STMPE_BLOCK_GPIO = 1 << 0, enumerator
/Linux-v4.19/drivers/gpio/
Dgpio-stmpe.c122 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()