Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-dwc.c53 struct dwc_pwm { struct
58 #define to_dwc_pwm(p) (container_of((p), struct dwc_pwm, chip)) argument
60 static inline u32 dwc_pwm_readl(struct dwc_pwm *dwc, u32 offset) in dwc_pwm_readl()
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()
220 struct dwc_pwm *dwc; in dwc_pwm_probe()
267 struct dwc_pwm *dwc = pci_get_drvdata(pdev); in dwc_pwm_suspend()
[all …]