Home
last modified time | relevance | path

Searched defs:fastboot_usb_interface_start (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dgbl_efi_fastboot_usb.h28 EfiStatus (*fastboot_usb_interface_start)(struct GblEfiFastbootUsbProtocol* self, member
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot_usb.rs40 pub fn fastboot_usb_interface_start(&self) -> Result<usize> { in fastboot_usb_interface_start() method