clear_errors      209 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	ops->clear_errors = dpu_hw_clear_errors;
clear_errors       85 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.h 	void (*clear_errors)(struct dpu_hw_vbif *vbif,
clear_errors      270 drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c 		if (vbif && vbif->ops.clear_errors) {
clear_errors      271 drivers/gpu/drm/msm/disp/dpu1/dpu_vbif.c 			vbif->ops.clear_errors(vbif, &pnd, &src);