Searched refs:fastboot_usb_interface_start (Results 1 – 3 of 3) sorted by relevance
32 pub fn fastboot_usb_interface_start(&self) -> EfiResult<usize> { in fastboot_usb_interface_start() method41 self.interface()?.fastboot_usb_interface_start, in fastboot_usb_interface_start()
28 EfiStatus (*fastboot_usb_interface_start)(struct EfiAndroidBootProtocol* self, member
200 Ok(UsbTransport::new(protocol.fastboot_usb_interface_start()?, protocol)) in init_usb()