Lines Matching refs:curr_urb
154 struct urb *curr_urb; member
607 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()
668 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local
709 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()
756 curr_urb = urb; in max3421_select_and_start_urb()
760 if (!curr_urb) { in max3421_select_and_start_urb()
765 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()
837 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()
842 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()
852 struct urb *urb = max3421_hcd->curr_urb; in max3421_recv_data_available()
885 struct urb *urb = max3421_hcd->curr_urb; in max3421_handle_error()
1046 struct urb *urb = max3421_hcd->curr_urb; in max3421_host_transfer_done()
1381 urb = max3421_hcd->curr_urb; in max3421_urb_done()
1383 max3421_hcd->curr_urb = NULL; in max3421_urb_done()
1440 else if (!max3421_hcd->curr_urb) in max3421_spi_thread()