Home
last modified time | relevance | path

Searched refs:ccs_out_mode (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-core.c103 static int ccs_out_mode[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = -1 }; variable
104 module_param_array(ccs_out_mode, int, NULL, 0444);
105 MODULE_PARM_DESC(ccs_out_mode, " output crop/compose/scale mode:\n"
1689 int ccs_out = ccs_out_mode[inst]; in vivid_create_instance()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-core.c103 static int ccs_out_mode[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = -1 }; variable
104 module_param_array(ccs_out_mode, int, NULL, 0444);
105 MODULE_PARM_DESC(ccs_out_mode, " output crop/compose/scale mode:\n"
1729 int ccs_out = ccs_out_mode[inst]; in vivid_create_instance()

Completed in 5 milliseconds