Searched refs:unload (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/usb/eth/
H A Dr8152.h637 void (*unload)(struct r8152 *); member in struct:r8152::rtl_ops
H A Dr8152.c1352 ops->unload = rtl8152_unload;
1364 ops->unload = rtl8153_unload;
/u-boot/lib/efi_loader/
H A Defi_boottime.c3334 * efi_unload_image() - unload an EFI image
3368 /* Call the unload function */
3369 if (!loaded_image_protocol->unload) {
3373 ret = EFI_CALL(loaded_image_protocol->unload(image_handle));
3444 * TODO: We should call the unload procedure of the loaded
/u-boot/include/
H A Defi_api.h556 efi_status_t (EFIAPI *unload)(efi_handle_t image_handle); member in struct:efi_loaded_image

Completed in 64 milliseconds