Home
last modified time | relevance | path

Searched refs:fastboot_usb_interface_stop (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dandroid_boot.rs50 pub fn fastboot_usb_interface_stop(&self) -> EfiResult<()> { in fastboot_usb_interface_stop() method
55 unsafe { efi_call!(self.interface()?.fastboot_usb_interface_stop, self.interface,) } in fastboot_usb_interface_stop()
/bootable/libbootloader/gbl/libefi/defs/protocols/
Dandroid_boot_protocol.h30 EfiStatus (*fastboot_usb_interface_stop)(struct EfiAndroidBootProtocol* self); member
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs196 match protocol.fastboot_usb_interface_stop() { in init_usb()