Searched refs:ctl_saturation (Results 1 - 8 of 8) sorted by relevance

/drivers/media/video/saa7134/
H A Dsaa7134-video.c606 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
1135 c->value = dev->ctl_saturation;
1223 dev->ctl_saturation = c->value;
1225 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
1240 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation);
2522 dev->ctl_saturation = ctrl_by_id(V4L2_CID_SATURATION)->default_value;
H A Dsaa7134.h604 int ctl_saturation; member in struct:saa7134_dev
/drivers/media/video/saa7164/
H A Dsaa7164-encoder.c407 ctl->value = port->ctl_saturation;
454 port->ctl_saturation = ctl->value;
1416 port->ctl_saturation = 62;
H A Dsaa7164.h394 u16 ctl_saturation; member in struct:saa7164_port
H A Dsaa7164-vbi.c379 ctl->value = port->ctl_saturation;
426 port->ctl_saturation = ctl->value;
H A Dsaa7164-api.c384 val = port->ctl_saturation;
428 port->ctl_saturation = val;
/drivers/media/video/cx25821/
H A Dcx25821.h248 int ctl_saturation; member in struct:cx25821_channel
H A Dcx25821-video.c1546 ctl->value = dev->channels[fh->channel_id].ctl_saturation;
1592 dev->channels[chan_num].ctl_saturation = ctl->value;

Completed in 76 milliseconds