Lines Matching refs:Configuration
228 @param[out] Configuration Pointer to the pointer to the PCI bus resource descriptor.
240 OUT VOID **Configuration
247 specified by the input parameter Configuration.
252 @param[in] Configuration The pointer to the PCI bus resource descriptor
255 @retval EFI_INVALID_PARAMETER Configuration is NULL.
256 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI 2.0 resource descriptor.
257 @retval EFI_INVALID_PARAMETER Configuration does not include a valid ACPI 2.0 bus resource descriptor.
258 @retval EFI_INVALID_PARAMETER Configuration includes valid ACPI 2.0 resource descriptors other than
260 @retval EFI_INVALID_PARAMETER Configuration contains one or more invalid ACPI resource descriptors.
272 IN VOID *Configuration
279 PCI root bridge. The input parameter Configuration is used to specify the following:
285 @param[in] Configuration The pointer to the PCI I/O and PCI memory resource descriptor.
289 @retval EFI_INVALID_PARAMETER Configuration is NULL.
290 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI 2.0 resource descriptor.
291 @retval EFI_INVALID_PARAMETER Configuration includes requests for one or more resource types that are
305 IN VOID *Configuration
313 EfiPciHostBridgeAllocateResources. The output parameter Configuration
320 @param[out] Configuration The pointer to the pointer to the PCI I/O and memory resource descriptor.
333 OUT VOID **Configuration