Home
last modified time | relevance | path

Searched full:stmpe2401 (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/pwm/
Dpwm-stmpe.c119 /* On STMPE2401 and 2403 pins 21,22,23 are used */ in stmpe_24xx_pwm_config()
120 if (stmpe_pwm->stmpe->partnum == STMPE2401 || in stmpe_24xx_pwm_config()
156 if (stmpe_pwm->stmpe->partnum == STMPE2401) in stmpe_24xx_pwm_config()
164 if (stmpe_pwm->stmpe->partnum == STMPE2401) in stmpe_24xx_pwm_config()
200 } else if (stmpe_pwm->stmpe->partnum == STMPE2401) { in stmpe_24xx_pwm_config()
201 /* STMPE2401 need a complex program */ in stmpe_24xx_pwm_config()
299 case STMPE2401: in stmpe_pwm_probe()
/linux-6.12.1/drivers/mfd/
Dstmpe-i2c.c63 { .compatible = "st,stmpe2401", .data = (void *)STMPE2401, },
109 { "stmpe2401", STMPE2401 },
Dstmpe-spi.c117 { .compatible = "st,stmpe2401", },
128 { "stmpe2401", STMPE2401 },
Dstmpe.c1030 static struct stmpe_variant_info stmpe2401 = { variable
1031 .name = "stmpe2401",
1066 [STMPE2401] = &stmpe2401,
DKconfig1457 STMPE2401: GPIO, Keypad
/linux-6.12.1/arch/arm/boot/dts/st/
Dste-nomadik-nhk15.dts103 compatible = "st,stmpe2401";
148 compatible = "st,stmpe2401";
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dst,stmpe.yaml28 - st,stmpe2401
212 compatible = "st,stmpe2401";
/linux-6.12.1/include/linux/mfd/
Dstmpe.h46 STMPE2401, enumerator
/linux-6.12.1/drivers/input/keyboard/
Dstmpe-keypad.c93 [STMPE2401] = {
/linux-6.12.1/drivers/gpio/
Dgpio-stmpe.c309 case STMPE2401: in stmpe_dbg_show_one()