Lines Matching refs:brcmstb_pwm
63 struct brcmstb_pwm { struct
70 static inline u32 brcmstb_pwm_readl(struct brcmstb_pwm *p, in brcmstb_pwm_readl() argument
79 static inline void brcmstb_pwm_writel(struct brcmstb_pwm *p, u32 value, in brcmstb_pwm_writel()
88 static inline struct brcmstb_pwm *to_brcmstb_pwm(struct pwm_chip *chip) in to_brcmstb_pwm()
90 return container_of(chip, struct brcmstb_pwm, chip); in to_brcmstb_pwm()
109 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_config()
193 static inline void brcmstb_pwm_enable_set(struct brcmstb_pwm *p, in brcmstb_pwm_enable_set()
216 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_enable()
225 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_disable()
245 struct brcmstb_pwm *p; in brcmstb_pwm_probe()
297 struct brcmstb_pwm *p = platform_get_drvdata(pdev); in brcmstb_pwm_remove()
309 struct brcmstb_pwm *p = dev_get_drvdata(dev); in brcmstb_pwm_suspend()
318 struct brcmstb_pwm *p = dev_get_drvdata(dev); in brcmstb_pwm_resume()