Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-puv3.c26 struct puv3_pwm_chip { struct
32 static inline struct puv3_pwm_chip *to_puv3(struct pwm_chip *chip) in to_puv3() argument
34 return container_of(chip, struct puv3_pwm_chip, chip); in to_puv3()
45 struct puv3_pwm_chip *puv3 = to_puv3(chip); in puv3_pwm_config()
84 struct puv3_pwm_chip *puv3 = to_puv3(chip); in puv3_pwm_enable()
91 struct puv3_pwm_chip *puv3 = to_puv3(chip); in puv3_pwm_disable()
105 struct puv3_pwm_chip *puv3; in pwm_probe()
141 struct puv3_pwm_chip *puv3 = platform_get_drvdata(pdev); in pwm_remove()