Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_driver/
Defi_uclass.c57 efi_handle_t controller_handle, in efi_uc_supported() argument
65 EFI_ENTRY("%p, %p, %ls", this, controller_handle, in efi_uc_supported()
69 controller_handle, bp->ops->protocol, in efi_uc_supported()
71 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER)); in efi_uc_supported()
83 ret = check_node_type(controller_handle); in efi_uc_supported()
86 controller_handle, bp->ops->protocol, in efi_uc_supported()
88 controller_handle)); in efi_uc_supported()
105 efi_handle_t controller_handle, in efi_uc_start() argument
113 EFI_ENTRY("%p, %pUl, %ls", this, controller_handle, in efi_uc_start()
118 controller_handle, bp->ops->protocol, in efi_uc_start()
[all …]
/external/u-boot/lib/efi_selftest/
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()
145 controller_handle, &guid_controller, in start()
164 static efi_status_t disconnect_child(efi_handle_t controller_handle, in disconnect_child() argument
[all …]
/external/u-boot/lib/efi_loader/
Defi_boottime.c83 efi_handle_t controller_handle,
1937 efi_handle_t controller_handle) in efi_close_protocol() argument
1945 controller_handle); in efi_close_protocol()
1958 item->info.controller_handle == controller_handle) { in efi_close_protocol()
2446 void *controller_handle, uint32_t attributes) in efi_protocol_open() argument
2487 item->info.controller_handle, in efi_protocol_open()
2505 item->info.controller_handle == controller_handle) in efi_protocol_open()
2516 match->controller_handle = controller_handle; in efi_protocol_open()
2546 void *controller_handle, uint32_t attributes) in efi_open_protocol() argument
2552 protocol_interface, agent_handle, controller_handle, in efi_open_protocol()
[all …]
/external/u-boot/include/
Defi_api.h125 efi_status_t(EFIAPI *connect_controller)(efi_handle_t controller_handle,
130 efi_handle_t controller_handle,
142 efi_handle_t controller_handle, u32 attributes);
146 efi_handle_t controller_handle);
939 efi_handle_t controller_handle,
943 efi_handle_t controller_handle,
947 efi_handle_t controller_handle,
Defi.h234 efi_handle_t controller_handle; member