Searched refs:USB_RET_ASYNC (Results 1 – 13 of 13) sorted by relevance
160 if (p->status == USB_RET_ASYNC) { in do_token_setup()197 if (p->status == USB_RET_ASYNC) { in do_token_in()300 if (p->status == USB_RET_ASYNC) { in do_parameter()414 p->status = USB_RET_ASYNC; in usb_queue_one()439 if (p->status == USB_RET_ASYNC) { in usb_handle_packet()471 assert(p->status != USB_RET_ASYNC && p->status != USB_RET_NAK); in usb_packet_complete_one()506 if (p->status == USB_RET_ASYNC) { in usb_packet_complete()
483 p->status = USB_RET_ASYNC; in usb_msd_handle_data()504 p->status = USB_RET_ASYNC; in usb_msd_handle_data()516 p->status = USB_RET_ASYNC; in usb_msd_handle_data()544 p->status = USB_RET_ASYNC; in usb_msd_handle_data()
856 p->status = USB_RET_ASYNC; in usb_uas_handle_data()864 p->status = USB_RET_ASYNC; in usb_uas_handle_data()887 p->status = USB_RET_ASYNC; in usb_uas_handle_data()902 p->status = USB_RET_ASYNC; in usb_uas_handle_data()
178 assert(first->status == USB_RET_ASYNC); in usb_ep_combine_input_packets()
763 p->status = USB_RET_ASYNC; in usbredir_handle_buffered_bulk_in_data()791 p->status = USB_RET_ASYNC; in usbredir_handle_bulk_data()828 p->status = USB_RET_ASYNC; in usbredir_handle_bulk_data()1049 p->status = USB_RET_ASYNC; in usbredir_set_config()1058 p->status = USB_RET_ASYNC; in usbredir_get_config()1079 p->status = USB_RET_ASYNC; in usbredir_set_interface()1092 p->status = USB_RET_ASYNC; in usbredir_get_interface()1102 p->status = USB_RET_ASYNC; in usbredir_handle_control()1147 p->status = USB_RET_ASYNC; in usbredir_handle_control()
301 p->packet.status != USB_RET_ASYNC) { in dwc2_handle_packet()305 if (p->packet.status == USB_RET_ASYNC) { in dwc2_handle_packet()
749 if (pkt->status == USB_RET_ASYNC) { in ohci_service_iso_td()1002 if (ohci->usb_packet.status == USB_RET_ASYNC) { in ohci_service_td()
1535 p->status = USB_RET_ASYNC; in usb_host_handle_control()1629 p->status = USB_RET_ASYNC; in usb_host_handle_data()
575 if (usbback_req->packet.status != USB_RET_ASYNC) { in usbback_dispatch()
1918 assert(p->packet.status == USB_RET_ASYNC); in ehci_fill_queue()1956 if (p->packet.status == USB_RET_ASYNC) { in ehci_state_execute()
869 if (async->packet.status == USB_RET_ASYNC) { in uhci_handle_td()
1622 if (xfer->packet.status == USB_RET_ASYNC) { in xhci_try_complete_packet()2172 assert(p.status != USB_RET_ASYNC); in xhci_address_slot()
51 #define USB_RET_ASYNC (-6) macro