Lines Matching refs:ps
108 if (unlikely(!usb_gettoggle(qh->ps.udev, epnum, is_out))) { in qh_update()
110 usb_settoggle(qh->ps.udev, epnum, is_out, 1); in qh_update()
802 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make()
805 qh->ps.phase = NO_FRAME; in qh_make()
808 qh->ps.c_usecs = 0; in qh_make()
820 qh->ps.period = urb->interval >> 3; in qh_make()
827 qh->ps.bw_uperiod = min_t(unsigned, tmp, urb->interval); in qh_make()
828 qh->ps.bw_period = qh->ps.bw_uperiod >> 3; in qh_make()
838 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
839 qh->ps.usecs = HS_USECS(1); in qh_make()
841 qh->ps.usecs += HS_USECS(1); in qh_make()
842 qh->ps.c_usecs = HS_USECS(0); in qh_make()
846 qh->ps.tt_usecs = NS_TO_US(think_time + in qh_make()
851 qh->ps.period = urb->interval; in qh_make()
859 qh->ps.bw_period = min_t(unsigned, tmp, urb->interval); in qh_make()
860 qh->ps.bw_uperiod = qh->ps.bw_period << 3; in qh_make()
865 qh->ps.udev = urb->dev; in qh_make()
866 qh->ps.ep = urb->ep; in qh_make()