Home
last modified time | relevance | path

Searched refs:vtc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tpg.txt26 - xlnx,vtc: A phandle referencing the Video Timing Controller that generates
33 The xlnx,vtc and timing-gpios properties are mandatory when the TPG is
43 xlnx,vtc = <&vtc_3>;
Dxlnx,v-tc.txt27 vtc: vtc@43c40000 {
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c109 struct xvtc_device *vtc; member
180 if (xtpg->vtc) in xtpg_s_stream()
181 xvtc_generator_stop(xtpg->vtc); in xtpg_s_stream()
190 if (xtpg->vtc) { in xtpg_s_stream()
210 xvtc_generator_start(xtpg->vtc, &config); in xtpg_s_stream()
796 xtpg->vtc = xvtc_of_get(pdev->dev.of_node); in xtpg_probe()
797 if (IS_ERR(xtpg->vtc)) { in xtpg_probe()
798 ret = PTR_ERR(xtpg->vtc); in xtpg_probe()
889 xvtc_put(xtpg->vtc); in xtpg_probe()
DMakefile5 obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-risc.c371 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0); in bttv_calc_geo_old()
374 geo->vtc = 0; in bttv_calc_geo_old()
427 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0); in bttv_calc_geo()
430 geo->vtc = 0; in bttv_calc_geo()
445 btwrite(geo->vtc, BT848_E_VTC+off); in bttv_apply_geo()
Dbttvp.h151 u8 vtc,crop,comb; member