Lines Matching refs:pwm_device
28 struct pwm_device *pwm;
36 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device()
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()
191 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
228 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
252 struct pwm_device *pwm; in export_store()