Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pwm/
Dpwm-tegra.c64 struct tegra_pwm_chip { struct
79 static inline struct tegra_pwm_chip *to_tegra_pwm_chip(struct pwm_chip *chip) in to_tegra_pwm_chip() argument
81 return container_of(chip, struct tegra_pwm_chip, chip); in to_tegra_pwm_chip()
84 static inline u32 pwm_readl(struct tegra_pwm_chip *chip, unsigned int num) in pwm_readl()
89 static inline void pwm_writel(struct tegra_pwm_chip *chip, unsigned int num, in pwm_writel()
98 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_config()
203 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_enable()
220 struct tegra_pwm_chip *pc = to_tegra_pwm_chip(chip); in tegra_pwm_disable()
239 struct tegra_pwm_chip *pwm; in tegra_pwm_probe()
305 struct tegra_pwm_chip *pc = platform_get_drvdata(pdev); in tegra_pwm_remove()