Home
last modified time | relevance | path

Searched refs:asynch_allowed (Results 1 – 2 of 2) sorted by relevance

/u-boot/common/
A Dusb.c45 static int asynch_allowed; variable
64 asynch_allowed = 1; in usb_init()
134 asynch_allowed = 1; in usb_stop()
186 int old_value = asynch_allowed; in usb_disable_asynch()
188 asynch_allowed = !disable; in usb_disable_asynch()
228 if ((timeout == 0) && (!asynch_allowed)) { in usb_control_msg()
/u-boot/drivers/usb/host/
A Dusb-uclass.c21 static bool asynch_allowed; variable
40 int old_value = asynch_allowed; in usb_disable_asynch()
42 asynch_allowed = !disable; in usb_disable_asynch()
261 asynch_allowed = 1; in usb_init()

Completed in 11 milliseconds