Searched refs:pt_cpu (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
D | saa7164-buffer.c | 65 buf->pt_cpu, (long long)buf->pt_dma, buf->pt_size); in saa7164_buffer_display() 71 i, buf->pt_cpu, (u64)*(buf->pt_cpu)); in saa7164_buffer_display() 111 buf->pt_cpu = pci_alloc_consistent(port->dev->pci, buf->pt_size, in saa7164_buffer_alloc() 113 if (!buf->pt_cpu) in saa7164_buffer_alloc() 119 memset(buf->pt_cpu, 0xff, buf->pt_size); in saa7164_buffer_alloc() 126 buf->pt_cpu, (long)buf->pt_dma, buf->pt_size); in saa7164_buffer_alloc() 131 *(buf->pt_cpu + i) = buf->dma + (i * 0x1000); /* TODO */ in saa7164_buffer_alloc() 133 i, buf->pt_cpu, (u64)*(buf->pt_cpu)); in saa7164_buffer_alloc() 164 pci_free_consistent(dev->pci, buf->pt_size, buf->pt_cpu, buf->pt_dma); in saa7164_buffer_dealloc()
|
D | saa7164.h | 313 u64 *pt_cpu; /* Virtual address */ member
|