Lines Matching defs:mvebu_pwm
96 struct mvebu_pwm {
122 struct mvebu_pwm *mvpwm;
287 static unsigned int mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *mvpwm)
292 static unsigned int mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *mvpwm)
615 static struct mvebu_pwm *to_mvebu_pwm(struct pwm_chip *chip)
617 return container_of(chip, struct mvebu_pwm, chip);
622 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
651 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
665 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
704 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip);
764 struct mvebu_pwm *mvpwm = mvchip->mvpwm;
776 struct mvebu_pwm *mvpwm = mvchip->mvpwm;
791 struct mvebu_pwm *mvpwm;
816 mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL);