Lines Matching defs:buf
385 struct device_attribute *attr, char *buf) in type_show()
395 struct device_attribute *attr, char *buf) in inbytes_show()
405 struct device_attribute *attr, char *buf) in outbytes_show()
415 struct device_attribute *attr, char *buf) in status_errors_show()
432 struct device_attribute *attr, char *buf) in connected_show()
449 struct device_attribute *attr, char *buf) in watchdog_show()
466 struct device_attribute *attr, char *buf) in watchdog_errors_show()
551 struct device_attribute *attr, char *buf) in active_show()
560 const char *buf, size_t count) in active_store()
589 const char *buf, size_t count) in device_add_store()
616 const char *buf, size_t count) in device_remove_store()
629 struct device_attribute *attr, char *buf) in poll_interval_ns_show()
638 const char *buf, size_t count) in poll_interval_ns_store()
797 u8 *buf = krealloc(smaster->buf, buf_len, GFP_KERNEL); in siox_device_add() local