Searched refs:fastboot_usb_interface_stop (Results 1 – 3 of 3) sorted by relevance
50 pub fn fastboot_usb_interface_stop(&self) -> EfiResult<()> { in fastboot_usb_interface_stop() method55 unsafe { efi_call!(self.interface()?.fastboot_usb_interface_stop, self.interface,) } in fastboot_usb_interface_stop()
30 EfiStatus (*fastboot_usb_interface_stop)(struct EfiAndroidBootProtocol* self); member
196 match protocol.fastboot_usb_interface_stop() { in init_usb()