Lines Matching refs:count
42 int count = 0; in reboot_show() local
44 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
46 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
48 return count; in reboot_show()
53 const char *buf, size_t count) in reboot_store() argument
108 count = -EINVAL; in reboot_store()
118 count = ret; in reboot_store()
121 return count; in reboot_store()
133 int count = 0; in version_show() local
147 count = ret; in version_show()
154 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
156 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
158 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
168 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
171 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
175 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
184 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
187 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
195 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
197 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
199 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
208 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
211 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
216 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
223 return count; in version_show()
294 const char *buf, size_t count) in kb_wake_angle_store() argument
322 return count; in kb_wake_angle_store()