Searched refs:USB_RET_STALL (Results 1 – 17 of 17) sorted by relevance
890 return USB_RET_STALL; in rndis_init_response()922 return USB_RET_STALL; in rndis_query_response()932 return USB_RET_STALL; in rndis_query_response()964 return USB_RET_STALL; in rndis_set_response()969 return USB_RET_STALL; in rndis_set_response()993 return USB_RET_STALL; in rndis_reset_response()1010 return USB_RET_STALL; in rndis_keepalive_response()1057 return USB_RET_STALL; in rndis_parse()1132 p->status = USB_RET_STALL; in usb_net_handle_control()1143 p->status = USB_RET_STALL; in usb_net_handle_statusin()[all …]
188 p->status = USB_RET_STALL; in u2f_key_handle_control()245 p->status = USB_RET_STALL; in u2f_key_handle_data()262 p->status = USB_RET_STALL; in u2f_key_handle_data()
135 p->status = USB_RET_STALL; in do_token_setup()147 p->status = USB_RET_STALL; in do_token_setup()220 p->status = USB_RET_STALL; in do_token_in()225 p->status = USB_RET_STALL; in do_token_in()258 p->status = USB_RET_STALL; in do_token_out()263 p->status = USB_RET_STALL; in do_token_out()288 p->status = USB_RET_STALL; in do_parameter()399 p->status = USB_RET_STALL; in usb_process_one()
174 p->status = USB_RET_STALL; in canokey_handle_control()245 p->status = USB_RET_STALL; in canokey_handle_data()265 p->status = USB_RET_STALL; in canokey_handle_data()
200 usb_msd_packet_complete(s, USB_RET_STALL); in usb_msd_fatal_error()335 usb_msd_packet_complete(s, USB_RET_STALL); in usb_msd_handle_reset()381 p->status = USB_RET_STALL; in usb_msd_handle_control()408 p->status = USB_RET_STALL; in usb_msd_handle_data()554 p->status = USB_RET_STALL; in usb_msd_handle_data()
691 p->status = USB_RET_STALL; in ccid_handle_control()695 p->status = USB_RET_STALL; in ccid_handle_control()699 p->status = USB_RET_STALL; in ccid_handle_control()704 p->status = USB_RET_STALL; in ccid_handle_control()1070 p->status = USB_RET_STALL; in ccid_handle_bulk_out()1141 p->status = USB_RET_STALL; in ccid_handle_data()1147 p->status = USB_RET_STALL; in ccid_handle_data()
366 p->status = USB_RET_STALL; in usb_wacom_handle_control()395 p->status = USB_RET_STALL; in usb_wacom_handle_data()
212 [LIBUSB_TRANSFER_STALL] = USB_RET_STALL,1361 return USB_RET_STALL; in usb_host_claim_interfaces()1376 return USB_RET_STALL; in usb_host_claim_interfaces()1420 p->status = USB_RET_STALL; in usb_host_set_config()1445 p->status = USB_RET_STALL; in usb_host_set_interface()1452 p->status = USB_RET_STALL; in usb_host_set_interface()1560 p->status = USB_RET_STALL; in usb_host_handle_data()1581 p->status = USB_RET_STALL; in usb_host_handle_data()1612 p->status = USB_RET_STALL; in usb_host_handle_data()
650 p->status = USB_RET_STALL; in usb_hid_handle_control()686 p->status = USB_RET_STALL; in usb_hid_handle_data()
520 p->status = USB_RET_STALL; in usb_hub_handle_control()565 p->status = USB_RET_STALL; in usb_hub_handle_data()
801 case USB_RET_STALL: in ohci_service_iso_td()1067 case USB_RET_STALL: in ohci_service_td()
348 case USB_RET_STALL: in usbback_xlat_status()
651 case USB_RET_STALL: in uhci_handle_td_error()
300 p->packet.status != USB_RET_STALL && in dwc2_handle_packet()
1291 case USB_RET_STALL: in ehci_execute_complete()
1663 case USB_RET_STALL: in xhci_try_complete_packet()
48 #define USB_RET_STALL (-3) macro