i_thresh          507 drivers/usb/host/ehci-hcd.c 		ehci->i_thresh = 0;
i_thresh          509 drivers/usb/host/ehci-hcd.c 		ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
i_thresh         1564 drivers/usb/host/ehci-sched.c 	if (ehci->i_thresh)
i_thresh         1565 drivers/usb/host/ehci-sched.c 		next = now + ehci->i_thresh;	/* uframe cache */
i_thresh          156 drivers/usb/host/ehci.h 	unsigned		i_thresh;	/* uframes HC might cache */
i_thresh         4198 drivers/usb/host/fotg210-hcd.c 			next = now + fotg210->i_thresh;
i_thresh         4958 drivers/usb/host/fotg210-hcd.c 	fotg210->i_thresh = 2;
i_thresh          119 drivers/usb/host/fotg210.h 	unsigned		i_thresh;	/* uframes HC might cache */
i_thresh          431 drivers/usb/host/oxu210hp-hcd.c 	unsigned int		i_thresh;	/* uframes HC might cache */
i_thresh         3029 drivers/usb/host/oxu210hp-hcd.c 		oxu->i_thresh = 8;
i_thresh         3031 drivers/usb/host/oxu210hp-hcd.c 		oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
i_thresh          456 drivers/usb/isp1760/isp1760-hcd.c 		priv->i_thresh = 8;
i_thresh          458 drivers/usb/isp1760/isp1760-hcd.c 		priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
i_thresh           66 drivers/usb/isp1760/isp1760-hcd.h 	unsigned		i_thresh;