Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-sl28cpld.c83 struct sl28cpld_pwm { struct
89 static inline struct sl28cpld_pwm *sl28cpld_pwm_from_chip(struct pwm_chip *chip) in sl28cpld_pwm_from_chip() argument
91 return container_of(chip, struct sl28cpld_pwm, chip); in sl28cpld_pwm_from_chip()
98 struct sl28cpld_pwm *priv = sl28cpld_pwm_from_chip(chip); in sl28cpld_pwm_get_state()
129 struct sl28cpld_pwm *priv = sl28cpld_pwm_from_chip(chip); in sl28cpld_pwm_apply()
208 struct sl28cpld_pwm *priv; in sl28cpld_pwm_probe()