Home
last modified time | relevance | path

Searched refs:USB_TOKEN_SETUP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dcore.c389 case USB_TOKEN_SETUP: in usb_process_one()
614 case USB_TOKEN_SETUP: in usb_packet_copy()
H A Dhcd-uhci.c784 case USB_TOKEN_SETUP: in uhci_handle_td()
853 case USB_TOKEN_SETUP: in uhci_handle_td()
H A Dhcd-dwc2.c260 pid = USB_TOKEN_SETUP; in dwc2_handle_packet()
639 pid = USB_TOKEN_SETUP; in dwc2_enable_chan()
H A Dhcd-ohci.c660 pid = USB_TOKEN_SETUP; in ohci_service_iso_td()
929 pid = USB_TOKEN_SETUP; in ohci_service_td()
H A Dhcd-ehci.c424 return USB_TOKEN_SETUP; in ehci_get_pid()
/openbmc/qemu/include/hw/
H A Dusb.h41 #define USB_TOKEN_SETUP 0x2d macro