Searched defs:trust_timeout (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/wusbcore/
H A Dwusbhc.c55 * value of trust_timeout is jiffies.
62 return scnprintf(buf, PAGE_SIZE, "%u\n", wusbhc->trust_timeout);
71 unsigned trust_timeout; local
73 result = sscanf(buf, "%u", &trust_timeout);
79 wusbhc->trust_timeout = trust_timeout;
83 (trust_timeout * CONFIG_HZ)/1000/2);
209 wusbhc->trust_timeout = WUSB_TRUST_TIMEOUT_MS;
H A Dwusbhc.h173 * @trust_timeout After this time without hearing for device
252 unsigned trust_timeout; /* in jiffies */ member in struct:wusbhc

Completed in 272 milliseconds