Lines Matching refs:mvebu_pwm
95 struct mvebu_pwm { struct
120 struct mvebu_pwm *mvpwm; argument
285 static void __iomem *mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *mvpwm) in mvebu_pwmreg_blink_on_duration()
290 static void __iomem *mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *mvpwm) in mvebu_pwmreg_blink_off_duration()
606 static struct mvebu_pwm *to_mvebu_pwm(struct pwm_chip *chip) in to_mvebu_pwm()
608 return container_of(chip, struct mvebu_pwm, chip); in to_mvebu_pwm()
613 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_request()
642 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_free()
655 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_get_state()
702 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_apply()
751 struct mvebu_pwm *mvpwm = mvchip->mvpwm; in mvebu_pwm_suspend()
763 struct mvebu_pwm *mvpwm = mvchip->mvpwm; in mvebu_pwm_resume()
778 struct mvebu_pwm *mvpwm; in mvebu_pwm_probe()
810 mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL); in mvebu_pwm_probe()