Searched refs:Valid (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsxfname.c117 * Valid cases are:
322 UINT16 Valid = 0; local
373 * not be present for this device. The Info->Valid bitfield is used
383 Valid |= ACPI_VALID_HID;
392 Valid |= ACPI_VALID_UID;
403 Valid |= ACPI_VALID_CID;
412 Valid |= ACPI_VALID_CLS;
437 * not be present for this device. The Info->Valid bitfield is used
451 Valid |= ACPI_VALID_STA;
460 Valid |
[all...]
/fuchsia/zircon/system/dev/bus/acpi/
H A Dinit.c36 if ((info->Valid & ACPI_VALID_HID) && info->HardwareId.Length <= HID_LENGTH + 1) {
41 if ((info->Valid & ACPI_VALID_CID) && info->CompatibleIdList.Count > 0) {
H A Dpciroot.cpp83 if ((info->Valid & ACPI_VALID_HID) && info->HardwareId.Length <= HID_LENGTH + 1) {
91 if ((info->Valid & ACPI_VALID_CID) && info->CompatibleIdList.Count > 0) {
H A Dbus-acpi.c342 if ((info->Valid & ACPI_VALID_HID) &&
376 if ((info->Valid & ACPI_VALID_CID) &&
388 if (info->Valid & ACPI_VALID_HID) {
393 if (info->Valid & ACPI_VALID_ADR) {
398 if (info->Valid & ACPI_VALID_CID) {
470 } else if (!(info->Valid & ACPI_VALID_ADR)) {
488 if ((info->Valid & ACPI_VALID_CID) &&
H A Ddev-pwrbtn.cpp133 if (info->Valid & ACPI_VALID_HID) {
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbnames.c1006 if (Info->Valid & ACPI_VALID_ADR)
1016 if (Info->Valid & ACPI_VALID_HID)
1025 if (Info->Valid & ACPI_VALID_UID)
1034 if (Info->Valid & ACPI_VALID_CID)
H A Ddbdisply.c703 if (Info->Valid & ACPI_VALID_HID)
708 if (Info->Valid & ACPI_VALID_UID)
713 if (Info->Valid & ACPI_VALID_CID)
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dasltypes.h269 BOOLEAN Valid; member in struct:asl_event_info
H A Daslcompile.c611 if (Event->Valid)
H A Daslutils.c237 AslGbl_Events[AslGbl_NextEvent].Valid = TRUE;
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacbuffer.h89 UINT8 Valid; member in struct:acpi_grt_info
H A Dactypes.h1262 UINT16 Valid; /* Indicates which optional fields are valid */ member in struct:acpi_device_info
1279 /* Flags for Valid field above (AcpiGetObjectInfo) */

Completed in 72 milliseconds