Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pwm/
Dpwm-sun4i.c84 struct sun4i_pwm_chip { struct
94 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip) in to_sun4i_pwm_chip() argument
96 return container_of(chip, struct sun4i_pwm_chip, chip); in to_sun4i_pwm_chip()
99 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip, in sun4i_pwm_readl()
105 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip, in sun4i_pwm_writel()
115 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_get_state()
167 static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm, in sun4i_pwm_calculate()
233 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_apply()
385 struct sun4i_pwm_chip *sun4ichip; in sun4i_pwm_probe()
478 struct sun4i_pwm_chip *sun4ichip = platform_get_drvdata(pdev); in sun4i_pwm_remove()