Searched full:stmpe2401 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/pwm/ |
H A D | pwm-stmpe.c | 120 /* On STMPE2401 and 2403 pins 21,22,23 are used */ in stmpe_24xx_pwm_config() 121 if (stmpe_pwm->stmpe->partnum == STMPE2401 || in stmpe_24xx_pwm_config() 157 if (stmpe_pwm->stmpe->partnum == STMPE2401) in stmpe_24xx_pwm_config() 165 if (stmpe_pwm->stmpe->partnum == STMPE2401) in stmpe_24xx_pwm_config() 201 } else if (stmpe_pwm->stmpe->partnum == STMPE2401) { in stmpe_24xx_pwm_config() 202 /* STMPE2401 need a complex program */ in stmpe_24xx_pwm_config() 306 if (stmpe->partnum == STMPE2401 || stmpe->partnum == STMPE2403) { in stmpe_pwm_probe()
|
/openbmc/linux/drivers/mfd/ |
H A D | stmpe-i2c.c | 63 { .compatible = "st,stmpe2401", .data = (void *)STMPE2401, }, 109 { "stmpe2401", STMPE2401 },
|
H A D | stmpe-spi.c | 117 { .compatible = "st,stmpe2401", }, 128 { "stmpe2401", STMPE2401 },
|
H A D | stmpe.c | 1030 static struct stmpe_variant_info stmpe2401 = { variable 1031 .name = "stmpe2401", 1066 [STMPE2401] = &stmpe2401,
|
H A D | Kconfig | 1433 STMPE2401: GPIO, Keypad
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-nomadik-nhk15.dts | 103 compatible = "st,stmpe2401"; 148 compatible = "st,stmpe2401";
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | st,stmpe.yaml | 28 - st,stmpe2401 212 compatible = "st,stmpe2401";
|
/openbmc/linux/include/linux/mfd/ |
H A D | stmpe.h | 46 STMPE2401, enumerator
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | stmpe-keypad.c | 93 [STMPE2401] = {
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-stmpe.c | 315 case STMPE2401: in stmpe_dbg_show_one()
|