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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddmi.h10 DMI_DEV_TYPE_ANY = 0, enumerator in enum:dmi_device_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddmi_scan.c571 * @type: device type or %DMI_DEV_TYPE_ANY to match all device types
591 if (((type == DMI_DEV_TYPE_ANY) || (dev->type == type)) &&

Completed in 27 milliseconds