Searched refs:chroma_agc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88.h | 367 struct v4l2_ctrl *chroma_agc; member
|
D | cx88-core.c | 980 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
|
D | cx88-video.c | 1373 core->chroma_agc = vc; in cx8800_initdev()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 55 chroma_agc=0/1 AGC of chroma signal, off by default.
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 96 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()
|