Lines Matching refs: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
86 operations include add operation and remove operation. If it is a add operation,
93 NumberOfChildren. If it is a remove operation, when NumberOfChildren contains
100 @param[in] Operation The operation the PCI bus driver is requested
107 when the Operation is a add operation. If
111 operation, it is an output parameter. For
112 a remove operation, it's an input parameter.
119 For an add operation, it is an output
121 child handles. For a remove operation, it
130 add operation, the new handles are returned in
132 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
135 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is
138 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is add.
146 IN EFI_PCI_HOTPLUG_OPERATION Operation,