Home
last modified time | relevance | path

Searched refs:AcpiGetObjectInfo (Results 1 – 19 of 19) sorted by relevance

/src/sys/contrib/dev/acpica/components/namespace/
H A Dnsdumpdv.c201 Status = AcpiGetObjectInfo (ObjHandle, &Buffer); in AcpiNsDumpOneDevice()
H A Dnsxfname.c395 AcpiGetObjectInfo ( in AcpiGetObjectInfo() function
650 ACPI_EXPORT_SYMBOL (AcpiGetObjectInfo) in ACPI_EXPORT_SYMBOL() argument
/src/sys/dev/usb/
H A Dusb_hub_acpi.c108 ret = AcpiGetObjectInfo(ah, &devinfo); in acpi_uhub_find_rh_cb()
371 ret = AcpiGetObjectInfo(ah, &devinfo); in acpi_usb_hub_port_probe_cb()
/src/sys/dev/pci/
H A Dpci_host_generic_den0115.c66 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in pci_host_acpi_smccc_probe()
H A Dpci_host_generic_acpi.c121 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in generic_pcie_acpi_probe()
/src/sys/dev/nvdimm/
H A Dnvdimm_acpi.c69 status = AcpiGetObjectInfo(handle, &device_info); in find_dimm()
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c235 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &devinfo))) in acpi_dev_present_cb()
/src/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c581 Status = AcpiGetObjectInfo (Node, &ObjInfo); in AcpiDbEvaluateObject()
H A Ddbnames.c1230 Status = AcpiGetObjectInfo (ObjHandle, &Info); in AcpiDbBusWalk()
H A Ddbdisply.c815 Status = AcpiGetObjectInfo (Handle, &Info); in AcpiDbDisplayObjectType()
H A Ddbtest.c1243 Status = AcpiGetObjectInfo (ObjHandle, &ObjInfo); in AcpiDbEvaluateOnePredefinedName()
/src/sys/dev/pci/controller/
H A Dpci_n1sdp.c171 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in n1sdp_pcie_acpi_probe()
/src/sys/dev/atopcase/
H A Datopcase_acpi.c259 if (ACPI_FAILURE(AcpiGetObjectInfo(sc->sc_handle, &device_info))) in atopcase_acpi_attach()
/src/sys/dev/acpica/
H A Dacpi.c1041 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &adinfo))) { in acpi_pnpinfo()
1096 if (!ACPI_FAILURE(AcpiGetObjectInfo(dinfo->ad_handle, &adinfo)) && in acpi_get_device_path()
1868 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_isa_get_logicalid()
1894 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_isa_get_compatid()
2571 if (ACPI_SUCCESS(AcpiGetObjectInfo(handle, &devinfo))) { in acpi_probe_child()
2773 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_has_hid()
2801 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_MatchHid()
H A Dacpi_pcib_acpi.c159 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_pcib_acpi_probe()
H A Dacpi_resource.c638 if (ACPI_SUCCESS(AcpiGetObjectInfo(ad->ad_handle, &devinfo))) { in acpi_res_ignore()
/src/sys/contrib/dev/acpica/include/
H A Dacpixf.h833 AcpiGetObjectInfo (
/src/sys/dev/iicbus/
H A Diichid.c1031 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &device_info))) in iichid_fill_device_info()
/src/sys/contrib/dev/acpica/
H A Dchanges.txt2209 AcpiGetObjectInfo - removed support for the _STA method. This was causing
3881 Removed support for the _SUB predefined name in AcpiGetObjectInfo. This
4264 Implemented support for the _CLS object in the AcpiGetObjectInfo external
6457 AcpiGetObjectInfo: Enhanced the device object support to include the ACPI
6464 names for their various drivers. Affects the AcpiGetObjectInfo external
9544 Completed a major update for the AcpiGetObjectInfo external interface.
10598 Enhanced the AcpiGetObjectInfo interface to return the number of required
10604 Added a check for an invalid handle in AcpiGetObjectInfo. Return
12869 Fixed a possible structure overwrite in the AcpiGetObjectInfo external
14441 Reduced excessive stack use within the AcpiGetObjectInfo procedure.
[all …]