Home
last modified time | relevance | path

Searched refs:curr_urb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dmax3421-hcd.c152 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()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c1615 int curr_urb; member
1660 queue->curr_urb = 0; in _ohci_create_int_queue()
1668 if (queue->curr_urb == queue->queuesize) in _ohci_poll_int_queue()
1674 if (queue->urb[queue->curr_urb]->finished) { in _ohci_poll_int_queue()
1675 void *ret = queue->urb[queue->curr_urb]->transfer_buffer; in _ohci_poll_int_queue()
1676 queue->curr_urb++; in _ohci_poll_int_queue()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dhso.c1138 struct urb *curr_urb; in put_rxbuf_data_and_resubmit_bulk_urb() local
1141 curr_urb = serial->rx_urb[serial->curr_rx_urb_idx]; in put_rxbuf_data_and_resubmit_bulk_urb()
1142 count = put_rxbuf_data(curr_urb, serial); in put_rxbuf_data_and_resubmit_bulk_urb()
1149 hso_resubmit_rx_bulk_urb(serial, curr_urb); in put_rxbuf_data_and_resubmit_bulk_urb()