Home
last modified time | relevance | path

Searched refs:chroma_agc (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/cx88/
Dcx88.h367 struct v4l2_ctrl *chroma_agc; member
Dcx88-core.c980 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
Dcx88-video.c1373 core->chroma_agc = vc; in cx8800_initdev()
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options55 chroma_agc=0/1 AGC of chroma signal, off by default.
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c96 static unsigned int chroma_agc; variable
128 module_param(chroma_agc, int, 0444);
154 MODULE_PARM_DESC(chroma_agc, "enables the AGC of chroma signal, default is 0 (no)");
4157 V4L2_CID_CHROMA_AGC, 0, 1, 1, !!chroma_agc); in bttv_probe()