Lines Matching full:present
98 * This means running _INI on all present devices.
208 /* Walk namespace to execute all _INIs on present devices */ in acpi_ns_initialize_devices()
487 * present under Device, Processor, and Thermal objects. in acpi_ns_find_ini_methods()
495 /* Mark parent and bubble up the INI present flag to the root */ in acpi_ns_find_ini_methods()
521 * present, and if so, calls _INI.
559 * Run _STA to determine if this device is present and functioning. We in acpi_ns_init_one_device()
562 * 1) We can only run _INI if the device is present. in acpi_ns_init_one_device()
564 * not present and is not functional (we will not examine the children) in acpi_ns_init_one_device()
566 * The _STA method is not required to be present under the device, we in acpi_ns_init_one_device()
567 * assume the device is present if _STA does not exist. in acpi_ns_init_one_device()
582 * the device is both present and functional. in acpi_ns_init_one_device()
588 * other words, the device is present, ..., and functioning)" in acpi_ns_init_one_device()
595 * Examine the PRESENT and FUNCTIONING status bits in acpi_ns_init_one_device()
597 * Note: ACPI spec does not seem to specify behavior for the present but in acpi_ns_init_one_device()
598 * not functioning case, so we assume functioning if present. in acpi_ns_init_one_device()
602 /* Device is not present, we must examine the Functioning bit */ in acpi_ns_init_one_device()
606 * Device is not present but is "functioning". In this case, in acpi_ns_init_one_device()
613 * "_STA may return bit 0 clear (not present) with bit 3 set in acpi_ns_init_one_device()
616 * a bridge device.) Children of this device may be present and in acpi_ns_init_one_device()
623 * Device is not present and is not functioning. We must abort the in acpi_ns_init_one_device()
629 * "If the _STA method indicates that the device is not present, in acpi_ns_init_one_device()
638 * The device is present or is assumed present if no _STA exists. in acpi_ns_init_one_device()
681 * The _INI method has been run if present; call the Global Initialization in acpi_ns_init_one_device()