trust_timeout     403 drivers/staging/wusbcore/devconnect.c 		unsigned tt = msecs_to_jiffies(wusbhc->trust_timeout);
trust_timeout     445 drivers/staging/wusbcore/devconnect.c 			   msecs_to_jiffies(wusbhc->trust_timeout / 2));
trust_timeout    1030 drivers/staging/wusbcore/devconnect.c 			   msecs_to_jiffies(wusbhc->trust_timeout / 2));
trust_timeout      49 drivers/staging/wusbcore/wusbhc.c 	return scnprintf(buf, PAGE_SIZE, "%u\n", wusbhc->trust_timeout);
trust_timeout      58 drivers/staging/wusbcore/wusbhc.c 	unsigned trust_timeout;
trust_timeout      60 drivers/staging/wusbcore/wusbhc.c 	result = sscanf(buf, "%u", &trust_timeout);
trust_timeout      65 drivers/staging/wusbcore/wusbhc.c 	wusbhc->trust_timeout = min_t(unsigned, trust_timeout, 500);
trust_timeout      69 drivers/staging/wusbcore/wusbhc.c 			   msecs_to_jiffies(wusbhc->trust_timeout / 2));
trust_timeout     252 drivers/staging/wusbcore/wusbhc.c 	wusbhc->trust_timeout = WUSB_TRUST_TIMEOUT_MS;
trust_timeout     239 drivers/staging/wusbcore/wusbhc.h 	unsigned trust_timeout;			/* in jiffies */