Searched refs:controller_handle (Results 1 - 6 of 6) sorted by last modified time

/u-boot/include/
H A Defi_loader.h684 void *controller_handle, uint32_t attributes);
699 efi_handle_t controller_handle);
H A Defi.h310 efi_handle_t controller_handle; member in struct:efi_open_protocol_info_entry
H A Defi_api.h144 efi_status_t(EFIAPI *connect_controller)(efi_handle_t controller_handle,
149 efi_handle_t controller_handle,
161 efi_handle_t controller_handle, u32 attributes);
165 efi_handle_t controller_handle);
1816 efi_handle_t controller_handle,
1820 efi_handle_t controller_handle,
1824 efi_handle_t controller_handle,
/u-boot/lib/efi_loader/
H A Defi_boottime.c102 efi_handle_t controller_handle,
107 efi_status_t EFIAPI efi_connect_controller(efi_handle_t controller_handle,
2351 * @controller_handle: handle of the controller
2363 efi_handle_t controller_handle)
2371 (controller_handle && !efi_search_obj(controller_handle)))
2380 item->info.controller_handle == controller_handle) {
2394 * @controller_handle: handle of the controller
2406 efi_handle_t controller_handle)
2361 efi_close_protocol(efi_handle_t handle, const efi_guid_t *protocol, efi_handle_t agent_handle, efi_handle_t controller_handle) argument
2404 efi_close_protocol_ext(efi_handle_t handle, const efi_guid_t *protocol, efi_handle_t agent_handle, efi_handle_t controller_handle) argument
3005 efi_protocol_open( struct efi_handler *handler, void **protocol_interface, void *agent_handle, void *controller_handle, uint32_t attributes) argument
3123 efi_open_protocol(efi_handle_t handle, const efi_guid_t *protocol, void **protocol_interface, efi_handle_t agent_handle, efi_handle_t controller_handle, uint32_t attributes) argument
3555 efi_bind_controller( efi_handle_t controller_handle, efi_handle_t driver_image_handle, struct efi_device_path *remain_device_path) argument
3591 efi_connect_single_controller( efi_handle_t controller_handle, efi_handle_t *driver_image_handle, struct efi_device_path *remain_device_path) argument
3673 efi_connect_controller( efi_handle_t controller_handle, efi_handle_t *driver_image_handle, struct efi_device_path *remain_device_path, bool recursive) argument
3852 efi_disconnect_controller( efi_handle_t controller_handle, efi_handle_t driver_image_handle, efi_handle_t child_handle) argument
[all...]
/u-boot/lib/efi_driver/
H A Defi_uclass.c56 * @controller_handle: handle of the controller
62 efi_handle_t controller_handle,
70 EFI_ENTRY("%p, %p, %ls", this, controller_handle,
77 if (controller_handle->dev) {
83 controller_handle, bp->ops->protocol,
85 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER));
97 ret = check_node_type(controller_handle);
99 r = efi_close_protocol(controller_handle, bp->ops->protocol,
101 controller_handle);
112 * @controller_handle
60 efi_uc_supported( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
116 efi_uc_start( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
170 disconnect_child(efi_handle_t controller_handle, efi_handle_t child_handle) argument
201 efi_uc_stop( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, size_t number_of_children, efi_handle_t *child_handle_buffer) argument
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c71 * @controller_handle handle of the controller
77 efi_handle_t controller_handle,
84 controller_handle, &guid_controller,
86 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER);
97 controller_handle, &guid_controller,
98 handle_driver, controller_handle);
108 * @controller_handle handle of the controller
114 efi_handle_t controller_handle,
123 controller_handle, &guid_controller,
125 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVE
75 supported( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
112 start( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
167 disconnect_child(efi_handle_t controller_handle, efi_handle_t child_handle) argument
197 stop( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, size_t number_of_children, efi_handle_t *child_handle_buffer) argument
[all...]

Completed in 138 milliseconds