Home
last modified time | relevance | path

Searched refs:USB_RET_STALL (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-network.c890 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 …]
H A Du2f.c188 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()
H A Dcore.c135 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()
H A Dcanokey.c174 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()
H A Ddev-storage.c200 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()
H A Ddev-smartcard-reader.c691 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()
H A Ddev-wacom.c366 p->status = USB_RET_STALL; in usb_wacom_handle_control()
395 p->status = USB_RET_STALL; in usb_wacom_handle_data()
H A Dhost-libusb.c212 [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()
H A Ddev-hid.c650 p->status = USB_RET_STALL; in usb_hid_handle_control()
686 p->status = USB_RET_STALL; in usb_hid_handle_data()
H A Ddev-hub.c520 p->status = USB_RET_STALL; in usb_hub_handle_control()
565 p->status = USB_RET_STALL; in usb_hub_handle_data()
H A Dhcd-ohci.c801 case USB_RET_STALL: in ohci_service_iso_td()
1067 case USB_RET_STALL: in ohci_service_td()
H A Dxen-usb.c348 case USB_RET_STALL: in usbback_xlat_status()
H A Dhcd-uhci.c651 case USB_RET_STALL: in uhci_handle_td_error()
H A Dhcd-dwc2.c300 p->packet.status != USB_RET_STALL && in dwc2_handle_packet()
H A Dhcd-ehci.c1291 case USB_RET_STALL: in ehci_execute_complete()
H A Dhcd-xhci.c1663 case USB_RET_STALL: in xhci_try_complete_packet()
/openbmc/qemu/include/hw/
H A Dusb.h48 #define USB_RET_STALL (-3) macro