Lines Matching defs:pwm
28 struct pwm_device *pwm; member
47 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_period_show() local
56 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_period_store() local
73 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_duty_cycle_show() local
82 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_duty_cycle_store() local
99 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_enable_show() local
109 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_enable_store() local
135 const struct pwm_device *pwm = child_to_pwm_device(child); in pwm_polarity_show() local
144 struct pwm_device *pwm = child_to_pwm_device(child); in pwm_polarity_store() local
181 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
218 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
242 struct pwm_device *pwm; in pwm_export_store() local