Home
last modified time | relevance | path

Searched refs:USB_ST_NORESPONSE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h19 /* DevNotResp */ USB_ST_NORESPONSE,
24 /* reservd */ USB_ST_NORESPONSE,
25 /* reservd */ USB_ST_NORESPONSE,
28 /* Not Access */ USB_ST_NORESPONSE,
29 /* Not Access */ USB_ST_NORESPONSE
/linux-2.4.37.9/Documentation/usb/
Derror-codes.txt102 USB_ST_NORESPONSE
/linux-2.4.37.9/include/linux/
Dusb.h184 #define USB_ST_NORESPONSE (-ETIMEDOUT) /* device not responding/handshaking */ macro
/linux-2.4.37.9/drivers/usb/
DCDCEther.c103 case USB_ST_NORESPONSE: in read_bulk_callback()