Home
last modified time | relevance | path

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

/linux/drivers/usb/isp1760/
H A Disp1760-hcd.h69 unsigned i_thresh; member
H 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/fotg210/
H A Dfotg210-hcd.h119 unsigned i_thresh; /* uframes HC might cache */ member
H A Dfotg210-hcd.c4187 next = now + fotg210->i_thresh; in iso_stream_schedule()
4211 * this is bigger than fotg210->i_thresh allows; scheduling itself in iso_stream_schedule()
4944 fotg210->i_thresh = 2; in hcd_fotg210_init()
/linux/drivers/usb/host/
H A Dehci-hcd.c508 ehci->i_thresh = 0; in ehci_init()
510 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
H A Dehci.h156 unsigned i_thresh; /* uframes HC might cache */ member
H A Dehci-sched.c1555 if (ehci->i_thresh) in iso_stream_schedule()
1556 next = now + ehci->i_thresh; /* uframe cache */ in iso_stream_schedule()