Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-img.c59 struct img_pwm_chip { struct
71 static inline struct img_pwm_chip *to_img_pwm_chip(struct pwm_chip *chip) in to_img_pwm_chip() argument
73 return container_of(chip, struct img_pwm_chip, chip); in to_img_pwm_chip()
76 static inline void img_pwm_writel(struct img_pwm_chip *chip, in img_pwm_writel()
82 static inline u32 img_pwm_readl(struct img_pwm_chip *chip, in img_pwm_readl()
93 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_config()
142 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_enable()
158 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_disable()
191 struct img_pwm_chip *pwm; in img_pwm_probe()
273 struct img_pwm_chip *pwm_chip = platform_get_drvdata(pdev); in img_pwm_remove()