Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
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()
1182 result = validate_version(version, VDO_COMPONENT_DATA_41_0, in decode_vdo_component()
1366 result = validate_version(VDO_VOLUME_VERSION_67_0, states->volume_version, in vdo_decode_component_states()
/linux/drivers/firmware/cirrus/
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()
3295 .validate_version = cs_dsp_validate_version,
3303 .validate_version = cs_dsp_validate_version,
3321 .validate_version = cs_dsp_validate_version,
3339 .validate_version = cs_dsp_validate_version,
3360 .validate_version = cs_dsp_halo_validate_version,
3375 .validate_version = cs_dsp_halo_validate_version,

Completed in 41 milliseconds