Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/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()
/freebsd/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()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c204 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &devinfo))) in acpi_dev_present_cb()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_acpi.c69 status = AcpiGetObjectInfo(handle, &device_info); in find_dimm()
/freebsd/sys/dev/pci/controller/
H A Dpci_n1sdp.c171 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in n1sdp_pcie_acpi_probe()
/freebsd/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()
/freebsd/sys/dev/atopcase/
H A Datopcase_acpi.c259 if (ACPI_FAILURE(AcpiGetObjectInfo(sc->sc_handle, &device_info))) in atopcase_acpi_attach()
/freebsd/sys/dev/acpica/
H A Dacpi.c921 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &adinfo))) { in acpi_pnpinfo()
976 if (!ACPI_FAILURE(AcpiGetObjectInfo(dinfo->ad_handle, &adinfo)) && in acpi_get_device_path()
1744 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_isa_get_logicalid()
1770 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_isa_get_compatid()
2446 if (ACPI_SUCCESS(AcpiGetObjectInfo(handle, &devinfo))) { in acpi_probe_child()
2622 ACPI_FAILURE(AcpiGetObjectInfo(h, &devinfo))) in acpi_has_hid()
2650 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.c623 if (ACPI_SUCCESS(AcpiGetObjectInfo(ad->ad_handle, &devinfo))) { in acpi_res_ignore()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h827 AcpiGetObjectInfo (
/freebsd/sys/dev/iicbus/
H A Diichid.c1044 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &device_info)))
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2101 AcpiGetObjectInfo - removed support for the _STA method. This was causing
3773 Removed support for the _SUB predefined name in AcpiGetObjectInfo. This
4156 Implemented support for the _CLS object in the AcpiGetObjectInfo external
6349 AcpiGetObjectInfo: Enhanced the device object support to include the ACPI
6356 names for their various drivers. Affects the AcpiGetObjectInfo external
9436 Completed a major update for the AcpiGetObjectInfo external interface.
10490 Enhanced the AcpiGetObjectInfo interface to return the number of required
10496 Added a check for an invalid handle in AcpiGetObjectInfo. Return
12761 Fixed a possible structure overwrite in the AcpiGetObjectInfo external
14333 Reduced excessive stack use within the AcpiGetObjectInfo procedure.
[all …]