Searched refs:controller_handle (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_uclass.c | 59 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 D | efi_selftest_controllers.c | 76 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 D | efi_boottime.c | 73 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/linux/drivers/tty/serdev/ |
H A D | core.c | 571 acpi_handle controller_handle; member 617 &lookup->controller_handle); in acpi_serdev_parse_resource() 636 lookup->controller_handle = NULL; in acpi_serdev_do_lookup() 671 if (!lookup.controller_handle && x86_apple_machine && in acpi_serdev_check_resources() 673 acpi_get_parent(adev->handle, &lookup.controller_handle); in acpi_serdev_check_resources() 676 if (ACPI_HANDLE(ctrl->dev.parent) != lookup.controller_handle) in acpi_serdev_check_resources()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 138 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 D | efi.h | 246 efi_handle_t controller_handle; member
|