Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhost-libusb.c213 [LIBUSB_TRANSFER_NO_DEVICE] = USB_RET_NODEV,
506 r->p->status = USB_RET_NODEV; in usb_host_req_abort()
1475 p->status = USB_RET_NODEV; in usb_host_handle_control()
1527 p->status = USB_RET_NODEV; in usb_host_handle_control()
1556 p->status = USB_RET_NODEV; in usb_host_handle_data()
1621 p->status = USB_RET_NODEV; in usb_host_handle_data()
H A Dpcap.c80 case USB_RET_NODEV: in usbmon_status()
H A Dhcd-uhci.c659 case USB_RET_NODEV: in uhci_handle_td_error()
816 return uhci_handle_td_error(s, td, td_addr, USB_RET_NODEV, in uhci_handle_td()
H A Dhcd-ehci.c1286 case USB_RET_NODEV: in ehci_execute_complete()
1453 ehci->ipacket.status = USB_RET_NODEV; in ehci_process_itd()
1483 case USB_RET_NODEV: in ehci_process_itd()
H A Dhcd-ohci.c794 case USB_RET_NODEV: in ohci_service_iso_td()
1060 case USB_RET_NODEV: in ohci_service_td()
H A Dcore.c423 p->status = USB_RET_NODEV; in usb_handle_packet()
H A Dxen-usb.c346 case USB_RET_NODEV: in usbback_xlat_status()
H A Dhcd-xhci.c1659 case USB_RET_NODEV: in xhci_try_complete_packet()
/qemu/include/hw/
H A Dusb.h46 #define USB_RET_NODEV (-1) macro