Lines Matching refs:pwm_export
17 struct pwm_export { struct
24 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export() argument
26 return container_of(child, struct pwm_export, child); in child_to_pwm_export()
31 struct pwm_export *export = child_to_pwm_export(child); in child_to_pwm_device()
52 struct pwm_export *export = child_to_pwm_export(child); in period_store()
87 struct pwm_export *export = child_to_pwm_export(child); in duty_cycle_store()
123 struct pwm_export *export = child_to_pwm_export(child); in oneshot_count_store()
159 struct pwm_export *export = child_to_pwm_export(child); in enable_store()
218 struct pwm_export *export = child_to_pwm_export(child); in polarity_store()
304 struct pwm_export *export = child_to_pwm_export(child); in pwm_export_release()
311 struct pwm_export *export; in pwm_export_child()
445 static struct pwm_export *pwm_class_get_state(struct device *parent, in pwm_class_get_state()
450 struct pwm_export *export; in pwm_class_get_state()
468 static int pwm_class_apply_state(struct pwm_export *export, in pwm_class_apply_state()
489 struct pwm_export *export; in pwm_class_resume_npwm()
513 struct pwm_export *export; in pwm_class_suspend()