Lines Matching full:pci

2   Provides services to notify the PCI bus driver that some events have happened
4 PCI bus driver to create or destroy handles for PCI-like devices.
6 A hot-plug capable PCI bus driver should produce the EFI PCI Hot Plug Request
7 protocol. When a PCI device or a PCI-like device (for example, 32-bit PC Card)
8 is installed after PCI bus does the enumeration, the PCI bus driver can be
11 protocol to notify PCI bus driver to allocate resource and create handles for
14 The EFI_PCI_HOTPLUG_REQUEST_PROTOCOL is installed by the PCI bus driver on a
15 separate handle when PCI bus driver starts up. There is only one instance in
18 for example, PC Card Bus driver, to notify PCI bus driver that an event has
19 happened in the hot-plug controller, and the PCI bus driver is requested to
20 create (add) or destroy (remove) handles for the specified PCI-like devices.
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
26 represents the capability of the PCI bus driver. If this protocol exists in
27 system, it means PCI bus driver is hot-plug capable, thus together with the
57 /// Enumeration of PCI hot plug operations
61 /// The PCI bus driver is requested to create handles for the specified devices.
68 /// The PCI bus driver is requested to destroy handles for the specified devices.
74 This function is used to notify PCI bus driver that some events happened in a
75 hot-plug controller, and the PCI bus driver is requested to start or stop
76 specified PCI-like devices.
78 This function allows the PCI bus driver to be notified to act as requested when
81 the PCI bus driver will enumerate, allocate resources for devices behind the
89 destroyed; otherwise, PCI bus driver is notified to stop managing the controller
94 @param[in] Operation The operation the PCI bus driver is requested
97 @param[in] RemainingDevicePath The remaining device path for the PCI-like
109 destroyed. Otherwise, PCI bus driver is
148 /// Provides services to notify PCI bus driver that some events have happened in
149 /// a hot-plug controller (for example, PC Card socket, or PHPC), and ask PCI bus
150 /// driver to create or destroy handles for the PCI-like devices.
154 /// Notify the PCI bus driver that some events have happened in a hot-plug
155 /// controller (for example, PC Card socket, or PHPC), and ask PCI bus driver
156 /// to create or destroy handles for the PCI-like devices. See Section 0 for