Searched refs:sun4i_pwm_chip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-sun4i.c | 84 struct sun4i_pwm_chip { struct 95 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip) in to_sun4i_pwm_chip() 97 return container_of(chip, struct sun4i_pwm_chip, chip); in to_sun4i_pwm_chip() 100 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip, in sun4i_pwm_readl() 106 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip, in sun4i_pwm_writel() 116 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_get_state() 168 static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm, in sun4i_pwm_calculate() 234 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_apply() 393 struct sun4i_pwm_chip *pwm; in sun4i_pwm_probe() 491 struct sun4i_pwm_chip *pw in sun4i_pwm_remove() [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-sun4i.c | 83 struct sun4i_pwm_chip { struct 93 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip) in to_sun4i_pwm_chip() 95 return container_of(chip, struct sun4i_pwm_chip, chip); in to_sun4i_pwm_chip() 98 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip, in sun4i_pwm_readl() 104 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip, in sun4i_pwm_writel() 114 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_get_state() 170 static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm, in sun4i_pwm_calculate() 236 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip); in sun4i_pwm_apply() 388 struct sun4i_pwm_chip *sun4ichip; in sun4i_pwm_probe() 481 struct sun4i_pwm_chip *sun4ichi in sun4i_pwm_remove() [all...] |
Completed in 2 milliseconds