Home | History | Annotate | Download | only in PciBusDxe

Lines Matching refs:Registered

197   @param PciIoDevice    A PCI_IO_DEVICE pointer to the PCI IO device to be registered.

200 @retval EFI_SUCCESS The PCI device is successfully registered.
407 // Indicate the pci device is registered
409 PciIoDevice->Registered = TRUE;
440 if (Temp->Registered) {
466 @retval EFI_SUCCESS The PCI device is successfully de-registered.
496 // If it is already de-registered
498 if (!PciIoDevice->Registered) {
602 PciIoDevice->Registered = FALSE;
671 // Check if the current node has been registered before
674 if (!PciIoDevice->Registered) {
683 if (NumberOfChildren != NULL && ChildHandleBuffer != NULL && PciIoDevice->Registered) {
737 if (!PciIoDevice->Registered && PciIoDevice->Allocated) {
746 if (NumberOfChildren != NULL && ChildHandleBuffer != NULL && PciIoDevice->Registered) {