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);
1447 usb_unlink_urb(vub300->command_res_urb);
1565 usb_unlink_urb(vub300->command_res_urb);
1605 usb_kill_urb(vub300->command_res_urb);
1616 usb_kill_urb(vub300->command_res_urb);
1627 } else if (vub300->command_res_urb->status) {
1628 vub300->usb_transport_fail = vub300->command_res_urb->status;
1629 cmd->error = -EPROTO == vub300->command_res_urb->status ?
1630 -ESHUTDOWN : vub300->command_res_urb->status;
2094 struct urb *command_res_urb;
2113 command_res_urb = usb_alloc_urb(0, GFP_KERNEL);
2114 if (!command_res_urb) {
2185 vub300->command_res_urb = command_res_urb;
2352 usb_free_urb(command_res_urb);