Lines Matching defs:frame
193 /* check if there's enough space in this frame to submit this TD */
196 fhci_vdbg(usb->fhci, "not enough space in this frame: "
202 /* check if there's enough time in this frame to submit this TD */
207 fhci_dbg(usb->fhci, "not enough time in this frame\n");
211 /* update frame object fields before transmitting */
214 fhci_dbg(usb->fhci, "there is no empty frame\n");
230 /* update actual frame time object with the actual transmission */
241 /* remove TD from actual frame */
735 /* for ISO transfer calculate start frame index */
837 u16 frame = urb->start_frame;
840 * FIXME scheduling should handle frame counter
844 frame += cnt * urb->interval;
845 frame &= 0x07ff;
852 urb->interval, frame, true);