Lines Matching defs:Description
226 * DESCRIPTION: External interface.
288 * DESCRIPTION: Emit the info about all GPIO devices found during the
303 const char *Description;
328 HidInfo->Description);
382 * For Devices, attempt to get the _HID description string.
384 * get the _DDN description string.
392 /* Get the _HID description or _DDN string */
398 HidInfo->Description);
400 else if ((Description = MpGetDdnValue (ParentPathname)))
403 Description);
422 * DESCRIPTION: Emit the info about all Serial devices found during the
437 const char *Description;
482 HidInfo->Description);
516 /* Get the _HID description or _DDN string */
522 HidInfo->Description);
524 else if ((Description = MpGetDdnValue (ParentPathname)))
527 Description);
546 * DESCRIPTION: Emit information about all devices within the ACPI namespace.
559 "_HID Description\n\n");
576 * DESCRIPTION: Emit information about one ACPI device in the namespace. Used
611 HidInfo->Description);
632 * DESCRIPTION: Cross-reference the parse tree and find all references to the
662 * DESCRIPTION: Walk parse tree callback used to cross-reference GPIO pins.