Lines Matching full:count
28 int count = 0; in reboot_show() local
30 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
32 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
34 return count; in reboot_show()
39 const char *buf, size_t count) in reboot_store() argument
95 count = -EINVAL; in reboot_store()
105 count = ret; in reboot_store()
108 return count; in reboot_store()
120 int count = 0; in version_show() local
134 count = ret; in version_show()
141 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
143 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
145 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
155 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
160 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
169 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
178 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
180 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
182 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
191 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
197 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
204 return count; in version_show()
275 const char *buf, size_t count) in kb_wake_angle_store() argument
303 return count; in kb_wake_angle_store()