Searched refs:DMI_DEV_TYPE_ANY (Results 1 - 2 of 2) sorted by last modified time

/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)) &&
/linux-master/include/linux/
H A Ddmi.h12 DMI_DEV_TYPE_ANY = 0, enumerator in enum:dmi_device_type

Completed in 222 milliseconds