Searched refs:STMPE2401 (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
D | pwm-stmpe.c | 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() 283 if (stmpe->partnum == STMPE2401 || stmpe->partnum == STMPE2403) { in stmpe_pwm_probe()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | stmpe-i2c.c | 63 { .compatible = "st,stmpe2401", .data = (void *)STMPE2401, }, 108 { "stmpe2401", STMPE2401 },
|
D | stmpe-spi.c | 128 { "stmpe2401", STMPE2401 },
|
D | stmpe.c | 1068 [STMPE2401] = &stmpe2401,
|
D | Kconfig | 1328 STMPE2401: GPIO, Keypad
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | stmpe.h | 46 STMPE2401, enumerator
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | stmpe-keypad.c | 92 [STMPE2401] = {
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-stmpe.c | 304 case STMPE2401: in stmpe_dbg_show_one()
|