Home
last modified time | relevance | path

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

/linux/drivers/usb/isp1760/
A Disp1760-hcd.h69 unsigned i_thresh; member
A Disp1760-hcd.c701 priv->i_thresh = 2; in priv_init()
711 priv->i_thresh = 8; in priv_init()
713 priv->i_thresh = 2 + isoc_thres; in priv_init()
/linux/drivers/usb/host/
A Dfotg210.h119 unsigned i_thresh; /* uframes HC might cache */ member
A Dehci-hcd.c509 ehci->i_thresh = 0; in ehci_init()
511 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
A Dehci.h156 unsigned i_thresh; /* uframes HC might cache */ member
A Dehci-sched.c1556 if (ehci->i_thresh) in iso_stream_schedule()
1557 next = now + ehci->i_thresh; /* uframe cache */ in iso_stream_schedule()
A Doxu210hp-hcd.c432 unsigned int i_thresh; /* uframes HC might cache */ member
3032 oxu->i_thresh = 8; in oxu_hcd_init()
3034 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()
A Dfotg210-hcd.c4197 next = now + fotg210->i_thresh; in iso_stream_schedule()
4956 fotg210->i_thresh = 2; in hcd_fotg210_init()

Completed in 36 milliseconds