Lines Matching defs:pwm
10 #include <linux/pwm.h>
27 static int ab8500_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm,
57 static int ab8500_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
66 pwm->label, ret);
70 static void ab8500_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm)
79 pwm->label, ret);
111 dev_dbg(&pdev->dev, "pwm probe successful\n");
126 dev_dbg(&pdev->dev, "pwm driver removed\n");
133 .name = "ab8500-pwm",
142 MODULE_ALIAS("platform:ab8500-pwm");