Searched refs:sgpage (Results 1 – 4 of 4) sorted by relevance
1114 memset(pipe->sgpage.area, 0, PAGE_SIZE); in sglist_init()1116 cpu_to_le32(pipe->sgpage.addr); in sglist_init()1126 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()1150 return sglist_add_mapping(chip, pipe, pipe->sgpage.addr, 0); in sglist_wrap()
343 struct snd_dma_buffer sgpage; /* Room for the scatter-gather list */ member
108 if (pipe->sgpage.area) in audiopipe_free()109 snd_dma_free_pages(&pipe->sgpage); in audiopipe_free()337 PAGE_SIZE, &pipe->sgpage)) < 0) { in pcm_open()
1140 struct page *sgpage = sg_page(sg); in ddp_make_gl() local1170 gl->pages[0] = sgpage; in ddp_make_gl()1176 if (sgpage == page && sg->offset == sgoffset + sglen) in ddp_make_gl()1201 sgpage = page; in ddp_make_gl()