Searched refs:SYNC_URBS (Results 1 – 2 of 2) sorted by relevance
9 #define SYNC_URBS 4 /* always four urbs for sync */ macro
1062 usb_free_coherent(ep->chip->dev, SYNC_URBS * 4, in release_urbs()1273 ep->syncbuf = usb_alloc_coherent(chip->dev, SYNC_URBS * 4, in sync_ep_set_params()1278 ep->nurbs = SYNC_URBS; in sync_ep_set_params()1279 for (i = 0; i < SYNC_URBS; i++) { in sync_ep_set_params()