Lines Matching defs:Acpi
21 - ยง 9.6.1.2: Acpi(PNP0A03,0) makes more sense when displayed as PciRoot(0)
561 Type: 2 (ACPI Device Path) SubType: 1 (ACPI Device Path)
569 ACPI_HID_DEVICE_PATH *Acpi;
571 Acpi = DevPath;
572 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
573 switch ( EISA_ID_TO_NUM( Acpi-> HID ) ) {
575 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ;
579 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ;
583 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ;
587 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ;
591 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ;
595 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ;
599 CatPrint( Str , L"Acpi(PNP%04x" , EISA_ID_TO_NUM( Acpi-> HID ) ) ;
600 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ;
606 CatPrint( Str , L"Acpi(0x%X" , Acpi-> HID ) ;
607 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ;
608 CatPrint( Str , L")" , Acpi-> HID , Acpi-> UID ) ;
1052 case ACPI_DEVICE_PATH : { /* Unknown ACPI Device Path */