Lines Matching defs:quirk
1822 * ident. The quirk data is shared but it's up to the drivers to act on the
1831 const struct dpcd_quirk *quirk;
1837 quirk = &dpcd_quirk_list[i];
1839 if (quirk->is_branch != is_branch)
1842 if (memcmp(quirk->oui, ident->oui, sizeof(ident->oui)) != 0)
1845 if (memcmp(quirk->device_id, any_device, sizeof(any_device)) != 0 &&
1846 memcmp(quirk->device_id, ident->device_id, sizeof(ident->device_id)) != 0)
1849 quirks |= quirk->quirks;
1907 * to the quirk bits in &drm_dp_quirk.
1914 const struct edid_quirk *quirk;
1922 quirk = &edid_quirk_list[i];
1923 if (memcmp(quirk->mfg_id, edid->mfg_id,
1925 memcmp(quirk->prod_id, edid->prod_code,
1927 quirks |= quirk->quirks;