Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-ab8500.c26 struct ab8500_pwm_chip { struct
31 static struct ab8500_pwm_chip *ab8500_pwm_from_chip(struct pwm_chip *chip) in ab8500_pwm_from_chip() argument
33 return container_of(chip, struct ab8500_pwm_chip, chip); in ab8500_pwm_from_chip()
43 struct ab8500_pwm_chip *ab8500 = ab8500_pwm_from_chip(chip); in ab8500_pwm_apply()
144 struct ab8500_pwm_chip *ab8500 = ab8500_pwm_from_chip(chip); in ab8500_pwm_get_state()
189 struct ab8500_pwm_chip *ab8500; in ab8500_pwm_probe()