Lines Matching defs:buf
15 struct device_attribute *attr, char *buf)
19 return scnprintf(buf, PAGE_SIZE, "%s\n", adev->type);
23 struct device_attribute *attr, char *buf)
27 return scnprintf(buf, PAGE_SIZE, "%pM\n", adev->esi);
31 struct device_attribute *attr, char *buf)
40 count += scnprintf(buf + count, PAGE_SIZE - count,
54 struct device_attribute *attr, char *buf)
58 return scnprintf(buf, PAGE_SIZE, "%d\n", adev->number);
62 struct device_attribute *attr, char *buf)
66 return scnprintf(buf, PAGE_SIZE, "%d\n",
71 struct device_attribute *attr, char *buf)
90 return scnprintf(buf, PAGE_SIZE, "%d\n", link_rate);