Searched refs:wrap_out (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dplayback.c110 urb_out->transfer_buffer = line6pcm->wrap_out;
111 memset(line6pcm->wrap_out, 0, urb_size);
120 urb_out->transfer_buffer = line6pcm->wrap_out;
123 memcpy(line6pcm->wrap_out,
127 memcpy(line6pcm->wrap_out +
343 line6pcm->wrap_out = kmalloc(2 * LINE6_ISO_PACKET_SIZE_MAX, GFP_KERNEL);
345 if (!line6pcm->wrap_out) {
346 dev_err(s2m(substream), "cannot malloc wrap_out\n");
359 kfree(line6pcm->wrap_out);
360 line6pcm->wrap_out
[all...]
H A Dpcm.h88 unsigned char *wrap_out; member in struct:snd_line6_pcm

Completed in 38 milliseconds