Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pwm/
Dpwm-ntxec.c26 struct ntxec_pwm { struct
32 static struct ntxec_pwm *ntxec_pwm_from_chip(struct pwm_chip *chip) in ntxec_pwm_from_chip() argument
34 return container_of(chip, struct ntxec_pwm, chip); in ntxec_pwm_from_chip()
61 struct ntxec_pwm *priv = ntxec_pwm_from_chip(chip); in ntxec_pwm_set_raw_period_and_duty_cycle()
87 struct ntxec_pwm *priv = ntxec_pwm_from_chip(chip); in ntxec_pwm_apply()
141 struct ntxec_pwm *priv; in ntxec_pwm_probe()