Searched refs:AcpiGetDevices (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsxfeval.c | 859 AcpiGetDevices ( in AcpiGetDevices() function 869 ACPI_FUNCTION_TRACE (AcpiGetDevices); in AcpiGetDevices() 907 ACPI_EXPORT_SYMBOL (AcpiGetDevices) in ACPI_EXPORT_SYMBOL() argument
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 479 (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 D | osl.c | 1930 status = AcpiGetDevices("ACPI0007", in acpica_build_processor_map()
|
H A D | changes.txt | 5632 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
|
/titanic_41/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 1706 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_CBAT, acpi_drv_find_cb, in acpi_drv_acpi_init() 1713 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_AC, acpi_drv_find_cb, in acpi_drv_acpi_init() 1720 if (ACPI_SUCCESS(AcpiGetDevices(ACPI_DEVNAME_LID, acpi_drv_find_cb, in acpi_drv_acpi_init()
|
H A D | acpi_video.c | 771 if (ACPI_FAILURE(AcpiGetDevices(NULL, acpi_video_find_and_alloc, in hotkey_acpi_video_check()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acpixf.h | 601 AcpiGetDevices (
|
/titanic_41/usr/src/uts/common/io/ |
H A D | power.c | 969 (void) AcpiGetDevices("PNP0C0C", acpi_device, (void *)&obj, NULL); in probe_acpi_pwrbutton()
|
/titanic_41/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 269 (void) AcpiGetDevices(NULL, pci_process_acpi_device, NULL, &rv); in pci_scan_bbn()
|