Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c4027 bool frame_unit; in xhci_get_isoc_start_frame() local
4033 frame_unit = (urb->dev->speed == USB_SPEED_FULL || in xhci_get_isoc_start_frame()
4037 if (frame_unit) in xhci_get_isoc_start_frame()
4071 urb->start_frame = frame_unit ? start_uframe / 8 : start_uframe; in xhci_get_isoc_start_frame()