Home | History | Annotate | Download | only in PciBusNoEnumerationDxe

Lines Matching refs:Handle

194   Controller   - An efi handle.

211 if (Temp->Handle == Controller) {
232 OUT EFI_HANDLE *Handle OPTIONAL
238 This function registers the PCI IO device. It creates a handle for this PCI IO device
239 (if the handle does not exist), attaches appropriate protocols onto the handle, does
244 Controller - An EFI handle for the PCI bus controller.
246 Handle - A pointer to hold the EFI handle for the PCI IO device.
265 &PciIoDevice->Handle,
276 &PciIoDevice->Handle,
293 PciIoDevice->Handle,
301 if (Handle != NULL) {
302 *Handle = PciIoDevice->Handle;
332 IN EFI_HANDLE Handle
340 device handle.
344 Controller - An efi handle.
345 Handle - An efi handle.
361 Handle,
388 Status = DeRegisterPciDevice (Controller, Node->Handle);
408 // Close the child handle
414 Handle
422 Handle,
433 Handle,
448 Handle,
460 PciIoDevice->Handle = NULL;
464 // Handle may be closed before
542 Controller - An efi handle.
546 ChildHandleBuffer - A pointer to the child handle buffer.
676 Controller - An efi handle.
711 if (RootBridge->Handle == Controller) {
735 RootBridgeHandle - An efi handle.
760 Dev->Handle = RootBridgeHandle;
777 RootBridgeHandle - An efi handle.
793 if (RootBridgeDev->Handle == RootBridgeHandle) {
818 RootBridgeHandle - An efi handle.