Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h401 unsigned i_thresh; /* uframes HC might cache */ member
Dfotg210.h118 unsigned i_thresh; /* uframes HC might cache */ member
Dfusbh200.h118 unsigned i_thresh; /* uframes HC might cache */ member
Dehci-hcd.c510 ehci->i_thresh = 0; in ehci_init()
512 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()
Dfusbh200-hcd.c4341 next = now + fusbh200->i_thresh; in iso_stream_schedule()
5112 fusbh200->i_thresh = 2; in hcd_fusbh200_init()
Dfotg210-hcd.c4407 next = now + fotg210->i_thresh; in iso_stream_schedule()
5188 fotg210->i_thresh = 2; in hcd_fotg210_init()