Lines Matching full:protocol
119 => setenv efi_selftest simple network protocol
122 Selected test: 'simple network protocol'
123 Setting up 'simple network protocol'
124 Setting up 'simple network protocol' succeeded
125 Executing 'simple network protocol'
129 Executing 'simple network protocol' succeeded
130 Tearing down 'simple network protocol'
131 Tearing down 'simple network protocol' succeeded
180 Handles are deleted when the last protocol has been removed with the
187 Drivers offer the EFI_DRIVER_BINDING_PROTOCOL. This protocol is used to connect
190 Loaded images offer the EFI_LOADED_IMAGE_PROTOCOL. This protocol provides meta
216 A driver is specific for a single protocol installed on a device. To install a
221 protocol has has three functions:
224 * start - installs the driver by opening the relevant protocol with
230 controllers will open the supported protocol with the attribute
248 created and the device path protocol and the relevant IO protocol should be
255 a protocol and call the ConnectController service. Now the matching UEFI driver
284 const efi_guid_t *protocol;
290 uclass checks if the protocol GUID matches the protocol GUID of the UEFI driver.
339 * support version 0x00020000 of the EFI file protocol