Searched refs:sgpage (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c1119 memset(pipe->sgpage.area, 0, PAGE_SIZE);
1121 cpu_to_le32(pipe->sgpage.addr);
1131 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area;
1155 return sglist_add_mapping(chip, pipe, pipe->sgpage.addr, 0);
H A Dechoaudio.h317 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */ member in struct:audiopipe
H A Dechoaudio.c88 if (pipe->sgpage.area)
89 snd_dma_free_pages(&pipe->sgpage);
327 PAGE_SIZE, &pipe->sgpage);

Completed in 175 milliseconds