Searched refs:brcmstb_pwm (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pwm/
H A Dpwm-brcmstb.c63 struct brcmstb_pwm { struct
70 static inline u32 brcmstb_pwm_readl(struct brcmstb_pwm *p, brcmstb_pwm_readl()
79 static inline void brcmstb_pwm_writel(struct brcmstb_pwm *p, u32 value, brcmstb_pwm_writel()
88 static inline struct brcmstb_pwm *to_brcmstb_pwm(struct pwm_chip *chip) to_brcmstb_pwm()
90 return container_of(chip, struct brcmstb_pwm, chip); to_brcmstb_pwm()
109 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); brcmstb_pwm_config()
193 static inline void brcmstb_pwm_enable_set(struct brcmstb_pwm *p, brcmstb_pwm_enable_set()
216 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); brcmstb_pwm_enable()
225 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); brcmstb_pwm_disable()
245 struct brcmstb_pwm *p; brcmstb_pwm_probe()
297 struct brcmstb_pwm *p = platform_get_drvdata(pdev); brcmstb_pwm_remove()
309 struct brcmstb_pwm *p = dev_get_drvdata(dev); brcmstb_pwm_suspend()
318 struct brcmstb_pwm *p = dev_get_drvdata(dev); brcmstb_pwm_resume()

Completed in 305 milliseconds