Searched defs:saa7164_buffer (Results 1 – 1 of 1) sorted by relevance
304 struct saa7164_buffer { struct314 enum saa7164_buffer_flags flags; /* Free, Busy, Full */ argument317 u32 pci_size; /* PCI allocation size in bytes */318 u64 __iomem *cpu; /* Virtual address */319 dma_addr_t dma; /* Physical address */320 u32 crc; /* Checksum for the entire buffer data */323 u32 pt_size; /* PCI allocation size in bytes */324 u64 __iomem *pt_cpu; /* Virtual address */325 dma_addr_t pt_dma; /* Physical address */328 u32 pos;[all …]