<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='801' type='ACPI_STATUS AcpiInstallAddressSpaceHandler(ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void * Context)'/>
<use f='src/src/sys/dev/acpi/acpi_ec.c' l='356' u='c' c='acpiec_common_attach'/>
<use f='src/src/sys/dev/acpi/wmi/wmi_acpi.c' l='321' u='c' c='acpi_wmi_init_ec'/>
<use f='src/src/sys/external/bsd/acpica/dist/events/evrgnini.c' l='250' u='c' c='AcpiEvPciConfigRegionSetup'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxfregn.c' l='78' ll='132' type='ACPI_STATUS AcpiInstallAddressSpaceHandler(ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void * Context)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxfregn.c' l='56'>/*******************************************************************************
 *
 * FUNCTION:    AcpiInstallAddressSpaceHandler
 *
 * PARAMETERS:  Device          - Handle for the device
 *              SpaceId         - The address space ID
 *              Handler         - Address of the handler
 *              Setup           - Address of the setup function
 *              Context         - Value passed to the handler on each access
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Install a handler for all OpRegions of a given SpaceId.
 *
 * NOTE: This function should only be called after AcpiEnableSubsystem has
 * been called. This is because any _REG methods associated with the Space ID
 * are executed here, and these methods can only be safely executed after
 * the default handlers have been installed and the hardware has been
 * initialized (via AcpiEnableSubsystem.)
 *
 ******************************************************************************/</doc>
