Lines Matching refs:count
43 int count = 0; in show_ec_reboot() local
45 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_reboot()
47 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_reboot()
49 return count; in show_ec_reboot()
54 const char *buf, size_t count) in store_ec_reboot() argument
116 return count; in store_ec_reboot()
128 int count = 0; in show_ec_version() local
145 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
147 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
149 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
159 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
162 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
166 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
175 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
178 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
186 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
188 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
190 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
199 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
202 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
207 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
212 return count; in show_ec_version()