Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dusb-uclass.c18 extern bool usb_started; /* flag for the started/stopped USB status */
198 usb_started = 0; in usb_stop()
287 usb_started = true; in usb_init()
335 return usb_started ? 0 : -1; in usb_init()
/external/u-boot/common/
Dusb.c43 char usb_started; /* flag for the started/stopped USB status */ variable
116 usb_started = 1; in usb_init()
124 return usb_started ? 0 : -ENODEV; in usb_init()
134 if (usb_started) { in usb_stop()
136 usb_started = 0; in usb_stop()
/external/u-boot/cmd/
Dusb.c638 extern char usb_started;
644 if (usb_started)
668 if (!usb_started) {