Searched refs:ctl_invert (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c603 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast);
606 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
1144 c->value = dev->ctl_invert;
1220 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast);
1225 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
1236 dev->ctl_invert = c->value;
1238 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast);
1240 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
2531 dev->ctl_invert = ctrl_by_id(V4L2_CID_PRIVATE_INVERT)->default_value;
H A Dsaa7134.h581 int ctl_invert; /* private */ member in struct:saa7134_dev

Completed in 320 milliseconds