Lines Matching refs:meson_pwm
103 struct meson_pwm {
115 static inline struct meson_pwm *to_meson_pwm(struct pwm_chip *chip)
117 return container_of(chip, struct meson_pwm, chip);
122 struct meson_pwm *meson = to_meson_pwm(chip);
155 struct meson_pwm *meson = to_meson_pwm(chip);
162 static int meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm,
232 static void meson_pwm_enable(struct meson_pwm *meson, struct pwm_device *pwm)
260 static void meson_pwm_disable(struct meson_pwm *meson, struct pwm_device *pwm)
277 struct meson_pwm *meson = to_meson_pwm(chip);
320 struct meson_pwm *meson = to_meson_pwm(chip);
340 struct meson_pwm *meson = to_meson_pwm(chip);
500 static int meson_pwm_init_channels(struct meson_pwm *meson)
547 struct meson_pwm *meson;
587 struct meson_pwm *meson = platform_get_drvdata(pdev);