Lines Matching full:protocol
7 * This unit test checks the following protocol services:
36 * @protocol protocol for which the child controllers were installed
41 efi_guid_t *protocol, in count_child_controllers() argument
49 ret = boottime->open_protocol_information(handle, protocol, in count_child_controllers()
69 * @this driver binding protocol
106 * @this driver binding protocol
175 efi_st_error("Cannot close protocol\n"); in disconnect_child()
181 efi_st_error("Cannot uninstall protocol interface\n"); in disconnect_child()
190 * @this driver binding protocol
246 efi_st_error("Cannot close protocol\n"); in stop()
252 /* Driver binding protocol interface */
306 * Reinstall the driver protocol on the controller.
307 * Uninstall the driver protocol from the controller.
369 /* Try to uninstall controller protocol using the wrong interface */ in execute()
375 "Interface not checked when uninstalling protocol\n"); in execute()
378 /* Reinstall controller protocol */ in execute()
394 /* Uninstall controller protocol */ in execute()