Lines Matching refs:streamurbs
550 urb = cxdev->streamurbs[cxdev->nexturb];
553 urb = cxdev->streamurbs[urbn];
637 if (cxdev->streamurbs[i] == u)
657 if (cxdev->streamurbs[i]) {
658 kfree(cxdev->streamurbs[i]->transfer_buffer);
659 usb_free_urb(cxdev->streamurbs[i]);
660 cxdev->streamurbs[i] = NULL;
837 cxdev->streamurbs[i] = surb;
869 if (cxdev->streamurbs[i]) {
870 ret = usb_submit_urb(cxdev->streamurbs[i],
923 if (cxdev->streamurbs[i])
924 usb_kill_urb(cxdev->streamurbs[i]);