Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_debug.c102 TUNABLE_INT("hw.usb.timings.resume_wait", (int *)&usb_resume_wait);
104 &usb_resume_wait, sizeof(usb_resume_wait),
234 unsigned int usb_resume_wait = USB_RESUME_WAIT; variable
292 } else if (p == &usb_resume_wait) { in usb_timings_sysctl_handler()
H A Dusb_debug.h70 extern unsigned int usb_resume_wait;
81 #define usb_resume_wait USB_RESUME_WAIT macro