Home
last modified time | relevance | path

Searched defs:saa7164_buffer (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164.h302 struct saa7164_buffer { struct
312 enum saa7164_buffer_flags flags; /* Free, Busy, Full */ argument
315 u32 pci_size; /* PCI allocation size in bytes */
316 u64 *cpu; /* Virtual address */
317 dma_addr_t dma; /* Physical address */
318 u32 crc; /* Checksum for the entire buffer data */
321 u32 pt_size; /* PCI allocation size in bytes */
322 u64 *pt_cpu; /* Virtual address */
323 dma_addr_t pt_dma; /* Physical address */
326 u32 pos;
[all …]