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