Lines Matching refs:out
344 u8 *out, dsp; in wm0010_firmware_load() local
408 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load()
409 if (!out) { in wm0010_firmware_load()
413 xfer->t.rx_buf = out; in wm0010_firmware_load()
493 u8 *out; in wm0010_stage2_load() local
513 out = kzalloc(fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load()
514 if (!out) { in wm0010_stage2_load()
521 t.rx_buf = out; in wm0010_stage2_load()
539 if (out[i] != 0x55) { in wm0010_stage2_load()
541 out[i], i); in wm0010_stage2_load()
548 kfree(out); in wm0010_stage2_load()
568 u8 *out; in wm0010_boot() local
641 out = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
642 if (!out) in wm0010_boot()
654 t.rx_buf = out; in wm0010_boot()
674 p = (u32 *)out; in wm0010_boot()
687 kfree(out); in wm0010_boot()
707 kfree(out); in wm0010_boot()