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

/linux-master/include/uapi/linux/
H A Divtv.h50 struct ivtv_dma_frame { struct
62 #define IVTV_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtv_dma_frame)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.h28 int ivtv_yuv_prep_frame(struct ivtv *itv, struct ivtv_dma_frame *args);
H A Divtv-yuv.c26 struct ivtv_dma_frame *args)
961 /* Set up frame according to ivtv_dma_frame parameters */
962 static void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
1061 static int ivtv_yuv_udma_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
1109 struct ivtv_dma_frame dma_args;
1113 /* Copy V4L2 parameters to an ivtv_dma_frame struct... */
1135 struct ivtv_dma_frame dma_args;
1153 int ivtv_yuv_prep_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
H A Divtv-ioctl.c1611 struct ivtv_dma_frame *args = arg;

Completed in 135 milliseconds