Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/media/platform/xilinx/
Dxilinx-tpg.c106 struct xvtc_device *vtc; member
177 if (xtpg->vtc) in xtpg_s_stream()
178 xvtc_generator_stop(xtpg->vtc); in xtpg_s_stream()
187 if (xtpg->vtc) { in xtpg_s_stream()
207 xvtc_generator_start(xtpg->vtc, &config); in xtpg_s_stream()
798 xtpg->vtc = xvtc_of_get(pdev->dev.of_node); in xtpg_probe()
799 if (IS_ERR(xtpg->vtc)) { in xtpg_probe()
800 ret = PTR_ERR(xtpg->vtc); in xtpg_probe()
891 xvtc_put(xtpg->vtc); in xtpg_probe()
DMakefile8 obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o
/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-risc.c361 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0); in bttv_calc_geo_old()
364 geo->vtc = 0; in bttv_calc_geo_old()
417 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0); in bttv_calc_geo()
420 geo->vtc = 0; in bttv_calc_geo()
435 btwrite(geo->vtc, BT848_E_VTC+off); in bttv_apply_geo()
Dbttvp.h139 u8 vtc,crop,comb; member
/linux-5.19.10/Documentation/admin-guide/media/
Dplatform-cardlist.rst80 xilinx-vtc Xilinx Video Timing Controller