Home
last modified time | relevance | path

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

/drivers/usb/isp1760/
Disp1760-hcd.h65 unsigned i_thresh; member
Disp1760-hcd.c457 priv->i_thresh = 8; in priv_init()
459 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in priv_init()
/drivers/usb/host/
Doxu210hp.h401 unsigned i_thresh; /* uframes HC might cache */ member
Dfotg210.h118 unsigned i_thresh; /* uframes HC might cache */ member
Dehci-hcd.c512 ehci->i_thresh = 0; in ehci_init()
514 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
Dehci.h166 unsigned i_thresh; /* uframes HC might cache */ member
Dehci-sched.c1579 if (ehci->i_thresh) in iso_stream_schedule()
1580 next = now + ehci->i_thresh; /* uframe cache */ in iso_stream_schedule()
Doxu210hp-hcd.c2616 oxu->i_thresh = 8; in oxu_hcd_init()
2618 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()
Dfotg210-hcd.c4230 next = now + fotg210->i_thresh; in iso_stream_schedule()
4996 fotg210->i_thresh = 2; in hcd_fotg210_init()