dma_sgt 33 drivers/media/common/videobuf2/videobuf2-dma-contig.c struct sg_table *dma_sgt; dma_sgt 96 drivers/media/common/videobuf2/videobuf2-dma-contig.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 109 drivers/media/common/videobuf2/videobuf2-dma-contig.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 425 drivers/media/common/videobuf2/videobuf2-dma-contig.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 549 drivers/media/common/videobuf2/videobuf2-dma-contig.c buf->dma_sgt = sgt; dma_sgt 589 drivers/media/common/videobuf2/videobuf2-dma-contig.c if (WARN_ON(buf->dma_sgt)) { dma_sgt 611 drivers/media/common/videobuf2/videobuf2-dma-contig.c buf->dma_sgt = sgt; dma_sgt 620 drivers/media/common/videobuf2/videobuf2-dma-contig.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 639 drivers/media/common/videobuf2/videobuf2-dma-contig.c buf->dma_sgt = NULL; dma_sgt 47 drivers/media/common/videobuf2/videobuf2-dma-sg.c struct sg_table *dma_sgt; dma_sgt 121 drivers/media/common/videobuf2/videobuf2-dma-sg.c buf->dma_sgt = &buf->sg_table; dma_sgt 132 drivers/media/common/videobuf2/videobuf2-dma-sg.c ret = sg_alloc_table_from_pages(buf->dma_sgt, buf->pages, dma_sgt 162 drivers/media/common/videobuf2/videobuf2-dma-sg.c sg_free_table(buf->dma_sgt); dma_sgt 187 drivers/media/common/videobuf2/videobuf2-dma-sg.c sg_free_table(buf->dma_sgt); dma_sgt 199 drivers/media/common/videobuf2/videobuf2-dma-sg.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 212 drivers/media/common/videobuf2/videobuf2-dma-sg.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 241 drivers/media/common/videobuf2/videobuf2-dma-sg.c buf->dma_sgt = &buf->sg_table; dma_sgt 252 drivers/media/common/videobuf2/videobuf2-dma-sg.c if (sg_alloc_table_from_pages(buf->dma_sgt, buf->pages, dma_sgt 293 drivers/media/common/videobuf2/videobuf2-dma-sg.c sg_free_table(buf->dma_sgt); dma_sgt 381 drivers/media/common/videobuf2/videobuf2-dma-sg.c ret = sg_alloc_table(sgt, buf->dma_sgt->orig_nents, GFP_KERNEL); dma_sgt 387 drivers/media/common/videobuf2/videobuf2-dma-sg.c rd = buf->dma_sgt->sgl; dma_sgt 515 drivers/media/common/videobuf2/videobuf2-dma-sg.c if (WARN_ON(!buf->dma_sgt)) dma_sgt 542 drivers/media/common/videobuf2/videobuf2-dma-sg.c if (WARN_ON(buf->dma_sgt)) { dma_sgt 554 drivers/media/common/videobuf2/videobuf2-dma-sg.c buf->dma_sgt = sgt; dma_sgt 563 drivers/media/common/videobuf2/videobuf2-dma-sg.c struct sg_table *sgt = buf->dma_sgt; dma_sgt 581 drivers/media/common/videobuf2/videobuf2-dma-sg.c buf->dma_sgt = NULL; dma_sgt 589 drivers/media/common/videobuf2/videobuf2-dma-sg.c if (WARN_ON(buf->dma_sgt)) dma_sgt 633 drivers/media/common/videobuf2/videobuf2-dma-sg.c return buf->dma_sgt;