Home
last modified time | relevance | path

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

/external/u-boot/common/
Dusb.c42 static int asynch_allowed; variable
65 asynch_allowed = 1; in usb_init()
135 asynch_allowed = 1; in usb_stop()
181 int old_value = asynch_allowed; in usb_disable_asynch()
183 asynch_allowed = !disable; in usb_disable_asynch()
220 if ((timeout == 0) && (!asynch_allowed)) { in usb_control_msg()
/external/u-boot/drivers/usb/host/
Dusb-uclass.c19 static bool asynch_allowed; variable
27 int old_value = asynch_allowed; in usb_disable_asynch()
29 asynch_allowed = !disable; in usb_disable_asynch()
248 asynch_allowed = 1; in usb_init()