Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-core.c127 static unsigned input_types[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0xe4 }; variable
128 module_param_array(input_types, uint, NULL, 0444);
129 MODULE_PARM_DESC(input_types, " input types, default is 0xe4. Two bits per input,\n"
687 dev->input_type[i] = (input_types[inst] >> (i * 2)) & 0x3; in vivid_create_instance()
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt116 input_types: the input types for each instance, the default is 0xe4. This defines
131 num_inputs=8 input_types=0xffa9
256 can be configured by using the module options num_inputs, input_types and