Lines Matching full:iso

962 /* receive completion routine for all ISO tx fifos   */
989 * ISO transfer only partially completed, in rx_iso_complete()
998 /* clear status, so go on with ISO transfers */ in rx_iso_complete()
1015 "ISO packet %i, status: %i\n", in rx_iso_complete()
1019 /* USB data log for every D ISO in */ in rx_iso_complete()
1036 * to use them later in TX ISO URB in rx_iso_complete()
1072 "ISO URB: %d\n", in rx_iso_complete()
1156 /* transmit completion routine for all ISO tx fifos */
1203 * ISO transfer only partially completed, in tx_iso_complete()
1212 /* clear status, so go on with ISO transfers */ in tx_iso_complete()
1235 /* analyze tx success of previous ISO packets */ in tx_iso_complete()
1240 "ISO packet %i, status: %i\n", in tx_iso_complete()
1245 /* Generate next ISO Packets */ in tx_iso_complete()
1279 /* copy tx data to iso-urb buffer */ in tx_iso_complete()
1292 /* USB data log for every D ISO out */ in tx_iso_complete()
1351 "%s: %s: error submitting ISO URB: %d \n", in tx_iso_complete()
1356 * abuse DChannel tx iso completion to trigger NT mode state in tx_iso_complete()
1391 /* allocate Memory for Iso out Urbs */ in start_isoc_chain()
1393 if (!(fifo->iso[i].urb)) { in start_isoc_chain()
1394 fifo->iso[i].urb = in start_isoc_chain()
1396 if (!(fifo->iso[i].urb)) { in start_isoc_chain()
1402 fifo->iso[i].owner_fifo = (struct usb_fifo *) fifo; in start_isoc_chain()
1403 fifo->iso[i].indx = i; in start_isoc_chain()
1405 /* Init the first iso */ in start_isoc_chain()
1409 fill_isoc_urb(fifo->iso[i].urb, in start_isoc_chain()
1411 fifo->iso[i].buffer, in start_isoc_chain()
1415 &fifo->iso[i]); in start_isoc_chain()
1416 memset(fifo->iso[i].buffer, 0, in start_isoc_chain()
1417 sizeof(fifo->iso[i].buffer)); in start_isoc_chain()
1420 fifo->iso[i].urb-> in start_isoc_chain()
1423 fifo->iso[i].urb-> in start_isoc_chain()
1429 "%s: %s: ISO Buffer size to small!\n", in start_isoc_chain()
1435 errcode = usb_submit_urb(fifo->iso[i].urb, GFP_KERNEL); in start_isoc_chain()
1565 /* set USB_SIZE_I to match the wMaxPacketSize for ISO transfers */ in reset_hfcsusb()
1617 /* start rx endpoints using USB ISO IN method */ in hfcsusb_start_endpoint()
1647 /* start tx endpoints using USB ISO OUT method */ in hfcsusb_start_endpoint()
1685 /* rx endpoints using USB ISO IN method */ in hfcsusb_stop_endpoint()
1689 /* tx endpoints using USB ISO OUT method */ in hfcsusb_stop_endpoint()