Searched refs:validate_version (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | encodings.c | 144 static int __must_check validate_version(struct version_number expected_version, in validate_version() function 188 result = validate_version(expected_header->version, actual_header->version, in vdo_validate_header() 1186 result = validate_version(version, VDO_COMPONENT_DATA_41_0, in decode_vdo_component() 1365 result = validate_version(VDO_VOLUME_VERSION_67_0, states->volume_version, in vdo_decode_component_states()
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 325 bool (*validate_version)(struct cs_dsp *dsp, unsigned int version); member 1515 if (!dsp->ops->validate_version(dsp, header->ver)) { in cs_dsp_load() 3328 .validate_version = cs_dsp_validate_version, 3336 .validate_version = cs_dsp_validate_version, 3354 .validate_version = cs_dsp_validate_version, 3372 .validate_version = cs_dsp_validate_version, 3393 .validate_version = cs_dsp_halo_validate_version, 3408 .validate_version = cs_dsp_halo_validate_version,
|