Searched defs:sti_pwm_chip (Results 1 – 1 of 1) sorted by relevance
84 struct sti_pwm_chip { struct85 struct device *dev;86 struct clk *pwm_clk;87 struct clk *cpt_clk;88 struct regmap *regmap;89 struct sti_pwm_compat_data *cdata;90 struct regmap_field *prescale_low;114 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip) in to_sti_pwmchip() argument
Completed in 4 milliseconds