Lines Matching defs:ident
1822 * ident. The quirk data is shared but it's up to the drivers to act on the
1829 drm_dp_get_quirks(const struct drm_dp_dpcd_ident *ident, bool is_branch)
1842 if (memcmp(quirk->oui, ident->oui, sizeof(ident->oui)) != 0)
1846 memcmp(quirk->device_id, ident->device_id, sizeof(ident->device_id)) != 0)
1952 struct drm_dp_dpcd_ident *ident = &desc->ident;
1956 ret = drm_dp_dpcd_read(aux, offset, ident, sizeof(*ident));
1960 desc->quirks = drm_dp_get_quirks(ident, is_branch);
1962 dev_id_len = strnlen(ident->device_id, sizeof(ident->device_id));
1966 (int)sizeof(ident->oui), ident->oui,
1967 dev_id_len, ident->device_id,
1968 ident->hw_rev >> 4, ident->hw_rev & 0xf,
1969 ident->sw_major_rev, ident->sw_minor_rev,