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