Searched refs:validate_version (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | encodings.c | 134 * validate_version() - Check whether a version matches an expected version. 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() 1169 result = validate_version(version, VDO_COMPONENT_DATA_41_0, in decode_vdo_component() 1348 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 | 286 bool (*validate_version)(struct cs_dsp *dsp, unsigned int version); member 1510 if (!dsp->ops->validate_version(dsp, header->ver)) { in cs_dsp_load() 3290 .validate_version = cs_dsp_validate_version, 3298 .validate_version = cs_dsp_validate_version, 3316 .validate_version = cs_dsp_validate_version, 3334 .validate_version = cs_dsp_validate_version, 3355 .validate_version = cs_dsp_halo_validate_version, 3370 .validate_version = cs_dsp_halo_validate_version,
|