Lines Matching full:bus

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
8 is installed after PCI bus does the enumeration, the PCI bus driver can be
10 into the PC Card socket, the PC Card bus driver can call interface of this
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
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
28 effort of PC Card bus driver, hot-plug of PC Card can be supported. Otherwise,
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
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
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
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