Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddmi.h12 DMI_DEV_TYPE_ANY = 0, enumerator
/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c1009 if (((type == DMI_DEV_TYPE_ANY) || (dev->type == type)) && in dmi_find_device()