Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvUsbMain_4.c754 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port4()
1083 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port4()
2090 if (MsOS_Timer_DiffTimeFromNow(usbDevEnumTimer_port4) < USB_HOST_INIT_DELAY) in MDrv_Usb_Device_Enum_EX_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvUsbMain_3.c768 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port3()
1111 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port3()
2118 if (MsOS_Timer_DiffTimeFromNow(usbDevEnumTimer_port3) < USB_HOST_INIT_DELAY) in MDrv_Usb_Device_Enum_EX_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvUsbMain_2.c770 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port2()
1115 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init_Port2()
2117 if (MsOS_Timer_DiffTimeFromNow(usbDevEnumTimer_port2) < USB_HOST_INIT_DELAY) in MDrv_Usb_Device_Enum_EX_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvUsbMain.c1088 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init()
1449 MsOS_DelayTask(USB_HOST_INIT_DELAY); in MDrv_UsbHost_Init()
2640 if (MsOS_Timer_DiffTimeFromNow(usbDevEnumTimer) < USB_HOST_INIT_DELAY) in MDrv_Usb_Device_Enum_EX()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A D_drvUSB.h278 #define USB_HOST_INIT_DELAY 500 macro