Home
last modified time | relevance | path

Searched refs:usb_port_root_reset_delay (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_debug.h67 extern unsigned usb_port_root_reset_delay;
79 #define usb_port_root_reset_delay USB_PORT_ROOT_RESET_DELAY macro
H A Dusb_debug.c89 &usb_port_root_reset_delay, sizeof(usb_port_root_reset_delay),
242 unsigned usb_port_root_reset_delay = USB_PORT_ROOT_RESET_DELAY; variable
/freebsd/sys/dev/usb/controller/
H A Dohci.c2308 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ohci_roothub_exec()
H A Duhci.c2339 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in uhci_portreset()
H A Dehci.c3329 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ehci_roothub_exec()