Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hub.c490 if (ret != USB_RET_NODEV) { in usb_hub_broadcast_packet()
495 return USB_RET_NODEV; in usb_hub_broadcast_packet()
Dusb-ohci.c745 ret = USB_RET_NODEV; in ohci_service_iso_td()
758 if (ret != USB_RET_NODEV) in ohci_service_iso_td()
797 case USB_RET_NODEV: in ohci_service_iso_td()
923 ret = USB_RET_NODEV; in ohci_service_td()
948 if (ret != USB_RET_NODEV) in ohci_service_td()
999 case USB_RET_NODEV: in ohci_service_td()
Dusb.h39 #define USB_RET_NODEV (-1) macro
Dusb.c188 return USB_RET_NODEV; in usb_generic_handle_packet()
/external/qemu/
Dusb-linux.c760 return USB_RET_NODEV; in usb_host_handle_packet()