Searched refs:waitFlag (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvTransport.c | 214 void usb_Stor_wait_for_completion(struct completion *x, S32 waitFlag) in usb_Stor_wait_for_completion() argument 240 …err= MsOS_WaitEvent(waitFlag, USB_STOR_BLK_COMPLETE, &RtnPattern, E_OR_CLEAR, MSOS_WAIT_FOREVER); in usb_Stor_wait_for_completion() 251 void usb_Stor_wait_for_completion(struct completion *x, S32 waitFlag, struct us_data *us, U32 u32Wa… in usb_Stor_wait_for_completion() argument 256 err= MsOS_WaitEvent(waitFlag, USB_STOR_BLK_COMPLETE, &RtnPattern, E_OR_CLEAR, u32WaitMs); in usb_Stor_wait_for_completion()
|