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()
476 * present under Device, Processor, and Thermal objects. in acpi_ns_find_ini_methods()
484 /* Mark parent and bubble up the INI present flag to the root */ in acpi_ns_find_ini_methods()
510 * present, and if so, calls _INI.
548 * Run _STA to determine if this device is present and functioning. We in acpi_ns_init_one_device()
551 * 1) We can only run _INI if the device is present. in acpi_ns_init_one_device()
553 * not present and is not functional (we will not examine the children) in acpi_ns_init_one_device()
555 * The _STA method is not required to be present under the device, we in acpi_ns_init_one_device()
556 * assume the device is present if _STA does not exist. in acpi_ns_init_one_device()
571 * the device is both present and functional. in acpi_ns_init_one_device()
577 * other words, the device is present, ..., and functioning)" in acpi_ns_init_one_device()
584 * Examine the PRESENT and FUNCTIONING status bits in acpi_ns_init_one_device()
586 * Note: ACPI spec does not seem to specify behavior for the present but in acpi_ns_init_one_device()
587 * not functioning case, so we assume functioning if present. in acpi_ns_init_one_device()
591 /* Device is not present, we must examine the Functioning bit */ in acpi_ns_init_one_device()
595 * Device is not present but is "functioning". In this case, in acpi_ns_init_one_device()
602 * "_STA may return bit 0 clear (not present) with bit 3 set in acpi_ns_init_one_device()
605 * a bridge device.) Children of this device may be present and in acpi_ns_init_one_device()
612 * Device is not present and is not functioning. We must abort the in acpi_ns_init_one_device()
618 * "If the _STA method indicates that the device is not present, in acpi_ns_init_one_device()
627 * The device is present or is assumed present if no _STA exists. in acpi_ns_init_one_device()
670 * The _INI method has been run if present; call the Global Initialization in acpi_ns_init_one_device()