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
94 count = -EINVAL; in reboot_store()
104 count = ret; in reboot_store()
107 return count; in reboot_store()
119 int count = 0; in version_show() local
133 count = ret; in version_show()
140 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
142 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
144 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
154 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
159 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
168 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
177 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
179 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
181 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
190 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
196 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
203 return count; in version_show()
274 const char *buf, size_t count) in kb_wake_angle_store() argument
302 return count; in kb_wake_angle_store()