Lines Matching refs:brcmstb_pwm
54 struct brcmstb_pwm { struct
61 static inline u32 brcmstb_pwm_readl(struct brcmstb_pwm *p, in brcmstb_pwm_readl() argument
70 static inline void brcmstb_pwm_writel(struct brcmstb_pwm *p, u32 value, in brcmstb_pwm_writel()
79 static inline struct brcmstb_pwm *to_brcmstb_pwm(struct pwm_chip *chip) in to_brcmstb_pwm()
81 return container_of(chip, struct brcmstb_pwm, chip); in to_brcmstb_pwm()
100 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_config()
184 static inline void brcmstb_pwm_enable_set(struct brcmstb_pwm *p, in brcmstb_pwm_enable_set()
207 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_enable()
216 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_disable()
236 struct brcmstb_pwm *p; in brcmstb_pwm_probe()
284 struct brcmstb_pwm *p = platform_get_drvdata(pdev); in brcmstb_pwm_remove()
295 struct brcmstb_pwm *p = dev_get_drvdata(dev); in brcmstb_pwm_suspend()
304 struct brcmstb_pwm *p = dev_get_drvdata(dev); in brcmstb_pwm_resume()