Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c21 extern bool usb_started; /* flag for the started/stopped USB status */
202 usb_started = 0; in usb_stop()
289 usb_started = true; in usb_init()
335 return usb_started ? 0 : -1; in usb_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dusb.c639 extern char usb_started;
645 if (usb_started)
669 if (!usb_started) {
/OK3568_Linux_fs/u-boot/common/
H A Dusb.c44 char usb_started; /* flag for the started/stopped USB status */ variable
117 usb_started = 1; in usb_init()
125 return usb_started ? 0 : -ENODEV; in usb_init()
135 if (usb_started) { in usb_stop()
137 usb_started = 0; in usb_stop()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map