Lines Matching refs:count
29 int count = 0; in reboot_show() local
31 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
33 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show()
35 return count; in reboot_show()
40 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()
158 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
162 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
171 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
174 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
182 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
184 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
186 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
195 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
198 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
203 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show()
210 return count; in version_show()
281 const char *buf, size_t count) in kb_wake_angle_store() argument
309 return count; in kb_wake_angle_store()