Home
last modified time | relevance | path

Searched refs:stmpe_pwm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dpwm-stmpe.c28 struct stmpe_pwm { struct
41 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_enable() local
67 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_disable() local
101 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_config() local
163 stmpe_pwm->last_duty = 0x00; in stmpe_24xx_pwm_config()
171 stmpe_pwm->last_duty = 0xff; in stmpe_24xx_pwm_config()
296 struct stmpe_pwm *stmpe_pwm; in stmpe_pwm_probe() local
299 stmpe_pwm = devm_kzalloc(&pdev->dev, sizeof(*stmpe_pwm), GFP_KERNEL); in stmpe_pwm_probe()
300 if (!stmpe_pwm) in stmpe_pwm_probe()
303 stmpe_pwm->stmpe = stmpe; in stmpe_pwm_probe()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam5729-beagleboneai.dts459 stmpe_pwm {