Searched refs:no_error_inj (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-ctrls.h | 30 bool show_ccs_out, bool no_error_inj,
|
D | vivid-core.c | 149 static bool no_error_inj; variable 150 module_param(no_error_inj, bool, 0444); 151 MODULE_PARM_DESC(no_error_inj, " if set disable the error injecting controls"); 454 if (!no_error_inj && v4l2_fh_is_singular_file(file) && in vivid_fop_release() 745 if (no_error_inj && ccs_cap == -1) in vivid_create_instance() 760 if (no_error_inj && ccs_out == -1) in vivid_create_instance() 974 ret = vivid_create_controls(dev, ccs_cap == -1, ccs_out == -1, no_error_inj, in vivid_create_instance()
|
D | vivid-ctrls.c | 1243 bool show_ccs_out, bool no_error_inj, in vivid_create_controls() argument 1388 if (!no_error_inj) { in vivid_create_controls()
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 234 no_error_inj: if set disable the error injecting controls. This option is 669 the no_error_inj module option is set to 0 (the default). 673 -1 and if the no_error_inj module option is set to 0 (the default). 677 module option is set to the default value of -1 and if the no_error_inj 699 the no_error_inj module option is set to 0 (the default). 703 -1 and if the no_error_inj module option is set to 0 (the default). 707 module option is set to the default value of -1 and if the no_error_inj 746 The following controls are only present if the no_error_inj module option
|