Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-ntxec.c26 struct ntxec_pwm { struct
31 static struct ntxec_pwm *ntxec_pwm_from_chip(struct pwm_chip *chip) in ntxec_pwm_from_chip() argument
33 return container_of(chip, struct ntxec_pwm, chip); in ntxec_pwm_from_chip()
60 struct ntxec_pwm *priv = ntxec_pwm_from_chip(chip); in ntxec_pwm_set_raw_period_and_duty_cycle()
86 struct ntxec_pwm *priv = ntxec_pwm_from_chip(chip); in ntxec_pwm_apply()
140 struct ntxec_pwm *priv; in ntxec_pwm_probe()