Searched refs:input_types (Results 1 – 1 of 1) sorted by relevance
140 static unsigned input_types[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0xe4 }; variable141 module_param_array(input_types, uint, NULL, 0444);142 MODULE_PARM_DESC(input_types, " input types, default is 0xe4. Two bits per input,\n"954 dev->input_type[i] = (input_types[inst] >> (i * 2)) & 0x3; in vivid_detect_feature_set()