Lines Matching refs:efi_handle_t
28 static efi_handle_t handle_controller;
29 static efi_handle_t handle_child_controller[NUMBER_OF_CHILD_CONTROLLERS];
30 static efi_handle_t handle_driver;
40 static efi_status_t count_child_controllers(efi_handle_t handle, in count_child_controllers()
76 efi_handle_t controller_handle, in supported()
113 efi_handle_t controller_handle, in start()
166 static efi_status_t disconnect_child(efi_handle_t controller_handle, in disconnect_child()
167 efi_handle_t child_handle) in disconnect_child()
198 efi_handle_t controller_handle, in stop()
200 efi_handle_t *child_handle_buffer) in stop()
268 static int setup(const efi_handle_t img_handle, in setup()