Lines Matching refs:purb
413 struct urb **purb = subs->urb + i;
414 if (*purb) {
415 usb_kill_urb(*purb);
418 *purb = usb_alloc_urb(nr_of_packs(), GFP_KERNEL);
419 if (NULL == *purb) {
423 if (!is_playback && !(*purb)->transfer_buffer) {
425 (*purb)->transfer_buffer =
428 if (NULL == (*purb)->transfer_buffer) {
433 (*purb)->dev = dev;
434 (*purb)->pipe = pipe;
435 (*purb)->number_of_packets = nr_of_packs();
436 (*purb)->context = subs;
437 (*purb)->interval = 1;
438 (*purb)->complete = i_usx2y_subs_startup;