Home | History | Annotate | Download | only in fastboot

Lines Matching defs:usb

53 static usb_handle *usb = 0;
186 static usb_handle *usb = 0;
189 if(usb) return usb;
192 usb = usb_open(match_fastboot);
193 if(usb) return usb;
203 // We don't actually open a USB device here,
232 " -i <vendor id> specify a custom USB vendor id\n"
702 usb = open_device();
704 fb_execute_queue(usb);