Lines Matching defs:pwm
28 struct pwm_device *pwm; member
47 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show() local
56 struct pwm_device *pwm = child_to_pwm_device(child); in period_store() local
73 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show() local
82 struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_store() local
99 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show() local
108 struct pwm_device *pwm = child_to_pwm_device(child); in enable_store() local
134 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show() local
154 struct pwm_device *pwm = child_to_pwm_device(child); in polarity_store() local
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() local