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

/linux-master/include/linux/
H A Ddmi.h12 DMI_DEV_TYPE_ANY = 0, enumerator in enum:dmi_device_type
/linux-master/drivers/firmware/
H A Ddmi_scan.c978 * @type: device type or %DMI_DEV_TYPE_ANY to match all device types
998 if (((type == DMI_DEV_TYPE_ANY) || (dev->type == type)) &&

Completed in 235 milliseconds