Lines Matching defs:pwmchip_dev
1047 static inline struct pwm_chip *pwmchip_from_dev(struct device *pwmchip_dev) in pwmchip_from_dev()
1266 static int pwm_export_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_export_child()
1310 static int pwm_unexport_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_unexport_child()
1335 static ssize_t export_store(struct device *pwmchip_dev, in export_store()
1363 static ssize_t unexport_store(struct device *pwmchip_dev, in unexport_store()
1384 static ssize_t npwm_show(struct device *pwmchip_dev, struct device_attribute *attr, in npwm_show()
1402 static struct pwm_export *pwm_class_get_state(struct device *pwmchip_dev, in pwm_class_get_state()
1437 static int pwm_class_resume_npwm(struct device *pwmchip_dev, unsigned int npwm) in pwm_class_resume_npwm()
1468 static int pwm_class_suspend(struct device *pwmchip_dev) in pwm_class_suspend()
1509 static int pwm_class_resume(struct device *pwmchip_dev) in pwm_class_resume()
1550 static void pwmchip_release(struct device *pwmchip_dev) in pwmchip_release()
1560 struct device *pwmchip_dev; in pwmchip_alloc() local