Home
last modified time | relevance | path

Searched defs:sti_pwm_chip (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dpwm-sti.c85 struct sti_pwm_chip { struct
86 struct device *dev;
87 struct clk *pwm_clk;
88 struct clk *cpt_clk;
89 struct regmap *regmap;
90 struct sti_pwm_compat_data *cdata;
91 struct regmap_field *prescale_low;
115 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip) in to_sti_pwmchip() argument