HomeSort by relevance Sort by last modified time
    Searched refs:USB_RET_NAK (Results 1 - 5 of 5) sorted by null

  /external/qemu/hw/
usb.h 40 #define USB_RET_NAK (-2)
usb-hub.c 464 ret = USB_RET_NAK; /* usb11 11.13.1 */
usb-ohci.c 803 case USB_RET_NAK:
1001 case USB_RET_NAK:
    [all...]
usb-hid.c 818 return USB_RET_NAK;
  /external/qemu/
usb-linux.c 280 p->len = USB_RET_NAK;
459 return USB_RET_NAK;
490 return USB_RET_NAK;
504 return USB_RET_NAK;
613 return USB_RET_NAK;
    [all...]

Completed in 56 milliseconds