Searched refs:devm_pwmchip_add (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/drivers/pwm/
H A Dpwm-clps711x.c98 return devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-ntxec.c151 return devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-pxa.c191 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-sl28cpld.c236 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-raspberrypi-poe.c176 return devm_pwmchip_add(dev, chip);
H A Dpwm-crc.c176 return devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-mxs.c156 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-visconti.c151 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-lpc32xx.c148 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-ab8500.c207 err = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-apple.c136 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-ep93xx.c184 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-imx1.c185 return devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-dwc.c47 ret = devm_pwmchip_add(dev, chip);
H A Dpwm-cros-ec.c301 ret = devm_pwmchip_add(dev, chip);
H A Dpwm-berlin.c219 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-brcmstb.c254 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-bcm2835.c174 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-vt8500.c260 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-sprd.c272 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-stm32-lp.c211 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-spear.c233 ret = devm_pwmchip_add(&pdev->dev, chip);
H A Dpwm-sunplus.c209 ret = devm_pwmchip_add(dev, chip);
H A Dpwm-lpss.c274 ret = devm_pwmchip_add(dev, chip);
/linux-master/include/linux/
H A Dpwm.h415 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE) macro
510 static inline int devm_pwmchip_add(struct device *dev, struct pwm_chip *chip) function

Completed in 196 milliseconds

12