Lines Matching full:operation
22 be called with an add operation, and the PCI bus driver will enumerate and
24 interface will be called with a remove operation, and the PCI bus driver will
80 operations include add operation and remove operation. If it is a add operation,
87 NumberOfChildren. If it is a remove operation, when NumberOfChildren contains
94 @param[in] Operation The operation the PCI bus driver is requested
101 when the Operation is a add operation. If
105 operation, it is an output parameter. For
106 a remove operation, it's an input parameter.
113 For an add operation, it is an output
115 child handles. For a remove operation, it
124 add operation, the new handles are returned in
126 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
129 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is
132 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is add.
140 IN EFI_PCI_HOTPLUG_OPERATION Operation,