Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c19 extern bool usb_started; /* flag for the started/stopped USB status */
211 usb_started = 0; in usb_stop()
298 usb_started = true; in usb_init()
344 return usb_started ? 0 : -1; in usb_init()
/u-boot/cmd/
A Dusb.c633 extern char usb_started;
639 if (usb_started)
663 if (!usb_started) {
/u-boot/common/
A Dusb.c46 char usb_started; /* flag for the started/stopped USB status */ variable
119 usb_started = 1; in usb_init()
127 return usb_started ? 0 : -ENODEV; in usb_init()
137 if (usb_started) { in usb_stop()
139 usb_started = 0; in usb_stop()

Completed in 14 milliseconds