Searched refs:dmi_match (Results 1 – 3 of 3) sorted by relevance
10 bool dmi_match(int, const char *);
204 !(dmi_match(DMI_PRODUCT_NAME, "iMac12,1") || dmi_match(DMI_PRODUCT_NAME, "iMac12,2"))) in radeon_atom_backlight_init()2131 if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1")) in radeon_atom_pick_dig_encoder()
435 dmi_match(int slot, const char *str) in dmi_match() function495 if (!dmi_match(slot, dsi->matches[i].substr)) in dmi_found()