Searched defs:inputset (Results 1 – 2 of 2) sorted by relevance
256 struct inputset { struct257 int input;258 int input_ok;259 int standard_offset;260 int standard_offset_ok;261 int format_offset;262 int format_offset_ok;263 int brightness;264 int brightness_ok;265 int contrast;[all …]
2881 struct inputset *inputset; in easycap_usb_probe() local