Searched refs:command_res_urb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | vub300.c | 339 struct urb *command_res_urb; member 375 usb_free_urb(vub300->command_res_urb); in vub300_delete() 376 vub300->command_res_urb = NULL; in vub300_delete() 464 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe, in irqpoll_out_completed() 467 vub300->command_res_urb->actual_length = 0; in irqpoll_out_completed() 468 ret = usb_submit_urb(vub300->command_res_urb, GFP_ATOMIC); in irqpoll_out_completed() 587 if (vub300->command_res_urb->actual_length == 0) in __vub300_irqpoll_response() 668 usb_kill_urb(vub300->command_res_urb); in __do_poll() 796 } else if (vub300->command_res_urb->actual_length == 0) { in command_res_completed() 829 usb_fill_bulk_urb(vub300->command_res_urb, vub30 in command_out_completed() 2094 struct urb *command_res_urb; vub300_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | vub300.c | 339 struct urb *command_res_urb; member 375 usb_free_urb(vub300->command_res_urb); in vub300_delete() 376 vub300->command_res_urb = NULL; in vub300_delete() 464 usb_fill_bulk_urb(vub300->command_res_urb, vub300->udev, pipe, in irqpoll_out_completed() 467 vub300->command_res_urb->actual_length = 0; in irqpoll_out_completed() 468 ret = usb_submit_urb(vub300->command_res_urb, GFP_ATOMIC); in irqpoll_out_completed() 587 if (vub300->command_res_urb->actual_length == 0) in __vub300_irqpoll_response() 668 usb_kill_urb(vub300->command_res_urb); in __do_poll() 796 } else if (vub300->command_res_urb->actual_length == 0) { in command_res_completed() 829 usb_fill_bulk_urb(vub300->command_res_urb, vub30 in command_out_completed() 2092 struct urb *command_res_urb; vub300_probe() local [all...] |
Completed in 5 milliseconds