Lines Matching defs:pwm
22 #include <linux/pwm.h>
122 struct pwm_device *pwm, struct pwm_state *state)
194 struct pwm_device *pwm)
205 period_ms = DIV_ROUND_UP_ULL(pwm_get_period(pwm),
215 static int pwm_imx27_apply(struct pwm_chip *chip, struct pwm_device *pwm,
226 pwm_get_state(pwm, &cstate);
243 * according to imx pwm RM, the real period value should be PERIOD
256 pwm_imx27_wait_fifo_slot(chip, pwm);
301 { .compatible = "fsl,imx27-pwm", },
357 /* keep clks on if pwm is running */
376 .name = "pwm-imx27",