Lines Matching defs:mvebu_pwm
95 struct mvebu_pwm {
120 struct mvebu_pwm *mvpwm;
285 static void __iomem *mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *mvpwm)
290 static void __iomem *mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *mvpwm)
606 static struct mvebu_pwm *to_mvebu_pwm(struct pwm_chip *chip)
608 return container_of(chip, struct mvebu_pwm, chip);
613 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
642 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
655 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
697 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
749 struct mvebu_pwm *mvpwm = mvchip->mvpwm;
761 struct mvebu_pwm *mvpwm = mvchip->mvpwm;
776 struct mvebu_pwm *mvpwm;
808 mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL);