Lines Matching defs:c
3 * Copyright (c) 2006-2008 Daniel Mack, Karsten Wiese
421 int c, n, sz = 0;
429 for (c = 0; c < CHANNELS_PER_STREAM; c++) {
444 if (usb_buf[i] != ((stream << 1) | c) &&
447 dev_warn(dev, " EXPECTED: %02x got %02x, c %d, stream %d, i %d\n",
448 ((stream << 1) | c), usb_buf[i], c, stream, i);
538 int c, n, sz = 0;
546 for (c = 0; c < CHANNELS_PER_STREAM; c++) {
564 usb_buf[i++] = (stream << 1) | c;