Home
last modified time | relevance | path

Searched refs:ivtv_dma_frame (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Divtv.h50 struct ivtv_dma_frame { struct
62 #define IVTV_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtv_dma_frame) argument
/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-yuv.h28 int ivtv_yuv_prep_frame(struct ivtv *itv, struct ivtv_dma_frame *args);
Divtv-yuv.c26 struct ivtv_dma_frame *args) in ivtv_yuv_prep_user_dma()
963 static void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_setup_frame()
1062 static int ivtv_yuv_udma_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_udma_frame()
1110 struct ivtv_dma_frame dma_args; in ivtv_yuv_setup_stream_frame()
1136 struct ivtv_dma_frame dma_args; in ivtv_yuv_udma_stream_frame()
1154 int ivtv_yuv_prep_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_prep_frame()
Divtv-ioctl.c1611 struct ivtv_dma_frame *args = arg; in ivtv_decoder_ioctls()