Lines Matching defs:buf
36 static ssize_t period_show(struct device *child, struct device_attribute *attr, char *buf) in period_show()
46 static ssize_t period_store(struct device *child, struct device_attribute *attr, const char *buf, s… in period_store()
68 static ssize_t duty_cycle_show(struct device *child, struct device_attribute *attr, char *buf) in duty_cycle_show()
78 …duty_cycle_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) in duty_cycle_store()
101 static ssize_t oneshot_count_show(struct device *child, struct device_attribute *attr, char *buf) in oneshot_count_show()
111 …shot_count_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) in oneshot_count_store()
134 static ssize_t enable_show(struct device *child, struct device_attribute *attr, char *buf) in enable_show()
144 static ssize_t enable_store(struct device *child, struct device_attribute *attr, const char *buf, s… in enable_store()
179 static ssize_t polarity_show(struct device *child, struct device_attribute *attr, char *buf) in polarity_show()
200 static ssize_t polarity_store(struct device *child, struct device_attribute *attr, const char *buf,… in polarity_store()
225 static ssize_t capture_show(struct device *child, struct device_attribute *attr, char *buf) in capture_show()
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()