Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb.c43 static int asynch_allowed; variable
66 asynch_allowed = 1; in usb_init()
136 asynch_allowed = 1; in usb_stop()
182 int old_value = asynch_allowed; in usb_disable_asynch()
184 asynch_allowed = !disable; in usb_disable_asynch()
224 if ((timeout == 0) && (!asynch_allowed)) { in usb_control_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c22 static bool asynch_allowed; variable
30 int old_value = asynch_allowed; in usb_disable_asynch()
32 asynch_allowed = !disable; in usb_disable_asynch()
251 asynch_allowed = 1; in usb_init()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map