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
68 asynch_allowed = 1; in usb_init()
138 asynch_allowed = 1; in usb_stop()
190 int old_value = asynch_allowed; in usb_disable_asynch()
192 asynch_allowed = !disable; in usb_disable_asynch()
232 if ((timeout == 0) && (!asynch_allowed)) { in usb_control_msg()
/u-boot/drivers/usb/host/
A Dusb-uclass.c20 static bool asynch_allowed; variable
39 int old_value = asynch_allowed; in usb_disable_asynch()
41 asynch_allowed = !disable; in usb_disable_asynch()
260 asynch_allowed = 1; in usb_init()

Completed in 6 milliseconds