• Home
  • Raw
  • Download

Lines Matching refs:count

44 	int count = 0;  in show_ec_reboot()  local
46 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_reboot()
48 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_reboot()
50 return count; in show_ec_reboot()
55 const char *buf, size_t count) in store_ec_reboot() argument
111 count = -EINVAL; in store_ec_reboot()
121 count = ret; in store_ec_reboot()
126 count = -EINVAL; in store_ec_reboot()
130 return count; in store_ec_reboot()
142 int count = 0; in show_ec_version() local
157 count = ret; in show_ec_version()
161 count = scnprintf(buf, PAGE_SIZE, in show_ec_version()
170 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
172 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
174 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
184 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
187 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
191 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
200 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
203 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
211 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
213 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
215 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
224 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
227 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
232 count += scnprintf(buf + count, PAGE_SIZE - count, in show_ec_version()
239 return count; in show_ec_version()