enable_error_correction  210 drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c 	hw_data->enable_error_correction = adf_enable_error_correction;
enable_error_correction  123 drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c 	hw_data->enable_error_correction = adf_vf_void_noop;
enable_error_correction  220 drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.c 	hw_data->enable_error_correction = adf_enable_error_correction;
enable_error_correction  123 drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c 	hw_data->enable_error_correction = adf_vf_void_noop;
enable_error_correction  169 drivers/crypto/qat/qat_common/adf_accel_devices.h 	void (*enable_error_correction)(struct adf_accel_dev *accel_dev);
enable_error_correction  173 drivers/crypto/qat/qat_common/adf_init.c 	hw_data->enable_error_correction(accel_dev);
enable_error_correction  233 drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c 	hw_data->enable_error_correction = adf_enable_error_correction;
enable_error_correction  123 drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c 	hw_data->enable_error_correction = adf_vf_void_noop;