Home
last modified time | relevance | path

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

/linux-4.1.27/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 pwm_period_show()
56 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_period_store()
73 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_duty_cycle_show()
82 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_duty_cycle_store()
99 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_enable_show()
109 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_enable_store()
135 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_polarity_show()
144 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_polarity_store()
215 return child_to_pwm_device(child) == data; in pwm_unexport_match()