Searched refs:vtc (Results 1 – 7 of 7) sorted by relevance
26 - xlnx,vtc: A phandle referencing the Video Timing Controller that generates33 The xlnx,vtc and timing-gpios properties are mandatory when the TPG is43 xlnx,vtc = <&vtc_3>;
27 vtc: vtc@43c40000 {
106 struct xvtc_device *vtc; member177 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()
8 obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o
361 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()
139 u8 vtc,crop,comb; member
80 xilinx-vtc Xilinx Video Timing Controller