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

/u-boot/drivers/usb/host/
H A Dusb-uclass.c22 static bool asynch_allowed; variable
41 int old_value = asynch_allowed;
43 asynch_allowed = !disable;
300 asynch_allowed = 1;
/u-boot/common/
H A Dusb.c46 static int asynch_allowed; variable
65 asynch_allowed = 1;
135 asynch_allowed = 1;
187 int old_value = asynch_allowed;
189 asynch_allowed = !disable;
217 * asynch_allowed (usb_disable_asynch(1)).
229 if ((timeout == 0) && (!asynch_allowed)) {

Completed in 92 milliseconds