Home
last modified time | relevance | path

Searched refs:no_error_inj (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.h18 bool show_ccs_out, bool no_error_inj,
H A Dvivid-core.c162 static bool no_error_inj; variable
163 module_param(no_error_inj, bool, 0444);
164 MODULE_PARM_DESC(no_error_inj, " if set disable the error injecting controls");
605 if (!no_error_inj && v4l2_fh_is_singular_file(file) && in vivid_fop_release()
999 if (no_error_inj && *ccs_cap == -1) in vivid_detect_feature_set()
1014 if (no_error_inj && *ccs_out == -1) in vivid_detect_feature_set()
1800 ret = vivid_create_controls(dev, ccs_cap == -1, ccs_out == -1, no_error_inj, in vivid_create_instance()
H A Dvivid-ctrls.c1492 bool show_ccs_out, bool no_error_inj, in vivid_create_controls()
1538 if (!no_error_inj || dev->has_fb || dev->num_hdmi_outputs) in vivid_create_controls()
1543 if (!no_error_inj) in vivid_create_controls()
1656 if (!no_error_inj) { in vivid_create_controls()
1491 vivid_create_controls(struct vivid_dev *dev, bool show_ccs_cap, bool show_ccs_out, bool no_error_inj, bool has_sdtv, bool has_hdmi) vivid_create_controls() argument
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.h18 bool show_ccs_out, bool no_error_inj,
H A Dvivid-core.c162 static bool no_error_inj; variable
163 module_param(no_error_inj, bool, 0444);
164 MODULE_PARM_DESC(no_error_inj, " if set disable the error injecting controls");
620 if (!no_error_inj && v4l2_fh_is_singular_file(file) && in vivid_fop_release()
1039 if (no_error_inj && *ccs_cap == -1) in vivid_detect_feature_set()
1054 if (no_error_inj && *ccs_out == -1) in vivid_detect_feature_set()
1840 ret = vivid_create_controls(dev, ccs_cap == -1, ccs_out == -1, no_error_inj, in vivid_create_instance()
H A Dvivid-ctrls.c1577 bool show_ccs_out, bool no_error_inj, in vivid_create_controls()
1623 if (!no_error_inj || dev->has_fb || dev->num_hdmi_outputs) in vivid_create_controls()
1628 if (!no_error_inj) in vivid_create_controls()
1747 if (!no_error_inj) { in vivid_create_controls()
1576 vivid_create_controls(struct vivid_dev *dev, bool show_ccs_cap, bool show_ccs_out, bool no_error_inj, bool has_sdtv, bool has_hdmi) vivid_create_controls() argument

Completed in 10 milliseconds