Searched refs:validate_version (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dencodings.c134 * validate_version() - Check whether a version matches an expected version.
144 static int __must_check validate_version(struct version_number expected_version, function
188 result = validate_version(expected_header->version, actual_header->version,
1182 result = validate_version(version, VDO_COMPONENT_DATA_41_0,
1366 result = validate_version(VDO_VOLUME_VERSION_67_0, states->volume_version,
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c279 bool (*validate_version)(struct cs_dsp *dsp, unsigned int version); member in struct:cs_dsp_ops
1355 if (!dsp->ops->validate_version(dsp, header->ver)) {
3157 .validate_version = cs_dsp_validate_version,
3165 .validate_version = cs_dsp_validate_version,
3183 .validate_version = cs_dsp_validate_version,
3201 .validate_version = cs_dsp_validate_version,
3222 .validate_version = cs_dsp_halo_validate_version,
3237 .validate_version = cs_dsp_halo_validate_version,

Completed in 103 milliseconds