Searched refs:USB_RET_NODEV (Results 1 – 9 of 9) sorted by relevance
213 [LIBUSB_TRANSFER_NO_DEVICE] = USB_RET_NODEV,506 r->p->status = USB_RET_NODEV; in usb_host_req_abort()1474 p->status = USB_RET_NODEV; in usb_host_handle_control()1526 p->status = USB_RET_NODEV; in usb_host_handle_control()1555 p->status = USB_RET_NODEV; in usb_host_handle_data()1620 p->status = USB_RET_NODEV; in usb_host_handle_data()
80 case USB_RET_NODEV: in usbmon_status()
668 case USB_RET_NODEV: in uhci_handle_td_error()832 return uhci_handle_td_error(s, td, td_addr, USB_RET_NODEV, in uhci_handle_td()
1286 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()
794 case USB_RET_NODEV: in ohci_service_iso_td()1060 case USB_RET_NODEV: in ohci_service_td()
423 p->status = USB_RET_NODEV; in usb_handle_packet()
346 case USB_RET_NODEV: in usbback_xlat_status()
1651 case USB_RET_NODEV: in xhci_try_complete_packet()
46 #define USB_RET_NODEV (-1) macro