Searched refs:no_error_inj (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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"); 447 if (!no_error_inj && v4l2_fh_is_singular_file(file) && in vivid_fop_release() 792 if (no_error_inj && ccs_cap == -1) in vivid_create_instance() 807 if (no_error_inj && ccs_out == -1) in vivid_create_instance() 1039 ret = vivid_create_controls(dev, ccs_cap == -1, ccs_out == -1, no_error_inj, in vivid_create_instance()
|
D | vivid-ctrls.c | 1434 bool show_ccs_out, bool no_error_inj, in vivid_create_controls() argument 1476 if (!no_error_inj || dev->has_fb || dev->num_hdmi_outputs) in vivid_create_controls() 1481 if (!no_error_inj) in vivid_create_controls() 1587 if (!no_error_inj) { in vivid_create_controls()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | vivid.rst | 254 - no_error_inj: 753 the no_error_inj module option is set to 0 (the default). 759 -1 and if the no_error_inj module option is set to 0 (the default). 765 module option is set to the default value of -1 and if the no_error_inj 793 the no_error_inj module option is set to 0 (the default). 799 -1 and if the no_error_inj module option is set to 0 (the default). 805 module option is set to the default value of -1 and if the no_error_inj 851 The following controls are only present if the no_error_inj module option
|