Lines Matching defs:out
170 /* If there's nothing to do, bail out */
354 u8 *out, dsp;
418 out = kzalloc(len, GFP_KERNEL | GFP_DMA);
419 if (!out) {
423 xfer->t.rx_buf = out;
503 u8 *out;
523 out = kzalloc(fw->size, GFP_KERNEL | GFP_DMA);
524 if (!out) {
531 t.rx_buf = out;
549 if (out[i] != 0x55) {
551 out[i], i);
558 kfree(out);
578 u8 *out;
651 out = kzalloc(len, GFP_KERNEL | GFP_DMA);
652 if (!out)
664 t.rx_buf = out;
684 p = (u32 *)out;
697 kfree(out);
717 kfree(out);