Home
last modified time | relevance | path

Searched refs:AcpiGetDevices (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c479 (void) AcpiGetDevices("PNP0C09", &ec_find, (void *)&dev_hdl, NULL); in ec_probe_ns()
704 (void) AcpiGetDevices("ACPI0001", &ec_find, (void *)&obj, NULL); in smbus_attach()
710 (void) AcpiGetDevices("ACPI0005", &ec_find, (void *)&obj, NULL); in smbus_attach()
H A Dosl.c1998 status = AcpiGetDevices("ACPI0007", in acpica_build_processor_map()
H A Dchanges.txt5632 Implemented a change to the AcpiGetDevices interface to eliminate
6075 Fixed a regression introduced in 20090625 for the AcpiGetDevices
7561 Fixed a problem with the AcpiGetDevices interface where the mechanism to
7711 Fixed a problem with AcpiGetDevices where the search of a branch of the
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsxfeval.c994 AcpiGetDevices ( in AcpiGetDevices() function
1004 ACPI_FUNCTION_TRACE (AcpiGetDevices); in AcpiGetDevices()
1042 ACPI_EXPORT_SYMBOL (AcpiGetDevices) in ACPI_EXPORT_SYMBOL() argument
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c1767 (void) AcpiGetDevices(ACPI_DEVNAME_CBAT, acpi_drv_find_cb, &type, in acpi_drv_cbat_rescan()
1790 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_CBAT, acpi_drv_find_cb, in acpi_drv_acpi_init()
1797 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_AC, acpi_drv_find_cb, in acpi_drv_acpi_init()
1804 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_LID, acpi_drv_find_cb, in acpi_drv_acpi_init()
H A Dacpi_video.c774 if (ACPI_FAILURE(AcpiGetDevices(NULL, acpi_video_find_and_alloc, in hotkey_acpi_video_check()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h751 AcpiGetDevices (
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c768 (void) AcpiGetDevices(NULL, pci_process_acpi_device, &cb, &rv); in pci_prd_root_complex_iter()
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c969 (void) AcpiGetDevices("PNP0C0C", acpi_device, (void *)&obj, NULL); in probe_acpi_pwrbutton()