Lines Matching refs:mvebu_pwm
99 struct mvebu_pwm { struct
125 struct mvebu_pwm *mvpwm; argument
290 static unsigned int mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *mvpwm) in mvebu_pwmreg_blink_on_duration()
295 static unsigned int mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *mvpwm) in mvebu_pwmreg_blink_off_duration()
618 static struct mvebu_pwm *to_mvebu_pwm(struct pwm_chip *chip) in to_mvebu_pwm()
620 return container_of(chip, struct mvebu_pwm, chip); in to_mvebu_pwm()
625 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_request()
654 struct mvebu_pwm *mvpwm = to_mvebu_pwm(chip); in mvebu_pwm_free()
667 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()
761 struct mvebu_pwm *mvpwm = mvchip->mvpwm; in mvebu_pwm_suspend()
773 struct mvebu_pwm *mvpwm = mvchip->mvpwm; in mvebu_pwm_resume()
788 struct mvebu_pwm *mvpwm; in mvebu_pwm_probe()
816 mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL); in mvebu_pwm_probe()