Home
last modified time | relevance | path

Searched refs:command_res_urb (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dvub300.c339 struct urb *command_res_urb; member
376 usb_free_urb(vub300->command_res_urb); in vub300_delete()
377 vub300->command_res_urb = NULL; in vub300_delete()
465 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe, in irqpoll_out_completed()
468 vub300->command_res_urb->actual_length = 0; in irqpoll_out_completed()
469 ret = usb_submit_urb(vub300->command_res_urb, GFP_ATOMIC); in irqpoll_out_completed()
588 if (vub300->command_res_urb->actual_length == 0) in __vub300_irqpoll_response()
669 usb_kill_urb(vub300->command_res_urb); in __do_poll()
797 } else if (vub300->command_res_urb->actual_length == 0) { in command_res_completed()
830 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe, in command_out_completed()
[all …]