Home
last modified time | relevance | path

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

/drivers/usb/isp1760/
Disp1760-hcd.h66 unsigned i_thresh; member
Disp1760-hcd.c454 priv->i_thresh = 8; in priv_init()
456 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in priv_init()
/drivers/usb/host/
Dfotg210.h119 unsigned i_thresh; /* uframes HC might cache */ member
Dehci-hcd.c508 ehci->i_thresh = 0; in ehci_init()
510 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
Dehci.h156 unsigned i_thresh; /* uframes HC might cache */ member
Dehci-sched.c1544 if (ehci->i_thresh) in iso_stream_schedule()
1545 next = now + ehci->i_thresh; /* uframe cache */ in iso_stream_schedule()
Doxu210hp-hcd.c432 unsigned int i_thresh; /* uframes HC might cache */ member
3031 oxu->i_thresh = 8; in oxu_hcd_init()
3033 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()
Dfotg210-hcd.c4191 next = now + fotg210->i_thresh; in iso_stream_schedule()
4950 fotg210->i_thresh = 2; in hcd_fotg210_init()