Lines Matching refs:controller_handle
63 efi_handle_t controller_handle, in efi_uc_supported() argument
71 EFI_ENTRY("%p, %p, %ls", this, controller_handle, in efi_uc_supported()
75 controller_handle, bp->ops->protocol, in efi_uc_supported()
77 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER)); in efi_uc_supported()
89 ret = check_node_type(controller_handle); in efi_uc_supported()
92 controller_handle, bp->ops->protocol, in efi_uc_supported()
94 controller_handle)); in efi_uc_supported()
111 efi_handle_t controller_handle, in efi_uc_start() argument
119 EFI_ENTRY("%p, %p, %ls", this, controller_handle, in efi_uc_start()
124 controller_handle, bp->ops->protocol, in efi_uc_start()
126 controller_handle, EFI_OPEN_PROTOCOL_BY_DRIVER)); in efi_uc_start()
137 ret = check_node_type(controller_handle); in efi_uc_start()
140 controller_handle, bp->ops->protocol, in efi_uc_start()
142 controller_handle)); in efi_uc_start()
149 bp->ops->bind(controller_handle, interface); in efi_uc_start()
163 static efi_status_t disconnect_child(efi_handle_t controller_handle, in disconnect_child() argument
171 controller_handle, guid_controller, in disconnect_child()
197 efi_handle_t controller_handle, in efi_uc_stop() argument
207 EFI_ENTRY("%p, %p, %zu, %p", this, controller_handle, in efi_uc_stop()
215 ret = disconnect_child(controller_handle, in efi_uc_stop()
225 controller_handle, bp->ops->protocol, in efi_uc_stop()
233 controller_handle, in efi_uc_stop()
245 controller_handle, bp->ops->protocol, in efi_uc_stop()
246 this->driver_binding_handle, controller_handle)); in efi_uc_stop()