Lines Matching defs:pwm
9 * platform device ep93xx-pwm.1 - PWMOUT1 (EGPIO14)
12 * platform device ep93xx-pwm.0 - PWMOUT
15 * platform device ep93xx-pwm.0 - PWMOUT
16 * platform device ep93xx-pwm.1 - PWMOUT1 (EGPIO14)
25 #include <linux/pwm.h>
47 static int ep93xx_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm)
54 static void ep93xx_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm)
61 static int ep93xx_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm,
73 if (state->polarity != pwm->state.polarity) {
109 if (!pwm_is_enabled(pwm)) {
141 if (!pwm_is_enabled(pwm))
195 .name = "ep93xx-pwm",
204 MODULE_ALIAS("platform:ep93xx-pwm");