Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pwm/
Dpwm-ab8500.c23 struct ab8500_pwm_chip { struct
28 static struct ab8500_pwm_chip *ab8500_pwm_from_chip(struct pwm_chip *chip) in ab8500_pwm_from_chip() argument
30 return container_of(chip, struct ab8500_pwm_chip, chip); in ab8500_pwm_from_chip()
39 struct ab8500_pwm_chip *ab8500 = ab8500_pwm_from_chip(chip); in ab8500_pwm_apply()
95 struct ab8500_pwm_chip *ab8500; in ab8500_pwm_probe()