Lines Matching defs:parent
263 static int pwm_export_child(struct device *parent, struct pwm_device *pwm) in pwm_export_child()
308 static int pwm_unexport_child(struct device *parent, struct pwm_device *pwm) in pwm_unexport_child()
335 static ssize_t export_store(struct device *parent, struct device_attribute *attr, const char *buf, … in export_store()
365 static ssize_t unexport_store(struct device *parent, struct device_attribute *attr, const char *buf… in unexport_store()
386 static ssize_t npwm_show(struct device *parent, struct device_attribute *attr, char *buf) in npwm_show()
403 static struct pwm_export *pwm_class_get_state(struct device *parent, struct pwm_device *pwm, struct… in pwm_class_get_state()
436 static int pwm_class_resume_npwm(struct device *parent, unsigned int npwm) in pwm_class_resume_npwm()
462 static int __maybe_unused pwm_class_suspend(struct device *parent) in pwm_class_suspend()
494 static int __maybe_unused pwm_class_resume(struct device *parent) in pwm_class_resume()
510 static int pwmchip_sysfs_match(struct device *parent, const void *data) in pwmchip_sysfs_match()
517 struct device *parent; in pwmchip_sysfs_export() local
531 struct device *parent; in pwmchip_sysfs_unexport() local