Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dcore.c507 static inline struct pwm_device *pwm_from_dev(struct device *pwm_dev) in pwm_from_dev() function
518 const struct pwm_device *pwm = pwm_from_dev(pwm_dev); in period_show()
553 const struct pwm_device *pwm = pwm_from_dev(pwm_dev); in duty_cycle_show()
588 const struct pwm_device *pwm = pwm_from_dev(pwm_dev); in enable_show()
633 const struct pwm_device *pwm = pwm_from_dev(pwm_dev); in polarity_show()
682 struct pwm_device *pwm = pwm_from_dev(pwm_dev); in capture_show()
757 return pwm_from_dev(pwm_dev) == data; in pwm_unexport_match()