Lines Matching defs:saa7164_buffer
293 struct saa7164_buffer { struct
303 enum saa7164_buffer_flags flags; /* Free, Busy, Full */ argument
306 u32 pci_size; /* PCI allocation size in bytes */
307 u64 *cpu; /* Virtual address */
308 dma_addr_t dma; /* Physical address */
309 u32 crc; /* Checksum for the entire buffer data */
312 u32 pt_size; /* PCI allocation size in bytes */
313 u64 *pt_cpu; /* Virtual address */
314 dma_addr_t pt_dma; /* Physical address */
317 u32 pos;
318 u32 actual_size;