Lines Matching defs:pwm_dev
1024 struct device pwm_dev; member
1035 static inline struct pwm_export *pwmexport_from_dev(struct device *pwm_dev) in pwmexport_from_dev()
1040 static inline struct pwm_device *pwm_from_dev(struct device *pwm_dev) in pwm_from_dev()
1047 static ssize_t period_show(struct device *pwm_dev, in period_show()
1059 static ssize_t period_store(struct device *pwm_dev, in period_store()
1082 static ssize_t duty_cycle_show(struct device *pwm_dev, in duty_cycle_show()
1094 static ssize_t duty_cycle_store(struct device *pwm_dev, in duty_cycle_store()
1117 static ssize_t enable_show(struct device *pwm_dev, in enable_show()
1129 static ssize_t enable_store(struct device *pwm_dev, in enable_store()
1162 static ssize_t polarity_show(struct device *pwm_dev, in polarity_show()
1185 static ssize_t polarity_store(struct device *pwm_dev, in polarity_store()
1211 static ssize_t capture_show(struct device *pwm_dev, in capture_show()
1242 static void pwm_export_release(struct device *pwm_dev) in pwm_export_release()
1288 static int pwm_unexport_match(struct device *pwm_dev, const void *data) in pwm_unexport_match()
1295 struct device *pwm_dev; in pwm_unexport_child() local
1389 struct device *pwm_dev; in pwm_class_get_state() local