Lines Matching refs:curr_urb
150 struct urb *curr_urb; member
603 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()
664 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local
705 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()
752 curr_urb = urb; in max3421_select_and_start_urb()
756 if (!curr_urb) { in max3421_select_and_start_urb()
761 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()
836 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()
841 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()
851 struct urb *urb = max3421_hcd->curr_urb; in max3421_recv_data_available()
884 struct urb *urb = max3421_hcd->curr_urb; in max3421_handle_error()
1045 struct urb *urb = max3421_hcd->curr_urb; in max3421_host_transfer_done()
1383 urb = max3421_hcd->curr_urb; in max3421_urb_done()
1385 max3421_hcd->curr_urb = NULL; in max3421_urb_done()
1442 else if (!max3421_hcd->curr_urb) in max3421_spi_thread()