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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c1130 c->value = dev->ctl_invert;
1185 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast);
1190 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
1201 dev->ctl_invert = c->value;
1203 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast);
1205 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
2402 dev->ctl_invert = ctrl_by_id(V4L2_CID_PRIVATE_INVERT)->default_value;
H A Dsaa7134.h509 int ctl_invert; /* private */ member in struct:saa7134_dev

Completed in 100 milliseconds