Lines Matching defs:buf
48 struct device_attribute *devattr, char *buf)
78 status = sprintf(buf, "%d\n", value);
85 struct device_attribute *devattr, char *buf)
88 return sprintf(buf, "0\n");
92 struct device_attribute *devattr, char *buf)
105 return sprintf(buf, "%d\n", reference);
110 const char *buf, size_t count)
116 if (kstrtoul(buf, 10, &value))
130 struct device_attribute *devattr, char *buf)
132 return sprintf(buf, "%s\n", to_spi_device(dev)->modalias);