Lines Matching refs:Acpi
567 ACPI_HID_DEVICE_PATH *Acpi; in _DevPathAcpi() local
569 Acpi = DevPath; in _DevPathAcpi()
570 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in _DevPathAcpi()
571 switch ( EISA_ID_TO_NUM( Acpi-> HID ) ) { in _DevPathAcpi()
573 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
577 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
581 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
585 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
589 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
593 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
597 CatPrint( Str , L"Acpi(PNP%04x" , EISA_ID_TO_NUM( Acpi-> HID ) ) ; in _DevPathAcpi()
598 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ; in _DevPathAcpi()
604 CatPrint( Str , L"Acpi(0x%X" , Acpi-> HID ) ; in _DevPathAcpi()
605 if ( Acpi-> UID ) CatPrint( Str , L",%d" , Acpi-> UID ) ; in _DevPathAcpi()
606 CatPrint( Str , L")" , Acpi-> HID , Acpi-> UID ) ; in _DevPathAcpi()