Lines Matching full:present
257 * This means running _INI on all present devices.
374 /* Walk namespace to execute all _INIs on present devices */ in AcpiNsInitializeDevices()
661 * present under Device, Processor, and Thermal objects. in AcpiNsFindIniMethods()
670 /* Mark parent and bubble up the INI present flag to the root */ in AcpiNsFindIniMethods()
698 * present, and if so, calls _INI.
742 * Run _STA to determine if this device is present and functioning. We in AcpiNsInitOneDevice()
745 * 1) We can only run _INI if the device is present. in AcpiNsInitOneDevice()
747 * not present and is not functional (we will not examine the children) in AcpiNsInitOneDevice()
749 * The _STA method is not required to be present under the device, we in AcpiNsInitOneDevice()
750 * assume the device is present if _STA does not exist. in AcpiNsInitOneDevice()
765 * the device is both present and functional. in AcpiNsInitOneDevice()
771 * other words, the device is present, ..., and functioning)" in AcpiNsInitOneDevice()
779 * Examine the PRESENT and FUNCTIONING status bits in AcpiNsInitOneDevice()
781 * Note: ACPI spec does not seem to specify behavior for the present but in AcpiNsInitOneDevice()
782 * not functioning case, so we assume functioning if present. in AcpiNsInitOneDevice()
786 /* Device is not present, we must examine the Functioning bit */ in AcpiNsInitOneDevice()
791 * Device is not present but is "functioning". In this case, in AcpiNsInitOneDevice()
798 * "_STA may return bit 0 clear (not present) with bit 3 set in AcpiNsInitOneDevice()
801 * a bridge device.) Children of this device may be present and in AcpiNsInitOneDevice()
810 * Device is not present and is not functioning. We must abort the in AcpiNsInitOneDevice()
816 * "If the _STA method indicates that the device is not present, in AcpiNsInitOneDevice()
825 * The device is present or is assumed present if no _STA exists. in AcpiNsInitOneDevice()
868 * The _INI method has been run if present; call the Global Initialization in AcpiNsInitOneDevice()