Searched refs:img_pwm_chip (Results 1 – 1 of 1) sorted by relevance
64 struct img_pwm_chip { struct78 static inline struct img_pwm_chip *to_img_pwm_chip(struct pwm_chip *chip) in to_img_pwm_chip() argument80 return container_of(chip, struct img_pwm_chip, chip); in to_img_pwm_chip()83 static inline void img_pwm_writel(struct img_pwm_chip *chip, in img_pwm_writel()89 static inline u32 img_pwm_readl(struct img_pwm_chip *chip, in img_pwm_readl()100 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_config()157 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_enable()178 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_disable()210 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_runtime_suspend()220 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_runtime_resume()[all …]