Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-berlin.c30 struct berlin_pwm_chip { struct
36 static inline struct berlin_pwm_chip *to_berlin_pwm_chip(struct pwm_chip *chip) in to_berlin_pwm_chip() argument
38 return container_of(chip, struct berlin_pwm_chip, chip); in to_berlin_pwm_chip()
45 static inline u32 berlin_pwm_readl(struct berlin_pwm_chip *chip, in berlin_pwm_readl()
51 static inline void berlin_pwm_writel(struct berlin_pwm_chip *chip, in berlin_pwm_writel()
61 struct berlin_pwm_chip *pwm = to_berlin_pwm_chip(chip); in berlin_pwm_config()
101 struct berlin_pwm_chip *pwm = to_berlin_pwm_chip(chip); in berlin_pwm_set_polarity()
118 struct berlin_pwm_chip *pwm = to_berlin_pwm_chip(chip); in berlin_pwm_enable()
131 struct berlin_pwm_chip *pwm = to_berlin_pwm_chip(chip); in berlin_pwm_disable()
155 struct berlin_pwm_chip *pwm; in berlin_pwm_probe()
[all …]