Lines Matching defs:buf
50 const char *buf, size_t count)
58 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable);
92 event = queue->buf[queue->head];
111 const char *buf, size_t count)
118 cnt = sscanf(buf, "%u %lld %u %lld %u", &req.perout.index,
139 const char *buf, size_t count)
150 cnt = sscanf(buf, "%d", &enable);
203 const char *buf, size_t count)
210 if (kstrtou32(buf, 0, &num))
277 const char *buf, size_t count)
285 if (kstrtou32(buf, 0, &max) || max == 0)
413 const char *buf, size_t count)
419 cnt = sscanf(buf, "%u %u", &func, &chan);