Searched defs:inputset (Results 1 – 2 of 2) sorted by relevance
264 struct inputset { struct265 int input;266 int input_ok;267 int standard_offset;268 int standard_offset_ok;269 int format_offset;270 int format_offset_ok;271 int brightness;272 int brightness_ok;273 int contrast;[all …]
3021 struct inputset *inputset; in easycap_usb_probe() local