Lines Matching defs:buf
113 unsigned char buf = 0x00;
117 .buf = &buf, .len = 1 },
119 .buf = regs, .len = 16 }
143 unsigned char buf = 0x00;
147 .buf = &buf, .len = 1 },
149 .buf = regdump, .len = TDA18271_NUM_REGS }
183 unsigned char buf[TDA18271_NUM_REGS + 1];
185 .buf = buf };
188 BUG_ON((len == 0) || (idx + len > sizeof(buf)));
222 buf[0] = idx;
224 buf[i] = regs[idx - 1 + i];