Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-stmpe.c125 STMPE_BLOCK_PWM); in stmpe_24xx_pwm_config()
295 ret = stmpe_enable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
301 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/kernel/linux/linux-5.10/drivers/mfd/
Dstmpe.c713 .block = STMPE_BLOCK_PWM,
793 if (blocks & STMPE_BLOCK_PWM) in stmpe1601_enable()
805 case STMPE_BLOCK_PWM: in stmpe1601_get_altfunc()
997 .block = STMPE_BLOCK_PWM,
1023 case STMPE_BLOCK_PWM: in stmpe24xx_get_altfunc()
1370 pdata->blocks |= STMPE_BLOCK_PWM; in stmpe_of_probe()
/kernel/linux/linux-5.10/include/linux/mfd/
Dstmpe.h35 STMPE_BLOCK_PWM = 1 << 4, enumerator