Lines Matching refs:tegra_pwm_chip
68 struct tegra_pwm_chip { struct
83 static inline struct tegra_pwm_chip *to_tegra_pwm_chip(struct pwm_chip *chip) in to_tegra_pwm_chip() argument
85 return container_of(chip, struct tegra_pwm_chip, chip); in to_tegra_pwm_chip()
88 static inline u32 pwm_readl(struct tegra_pwm_chip *pc, unsigned int offset) in pwm_readl()
93 static inline void pwm_writel(struct tegra_pwm_chip *pc, unsigned int offset, u32 value) in pwm_writel()
101 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_config()
217 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_enable()
234 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_disable()
277 struct tegra_pwm_chip *pc; in tegra_pwm_probe()
355 struct tegra_pwm_chip *pc = platform_get_drvdata(pdev); in tegra_pwm_remove()
368 struct tegra_pwm_chip *pc = dev_get_drvdata(dev); in tegra_pwm_runtime_suspend()
384 struct tegra_pwm_chip *pc = dev_get_drvdata(dev); in tegra_pwm_runtime_resume()