Lines Matching refs:cnt
710 u16 cnt = 0; in fhci_queue_urb() local
779 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt, in fhci_queue_urb()
782 cnt ? USB_TD_TOGGLE_CARRY : in fhci_queue_urb()
787 cnt++; in fhci_queue_urb()
790 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt, in fhci_queue_urb()
792 cnt ? USB_TD_TOGGLE_CARRY : toggle, in fhci_queue_urb()
794 cnt++; in fhci_queue_urb()
797 cnt < urb_priv->num_of_tds) { in fhci_queue_urb()
798 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt, in fhci_queue_urb()
802 cnt++; in fhci_queue_urb()
807 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt++, in fhci_queue_urb()
817 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt++, FHCI_TA_SETUP, in fhci_queue_urb()
822 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt++, in fhci_queue_urb()
831 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt++, in fhci_queue_urb()
836 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt++, in fhci_queue_urb()
843 for (cnt = 0; cnt < urb->number_of_packets; cnt++) { in fhci_queue_urb()
851 frame += cnt * urb->interval; in fhci_queue_urb()
853 td = fhci_td_fill(fhci, urb, urb_priv, ed, cnt, in fhci_queue_urb()
857 data + urb->iso_frame_desc[cnt].offset, in fhci_queue_urb()
858 urb->iso_frame_desc[cnt].length, in fhci_queue_urb()