Lines Matching full:iso

961 /* receive completion routine for all ISO tx fifos   */
988 * ISO transfer only partially completed, in rx_iso_complete()
997 /* clear status, so go on with ISO transfers */ in rx_iso_complete()
1014 "ISO packet %i, status: %i\n", in rx_iso_complete()
1018 /* USB data log for every D ISO in */ in rx_iso_complete()
1035 * to use them later in TX ISO URB in rx_iso_complete()
1071 "ISO URB: %d\n", in rx_iso_complete()
1155 /* transmit completion routine for all ISO tx fifos */
1202 * ISO transfer only partially completed, in tx_iso_complete()
1211 /* clear status, so go on with ISO transfers */ in tx_iso_complete()
1234 /* analyze tx success of previous ISO packets */ in tx_iso_complete()
1239 "ISO packet %i, status: %i\n", in tx_iso_complete()
1244 /* Generate next ISO Packets */ in tx_iso_complete()
1278 /* copy tx data to iso-urb buffer */ in tx_iso_complete()
1291 /* USB data log for every D ISO out */ in tx_iso_complete()
1350 "%s: %s: error submitting ISO URB: %d \n", in tx_iso_complete()
1355 * abuse DChannel tx iso completion to trigger NT mode state in tx_iso_complete()
1390 /* allocate Memory for Iso out Urbs */ in start_isoc_chain()
1392 if (!(fifo->iso[i].urb)) { in start_isoc_chain()
1393 fifo->iso[i].urb = in start_isoc_chain()
1395 if (!(fifo->iso[i].urb)) { in start_isoc_chain()
1401 fifo->iso[i].owner_fifo = (struct usb_fifo *) fifo; in start_isoc_chain()
1402 fifo->iso[i].indx = i; in start_isoc_chain()
1404 /* Init the first iso */ in start_isoc_chain()
1408 fill_isoc_urb(fifo->iso[i].urb, in start_isoc_chain()
1410 fifo->iso[i].buffer, in start_isoc_chain()
1414 &fifo->iso[i]); in start_isoc_chain()
1415 memset(fifo->iso[i].buffer, 0, in start_isoc_chain()
1416 sizeof(fifo->iso[i].buffer)); in start_isoc_chain()
1419 fifo->iso[i].urb-> in start_isoc_chain()
1422 fifo->iso[i].urb-> in start_isoc_chain()
1428 "%s: %s: ISO Buffer size to small!\n", in start_isoc_chain()
1434 errcode = usb_submit_urb(fifo->iso[i].urb, GFP_KERNEL); in start_isoc_chain()
1564 /* set USB_SIZE_I to match the wMaxPacketSize for ISO transfers */ in reset_hfcsusb()
1616 /* start rx endpoints using USB ISO IN method */ in hfcsusb_start_endpoint()
1646 /* start tx endpoints using USB ISO OUT method */ in hfcsusb_start_endpoint()
1684 /* rx endpoints using USB ISO IN method */ in hfcsusb_stop_endpoint()
1688 /* tx endpoints using USB ISO OUT method */ in hfcsusb_stop_endpoint()