Lines Matching refs:curr_urb
152 struct urb *curr_urb; member
578 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()
639 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local
680 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()
727 curr_urb = urb; in max3421_select_and_start_urb()
731 if (!curr_urb) { in max3421_select_and_start_urb()
736 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()
807 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()
812 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()
822 struct urb *urb = max3421_hcd->curr_urb; in max3421_recv_data_available()
855 struct urb *urb = max3421_hcd->curr_urb; in max3421_handle_error()
1016 struct urb *urb = max3421_hcd->curr_urb; in max3421_host_transfer_done()
1351 urb = max3421_hcd->curr_urb; in max3421_urb_done()
1363 max3421_hcd->curr_urb = NULL; in max3421_urb_done()
1420 else if (!max3421_hcd->curr_urb) in max3421_spi_thread()