Searched refs:dwc_pwm (Results 1 – 1 of 1) sorted by relevance
53 struct dwc_pwm { struct58 #define to_dwc_pwm(p) (container_of((p), struct dwc_pwm, chip)) argument60 static inline u32 dwc_pwm_readl(struct dwc_pwm *dwc, u32 offset) in dwc_pwm_readl()65 static inline void dwc_pwm_writel(struct dwc_pwm *dwc, u32 value, u32 offset) in dwc_pwm_writel()70 static void __dwc_pwm_set_enable(struct dwc_pwm *dwc, int pwm, int enabled) in __dwc_pwm_set_enable()84 static int __dwc_pwm_configure_timer(struct dwc_pwm *dwc, in __dwc_pwm_configure_timer()147 struct dwc_pwm *dwc = to_dwc_pwm(chip); in dwc_pwm_apply()169 struct dwc_pwm *dwc = to_dwc_pwm(chip); in dwc_pwm_get_state()201 static struct dwc_pwm *dwc_pwm_alloc(struct device *dev) in dwc_pwm_alloc()203 struct dwc_pwm *dwc; in dwc_pwm_alloc()[all …]