Lines Matching defs:buf
344 static ssize_t serio_show_description(struct device *dev, struct device_attribute *attr, char *buf) in serio_show_description()
350 static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, char *buf) in modalias_show()
358 static ssize_t type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show()
364 static ssize_t proto_show(struct device *dev, struct device_attribute *attr, char *buf) in proto_show()
370 static ssize_t id_show(struct device *dev, struct device_attribute *attr, char *buf) in id_show()
376 static ssize_t extra_show(struct device *dev, struct device_attribute *attr, char *buf) in extra_show()
382 static ssize_t drvctl_store(struct device *dev, struct device_attribute *attr, const char *buf, siz… in drvctl_store()
413 static ssize_t serio_show_bind_mode(struct device *dev, struct device_attribute *attr, char *buf) in serio_show_bind_mode()
419 …rio_set_bind_mode(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in serio_set_bind_mode()
436 static ssize_t firmware_id_show(struct device *dev, struct device_attribute *attr, char *buf) in firmware_id_show()
735 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show()
742 static ssize_t bind_mode_show(struct device_driver *drv, char *buf) in bind_mode_show()
748 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count) in bind_mode_store()