Lines Matching defs:saa7164_buffer
311 struct saa7164_buffer { struct
321 enum saa7164_buffer_flags flags; /* Free, Busy, Full */ argument
324 u32 pci_size; /* PCI allocation size in bytes */
325 u64 *cpu; /* Virtual address */
326 dma_addr_t dma; /* Physical address */
327 u32 crc; /* Checksum for the entire buffer data */
330 u32 pt_size; /* PCI allocation size in bytes */
331 u64 *pt_cpu; /* Virtual address */
332 dma_addr_t pt_dma; /* Physical address */
335 u32 pos;
336 u32 actual_size;