Searched refs:stSplice (Results 1 – 1 of 1) sorted by relevance
1183 struct ms_completion_splice stSplice; in ms_hcd_unlink_urb() local1226 init_completion (&stSplice.done); in ms_hcd_unlink_urb()1227 stSplice.stComplete = pUrb->complete_func; in ms_hcd_unlink_urb()1228 stSplice.pContext = pUrb->pContext; in ms_hcd_unlink_urb()1230 pUrb->pContext = &stSplice; in ms_hcd_unlink_urb()1248 pUrb->complete_func = stSplice.stComplete; in ms_hcd_unlink_urb()1249 pUrb->pContext = stSplice.pContext; in ms_hcd_unlink_urb()1284 while ( stSplice.done.done == 0 ) in ms_hcd_unlink_urb()1304 pUrb->complete_func = stSplice.stComplete; in ms_hcd_unlink_urb()1305 pUrb->pContext = stSplice.pContext; in ms_hcd_unlink_urb()