Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-stmpe.c126 STMPE_BLOCK_PWM); in stmpe_24xx_pwm_config()
318 ret = stmpe_enable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
324 stmpe_disable(stmpe, STMPE_BLOCK_PWM); in stmpe_pwm_probe()
/openbmc/linux/drivers/mfd/
H A Dstmpe.c711 .block = STMPE_BLOCK_PWM,
791 if (blocks & STMPE_BLOCK_PWM) in stmpe1601_enable()
803 case STMPE_BLOCK_PWM: in stmpe1601_get_altfunc()
995 .block = STMPE_BLOCK_PWM,
1021 case STMPE_BLOCK_PWM: in stmpe24xx_get_altfunc()
1361 pdata->blocks |= STMPE_BLOCK_PWM; in stmpe_of_probe()
/openbmc/linux/include/linux/mfd/
H A Dstmpe.h35 STMPE_BLOCK_PWM = 1 << 4, enumerator