Lines Matching full:present
131 * This means running _INI on all present devices.
189 /* Walk namespace to execute all _INIs on present devices */ in acpi_ns_initialize_devices()
411 * present under Device, Processor, and Thermal objects. in acpi_ns_find_ini_methods()
419 /* Mark parent and bubble up the INI present flag to the root */ in acpi_ns_find_ini_methods()
444 * present, and if so, calls _INI.
482 * Run _STA to determine if this device is present and functioning. We in acpi_ns_init_one_device()
485 * 1) We can only run _INI if the device is present. in acpi_ns_init_one_device()
487 * not present and is not functional (we will not examine the children) in acpi_ns_init_one_device()
489 * The _STA method is not required to be present under the device, we in acpi_ns_init_one_device()
490 * assume the device is present if _STA does not exist. in acpi_ns_init_one_device()
505 * the device is both present and functional. in acpi_ns_init_one_device()
511 * other words, the device is present, ..., and functioning)" in acpi_ns_init_one_device()
518 * Examine the PRESENT and FUNCTIONING status bits in acpi_ns_init_one_device()
520 * Note: ACPI spec does not seem to specify behavior for the present but in acpi_ns_init_one_device()
521 * not functioning case, so we assume functioning if present. in acpi_ns_init_one_device()
525 /* Device is not present, we must examine the Functioning bit */ in acpi_ns_init_one_device()
529 * Device is not present but is "functioning". In this case, in acpi_ns_init_one_device()
536 * "_STA may return bit 0 clear (not present) with bit 3 set in acpi_ns_init_one_device()
539 * a bridge device.) Children of this device may be present and in acpi_ns_init_one_device()
546 * Device is not present and is not functioning. We must abort the in acpi_ns_init_one_device()
552 * "If the _STA method indicates that the device is not present, in acpi_ns_init_one_device()
561 * The device is present or is assumed present if no _STA exists. in acpi_ns_init_one_device()
609 * The _INI method has been run if present; call the Global Initialization in acpi_ns_init_one_device()