Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-sti.c78 unsigned int pwm_num_devs; member
403 if (pwm->hwpwm >= cdata->pwm_num_devs) { in sti_pwm_apply()
518 cdata->pwm_num_devs = num_devs; in sti_pwm_probe_dt()
524 if (!cdata->pwm_num_devs && !cdata->cpt_num_devs) { in sti_pwm_probe_dt()
615 cdata->pwm_num_devs = 0; in sti_pwm_probe()
627 if (cdata->pwm_num_devs) { in sti_pwm_probe()
649 chip->npwm = max(cdata->pwm_num_devs, cdata->cpt_num_devs); in sti_pwm_probe()