Searched refs:sun4i_pwm_chip (Results 1 – 1 of 1) sorted by relevance
74 struct sun4i_pwm_chip { struct82 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip) in to_sun4i_pwm_chip() argument84 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 …]