Home
last modified time | relevance | path

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

/linux/drivers/mfd/
A Dstmpe.c403 .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,
707 .block = STMPE_BLOCK_GPIO,
815 case STMPE_BLOCK_GPIO: in stmpe1601_get_altfunc()
874 .block = STMPE_BLOCK_GPIO,
991 .block = STMPE_BLOCK_GPIO,
[all …]
/linux/drivers/gpio/
A 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()
495 ret = stmpe_enable(stmpe, STMPE_BLOCK_GPIO); in stmpe_gpio_probe()
/linux/include/linux/mfd/
A Dstmpe.h31 STMPE_BLOCK_GPIO = 1 << 0, enumerator

Completed in 8 milliseconds