Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dsysfs.c37 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() function
48 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show()
83 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show()
118 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show()
166 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show()
215 struct pwm_device *pwm = child_to_pwm_device(child); in capture_show()
286 return child_to_pwm_device(child) == data; in pwm_unexport_match()