Home
last modified time | relevance | path

Searched refs:mvebu_pwm (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpio/
Dgpio-mvebu.c99 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()
[all …]