Lines Matching defs:meson_pwm
104 struct meson_pwm {
116 static inline struct meson_pwm *to_meson_pwm(struct pwm_chip *chip)
118 return container_of(chip, struct meson_pwm, chip);
123 struct meson_pwm *meson = to_meson_pwm(chip);
140 struct meson_pwm *meson = to_meson_pwm(chip);
146 static int meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm,
206 static void meson_pwm_enable(struct meson_pwm *meson, struct pwm_device *pwm)
233 static void meson_pwm_disable(struct meson_pwm *meson, struct pwm_device *pwm)
250 struct meson_pwm *meson = to_meson_pwm(chip);
290 struct meson_pwm *meson = to_meson_pwm(chip);
307 struct meson_pwm *meson = to_meson_pwm(chip);
436 static int meson_pwm_init_channels(struct meson_pwm *meson)
535 struct meson_pwm *meson;