Searched refs:y_source (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Divtv.h34 YUV mode you need to call IVTV_IOC_DMA_FRAME with y_source == NULL
44 with y_source == NULL before you can set the correct format using
53 void __user *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, member in struct:ivtv_dma_frame
/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.c61 ivtv_udma_get_page_info (&y_dma, (unsigned long)args->y_source, 720 * y_decode_height);
1114 dma_args.y_source = NULL;
1141 dma_args.y_source = src;
H A Divtv-ioctl.c1618 if (itv->output_mode == OUT_UDMA_YUV && args->y_source == NULL)
1629 if (args->y_source == NULL)

Completed in 205 milliseconds