Home
last modified time | relevance | path

Searched refs:usb_resume_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_debug.h73 extern unsigned usb_resume_wait;
85 #define usb_resume_wait USB_RESUME_WAIT macro
H A Dusb_debug.c114 CTLTYPE_UINT | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, &usb_resume_wait,
115 sizeof(usb_resume_wait), usb_timings_sysctl_handler, "IU",
248 unsigned usb_resume_wait = USB_RESUME_WAIT; variable