Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/saa7134/
Dsaa7134-video.c431 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast); in saa7134_set_decoder()
434 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation); in saa7134_set_decoder()
1060 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast); in saa7134_s_ctrl()
1065 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation); in saa7134_s_ctrl()
1076 dev->ctl_invert = ctrl->val; in saa7134_s_ctrl()
1078 dev->ctl_invert ? -dev->ctl_contrast : dev->ctl_contrast); in saa7134_s_ctrl()
1080 dev->ctl_invert ? -dev->ctl_saturation : dev->ctl_saturation); in saa7134_s_ctrl()
Dsaa7134.h640 int ctl_invert; /* private */ member