• Home
  • Raw
  • Download

Lines Matching refs:controller_handle

57 		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()
120 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER)); in efi_uc_start()
131 ret = check_node_type(controller_handle); in efi_uc_start()
134 controller_handle, bp->ops->protocol, in efi_uc_start()
136 controller_handle)); in efi_uc_start()
143 bp->ops->bind(controller_handle, interface); in efi_uc_start()
156 static efi_status_t disconnect_child(efi_handle_t controller_handle, in disconnect_child() argument
164 controller_handle, guid_controller, in disconnect_child()
190 efi_handle_t controller_handle, in efi_uc_stop() argument
199 EFI_ENTRY("%p, %pUl, %zu, %p", this, controller_handle, in efi_uc_stop()
207 ret = disconnect_child(controller_handle, in efi_uc_stop()
217 controller_handle, guid_controller, in efi_uc_stop()
225 controller_handle, in efi_uc_stop()
238 controller_handle, guid_controller, in efi_uc_stop()
239 this->driver_binding_handle, controller_handle)); in efi_uc_stop()