Searched refs:stmpe_pwm (Results 1 – 2 of 2) sorted by relevance
28 struct stmpe_pwm { struct41 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_enable() local67 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_disable() local101 struct stmpe_pwm *stmpe_pwm = to_stmpe_pwm(chip); in stmpe_24xx_pwm_config() local163 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() local299 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 …]
459 stmpe_pwm {