Searched refs:ivtv_sg_element (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.h | 74 sizeof(struct ivtv_sg_element), PCI_DMA_TODEVICE); in ivtv_stream_sync_for_cpu() 81 sizeof(struct ivtv_sg_element), PCI_DMA_TODEVICE); in ivtv_stream_sync_for_device()
|
H A D | ivtv-queue.c | 210 s->sg_dma = kzalloc(sizeof(struct ivtv_sg_element), in ivtv_stream_alloc() 222 sizeof(struct ivtv_sg_element), PCI_DMA_TODEVICE); in ivtv_stream_alloc() 273 sizeof(struct ivtv_sg_element), PCI_DMA_TODEVICE); in ivtv_stream_free()
|
H A D | ivtv-driver.h | 272 struct ivtv_sg_element { struct 292 struct ivtv_sg_element SGarray[IVTV_DMA_SG_OSD_ENT]; 371 struct ivtv_sg_element *sg_dma;
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.h | 75 sizeof(struct ivtv_sg_element), in ivtv_stream_sync_for_cpu() 83 sizeof(struct ivtv_sg_element), in ivtv_stream_sync_for_device()
|
H A D | ivtv-queue.c | 210 s->sg_dma = kzalloc(sizeof(struct ivtv_sg_element), in ivtv_stream_alloc() 222 sizeof(struct ivtv_sg_element), in ivtv_stream_alloc() 274 sizeof(struct ivtv_sg_element), in ivtv_stream_free()
|
H A D | ivtv-driver.h | 270 struct ivtv_sg_element { struct 290 struct ivtv_sg_element SGarray[IVTV_DMA_SG_OSD_ENT]; 369 struct ivtv_sg_element *sg_dma;
|
Completed in 6 milliseconds