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

/linux-master/drivers/media/platform/xilinx/
H A DMakefile8 obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o
H A Dxilinx-tpg.c24 #include "xilinx-vtc.h"
85 * @vtc: video timing controller
106 struct xvtc_device *vtc; member in struct:xtpg_device
177 if (xtpg->vtc)
178 xvtc_generator_stop(xtpg->vtc);
187 if (xtpg->vtc) {
207 xvtc_generator_start(xtpg->vtc, &config);
797 xtpg->vtc = xvtc_of_get(pdev->dev.of_node);
798 if (IS_ERR(xtpg->vtc)) {
799 ret = PTR_ERR(xtpg->vtc);
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c272 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0);
275 geo->vtc = 0;
328 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0);
331 geo->vtc = 0;
346 btwrite(geo->vtc, BT848_E_VTC+off);
H A Dbttvp.h138 u8 vtc,crop,comb; member in struct:bttv_geometry

Completed in 82 milliseconds