Lines Matching refs:command_res_urb
339 struct urb *command_res_urb;
375 usb_free_urb(vub300->command_res_urb);
376 vub300->command_res_urb = NULL;
464 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe,
467 vub300->command_res_urb->actual_length = 0;
468 ret = usb_submit_urb(vub300->command_res_urb, GFP_ATOMIC);
587 if (vub300->command_res_urb->actual_length == 0)
668 usb_kill_urb(vub300->command_res_urb);
796 } else if (vub300->command_res_urb->actual_length == 0) {
829 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe,
832 vub300->command_res_urb->actual_length = 0;
833 ret = usb_submit_urb(vub300->command_res_urb, GFP_ATOMIC);
1188 usb_unlink_urb(vub300->command_res_urb);
1445 usb_unlink_urb(vub300->command_res_urb);
1563 usb_unlink_urb(vub300->command_res_urb);
1603 usb_kill_urb(vub300->command_res_urb);
1614 usb_kill_urb(vub300->command_res_urb);
1625 } else if (vub300->command_res_urb->status) {
1626 vub300->usb_transport_fail = vub300->command_res_urb->status;
1627 cmd->error = -EPROTO == vub300->command_res_urb->status ?
1628 -ESHUTDOWN : vub300->command_res_urb->status;
2092 struct urb *command_res_urb;
2111 command_res_urb = usb_alloc_urb(0, GFP_KERNEL);
2112 if (!command_res_urb) {
2183 vub300->command_res_urb = command_res_urb;
2350 usb_free_urb(command_res_urb);