Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dencodings.c144 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-6.15/drivers/firmware/cirrus/
H A Dcs_dsp.c286 bool (*validate_version)(struct cs_dsp *dsp, unsigned int version); member
1505 if (!dsp->ops->validate_version(dsp, header->ver)) { in cs_dsp_load()
3285 .validate_version = cs_dsp_validate_version,
3293 .validate_version = cs_dsp_validate_version,
3311 .validate_version = cs_dsp_validate_version,
3329 .validate_version = cs_dsp_validate_version,
3350 .validate_version = cs_dsp_halo_validate_version,
3365 .validate_version = cs_dsp_halo_validate_version,