Lines Matching full:driver

4   This protocol is produced by every driver that follows the UEFI Driver Model,
16 /// The global ID for the ControllerHandle Driver Protocol.
26 Tests to see if this driver supports a given controller. If a child device is provided,
27 it further tests to see if this driver supports creating a handle for the specified child device.
29 This function checks to see if the driver specified by This supports the device specified by
32 ControllerHandle to determine if the driver supports ControllerHandle. This function
36 device specified by ControllerHandle may already be managed by the same driver or a
37 different driver. This function must match its calls to AllocatePages() with FreePages(),
39 Because ControllerHandle may have been previously started by the same driver, if a protocol is
46 an I/O abstraction to the driver.
50 the bus driver must determine if the bus controller specified
53 bus driver.
56 RemainingDevicePath is supported by the driver specified by This.
58 RemainingDevicePath is already being managed by the driver
62 driver or an application that requires exclusive access.
65 … RemainingDevicePath is not supported by the driver specified by This.
85 3. Prior to calling Start(), the Supported() function for the driver specified by This must
91 an I/O abstraction to the driver.
94 … drivers. For a bus driver, if this parameter is NULL, then handles
95 for all the children of Controller are created by this driver.
99 RemainingDevicePath is created by this driver.
102 driver.
107 @retval Others The driver failded to start the device.
126 same driver's Start() function.
128 EFI_HANDLE. In addition, all of these handles must have been created in this driver's
134 support a bus specific I/O protocol for the driver
154 /// This protocol provides the services required to determine if a driver supports a given controll…
163 /// The version number of the UEFI driver that produced the
166 /// the order that driver's Supported() service will be used when
167 /// a controller needs to be started. EFI Driver Binding Protocol
177 /// The image handle of the UEFI driver that produced this instance