Home
last modified time | relevance | path

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

/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()
795 xtpg->vtc = xvtc_of_get(pdev->dev.of_node); in xtpg_probe()
796 if (IS_ERR(xtpg->vtc)) { in xtpg_probe()
797 ret = PTR_ERR(xtpg->vtc); in xtpg_probe()
888 xvtc_put(xtpg->vtc); in xtpg_probe()
DMakefile7 obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o
/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