Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dsysfs.c36 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() function
47 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show()
56 struct pwm_device *pwm = child_to_pwm_device(child); in period_store()
73 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show()
82 struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_store()
99 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show()
108 struct pwm_device *pwm = child_to_pwm_device(child); in enable_store()
134 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show()
154 struct pwm_device *pwm = child_to_pwm_device(child); in polarity_store()
225 return child_to_pwm_device(child) == data; in pwm_unexport_match()