Home
last modified time | relevance | path

Searched refs:controller_handle (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c59 efi_handle_t controller_handle, in efi_uc_supported() argument
67 EFI_ENTRY("%p, %p, %ls", this, controller_handle, in efi_uc_supported()
71 controller_handle, bp->ops->protocol, in efi_uc_supported()
73 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER)); in efi_uc_supported()
85 ret = check_node_type(controller_handle); in efi_uc_supported()
88 controller_handle, bp->ops->protocol, in efi_uc_supported()
90 controller_handle)); in efi_uc_supported()
107 efi_handle_t controller_handle, in efi_uc_start() argument
115 EFI_ENTRY("%p, %pUl, %ls", this, controller_handle, in efi_uc_start()
120 controller_handle, bp->ops->protocol, in efi_uc_start()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c76 efi_handle_t controller_handle, in supported() argument
83 controller_handle, &guid_controller, in supported()
85 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER); in supported()
96 controller_handle, &guid_controller, in supported()
97 handle_driver, controller_handle); in supported()
113 efi_handle_t controller_handle, in start() argument
122 controller_handle, &guid_controller, in start()
124 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER); in start()
147 controller_handle, &guid_controller, in start()
166 static efi_status_t disconnect_child(efi_handle_t controller_handle, in disconnect_child() argument
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c73 efi_handle_t controller_handle,
2065 efi_handle_t controller_handle) in efi_close_protocol() argument
2073 controller_handle); in efi_close_protocol()
2086 item->info.controller_handle == controller_handle) { in efi_close_protocol()
2587 void *controller_handle, uint32_t attributes) in efi_protocol_open() argument
2628 item->info.controller_handle, in efi_protocol_open()
2646 item->info.controller_handle == controller_handle) in efi_protocol_open()
2657 match->controller_handle = controller_handle; in efi_protocol_open()
2688 efi_handle_t controller_handle, uint32_t attributes) in efi_open_protocol() argument
2694 protocol_interface, agent_handle, controller_handle, in efi_open_protocol()
[all …]
/openbmc/u-boot/include/
H A Defi_api.h138 efi_status_t(EFIAPI *connect_controller)(efi_handle_t controller_handle,
143 efi_handle_t controller_handle,
155 efi_handle_t controller_handle, u32 attributes);
159 efi_handle_t controller_handle);
1411 efi_handle_t controller_handle,
1415 efi_handle_t controller_handle,
1419 efi_handle_t controller_handle,
H A Defi.h246 efi_handle_t controller_handle; member