Searched refs:no_error_inj (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-ctrls.h | 18 bool show_ccs_out, bool no_error_inj,
|
D | vivid-core.c | 139 static bool no_error_inj; variable 140 module_param(no_error_inj, bool, 0444); 141 MODULE_PARM_DESC(no_error_inj, " if set disable the error injecting controls"); 446 if (!no_error_inj && v4l2_fh_is_singular_file(file) && in vivid_fop_release() 756 if (no_error_inj && ccs_cap == -1) in vivid_create_instance() 771 if (no_error_inj && ccs_out == -1) in vivid_create_instance() 990 ret = vivid_create_controls(dev, ccs_cap == -1, ccs_out == -1, no_error_inj, in vivid_create_instance()
|
D | vivid-ctrls.c | 1358 bool show_ccs_out, bool no_error_inj, in vivid_create_controls() argument 1400 if (!no_error_inj || dev->has_fb) in vivid_create_controls() 1405 if (!no_error_inj) in vivid_create_controls() 1511 if (!no_error_inj) { in vivid_create_controls()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | vivid.rst | 252 - no_error_inj: 751 the no_error_inj module option is set to 0 (the default). 757 -1 and if the no_error_inj module option is set to 0 (the default). 763 module option is set to the default value of -1 and if the no_error_inj 791 the no_error_inj module option is set to 0 (the default). 797 -1 and if the no_error_inj module option is set to 0 (the default). 803 module option is set to the default value of -1 and if the no_error_inj 849 The following controls are only present if the no_error_inj module option
|