Searched refs:STMPE1600 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mfd/
H A Dstmpe-i2c.c60 { .compatible = "st,stmpe1600", .data = (void *)STMPE1600, },
106 { "stmpe1600", STMPE1600 },
H A Dstmpe.c610 * STMPE1600
1063 [STMPE1600] = &stmpe1600,
1270 /* STMPE801 and STMPE1600 don't support Edge interrupts */
/linux-master/drivers/gpio/
H A Dgpio-stmpe.c154 stmpe_gpio->stmpe->partnum == STMPE1600)
198 * STMPE1600: to be able to get IRQ from pins,
202 if (stmpe->partnum == STMPE1600) {
208 /* STMPE801 and STMPE1600 don't have RE and FE registers */
210 stmpe->partnum == STMPE1600) &&
332 case STMPE1600:
391 * with the register located at the lowest address. As STMPE1600
397 if (stmpe->partnum == STMPE1600)
407 int bank = (stmpe_gpio->stmpe->partnum == STMPE1600) ? i :
431 if (stmpe->partnum != STMPE801 && stmpe->partnum != STMPE1600
[all...]
/linux-master/include/linux/mfd/
H A Dstmpe.h43 STMPE1600, enumerator in enum:stmpe_partnum

Completed in 94 milliseconds