Lines Matching defs:pos
37 size_t pos = 0;
44 pos += snprintf(buf+pos, len-pos, "state = %s\n",
46 pos += snprintf(buf+pos, len-pos, "region_code = %02x\n",
49 res = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
97 size_t pos = 0;
108 pos += snprintf(buf, len, "%d %d %d %d %d %d\n", sp.sp_error,
113 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
167 size_t pos = 0;
173 pos += snprintf(buf, len, "%d\n", priv->is_host_sleep_activated);
175 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
201 ssize_t pos = 0;
203 while (pos < size) {
210 pos += length;
225 size_t pos = 0;
254 pos += snprintf(buf, len, "%d %d %d\n", value, freq,
258 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
437 ssize_t pos = 0;
449 pos = snprintf(buf, len, "MAC[0x%x] = 0x%08x\n",
451 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
507 ssize_t pos = 0;
519 pos = snprintf(buf, len, "BBP[0x%x] = 0x%08x\n",
521 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
579 ssize_t pos = 0;
591 pos = snprintf(buf, len, "RF[0x%x] = 0x%08x\n",
593 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
810 size_t pos = 0;
834 pos += sprintf(p + pos, "%s=%d\n", d[i].name, val);
837 res = simple_read_from_buffer(userbuf, count, ppos, p, pos);