Lines Matching refs:curr_urb
146 struct urb *curr_urb; member
572 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()
633 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local
674 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()
721 curr_urb = urb; in max3421_select_and_start_urb()
725 if (!curr_urb) { in max3421_select_and_start_urb()
730 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()
801 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()
806 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()
816 struct urb *urb = max3421_hcd->curr_urb; in max3421_recv_data_available()
849 struct urb *urb = max3421_hcd->curr_urb; in max3421_handle_error()
1007 struct urb *urb = max3421_hcd->curr_urb; in max3421_host_transfer_done()
1341 urb = max3421_hcd->curr_urb; in max3421_urb_done()
1353 max3421_hcd->curr_urb = NULL; in max3421_urb_done()
1410 else if (!max3421_hcd->curr_urb) in max3421_spi_thread()