Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dmessage.c66 if (!killable && (timeout <= 0 || timeout > USB_MAX_SYNCHRONOUS_TIMEOUT)) in usb_start_wait_urb()
67 timeout = USB_MAX_SYNCHRONOUS_TIMEOUT; in usb_start_wait_urb()
/linux/include/linux/
H A Dusb.h1866 #define USB_MAX_SYNCHRONOUS_TIMEOUT 60000 /* ms */ macro