Searched refs:sgpage (Results 1 – 4 of 4) sorted by relevance
1124 memset(pipe->sgpage.area, 0, PAGE_SIZE); in sglist_init()1126 cpu_to_le32(pipe->sgpage.addr); in sglist_init()1136 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()1160 return sglist_add_mapping(chip, pipe, pipe->sgpage.addr, 0); in sglist_wrap()
315 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */ member
111 if (pipe->sgpage.area) in audiopipe_free()112 snd_dma_free_pages(&pipe->sgpage); in audiopipe_free()340 PAGE_SIZE, &pipe->sgpage)) < 0) { in pcm_open()
1382 struct page *sgpage = sg_page(sg); in ddp_make_gl() local1412 gl->pages[0] = sgpage; in ddp_make_gl()1418 if (sgpage == page && sg->offset == sgoffset + sglen) in ddp_make_gl()1443 sgpage = page; in ddp_make_gl()