Home | History | Annotate | Download | only in utilities

Lines Matching defs:Cls

3  * Module Name: utids - support for device IDs - HID, UID, CID, SUB, CLS
521 ACPI_PNP_DEVICE_ID *Cls;
559 /* Allocate a buffer for the CLS */
561 Cls = ACPI_ALLOCATE_ZEROED (
563 if (!Cls)
571 Cls->String = ACPI_ADD_PTR (char, Cls, sizeof (ACPI_PNP_DEVICE_ID));
575 AcpiExPciClsToString (Cls->String, ClassCode);
576 Cls->Length = Length;
577 *ReturnId = Cls;