Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-sun4i.c74 struct sun4i_pwm_chip { struct
82 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip) in to_sun4i_pwm_chip() argument
84 return container_of(chip, struct sun4i_pwm_chip, chip); in to_sun4i_pwm_chip()
87 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip, in sun4i_pwm_readl()
93 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip, in sun4i_pwm_writel()
102 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_config()
192 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_set_polarity()
220 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_enable()
242 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_disable()
308 struct sun4i_pwm_chip *pwm; in sun4i_pwm_probe()
[all …]