Searched defs:sti_pwm_chip (Results 1 – 1 of 1) sorted by relevance
88 struct sti_pwm_chip { struct89 struct device *dev;90 struct clk *pwm_clk;91 struct clk *cpt_clk;92 struct regmap *regmap;93 struct sti_pwm_compat_data *cdata;94 struct regmap_field *prescale_low;118 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip) in to_sti_pwmchip() argument