Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()