Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-stmpe.c129 STMPE_BLOCK_PWM); in stmpe_24xx_pwm_config()
299 ret = stmpe_enable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
305 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/Linux-v4.19/include/linux/mfd/
Dstmpe.h21 STMPE_BLOCK_PWM = 1 << 4, enumerator
/Linux-v4.19/drivers/mfd/
Dstmpe.c657 .block = STMPE_BLOCK_PWM,
737 if (blocks & STMPE_BLOCK_PWM) in stmpe1601_enable()
749 case STMPE_BLOCK_PWM: in stmpe1601_get_altfunc()
941 .block = STMPE_BLOCK_PWM,
967 case STMPE_BLOCK_PWM: in stmpe24xx_get_altfunc()
1314 pdata->blocks |= STMPE_BLOCK_PWM; in stmpe_of_probe()