Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dsysfs.c29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() function
40 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show()
75 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show()
110 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show()
158 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show()
207 struct pwm_device *pwm = child_to_pwm_device(child); in capture_show()
282 return child_to_pwm_device(child) == data; in pwm_unexport_match()