Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c309 usb_device_ep_stopped(dev, &dev->ep_ctl); in ohci_stop_endpoints()
311 usb_device_ep_stopped(dev, &dev->ep_in[j]); in ohci_stop_endpoints()
312 usb_device_ep_stopped(dev, &dev->ep_out[j]); in ohci_stop_endpoints()
1136 usb_device_ep_stopped(ohci->usb_packet.ep->dev, in ohci_service_ed_list()
H A Dbus.c203 void usb_device_ep_stopped(USBDevice *dev, USBEndpoint *ep) in usb_device_ep_stopped() function
H A Dhcd-uhci.c149 usb_device_ep_stopped(queue->ep->dev, queue->ep); in uhci_queue_free()
H A Dhcd-ehci.c570 usb_device_ep_stopped(q->dev, usb_ep_get(q->dev, q->last_pid, endp)); in ehci_queue_stopped()
H A Dhcd-xhci.c1250 usb_device_ep_stopped(ep->dev, ep); in xhci_ep_nuke_xfers()
/openbmc/qemu/include/hw/
H A Dusb.h551 void usb_device_ep_stopped(USBDevice *dev, USBEndpoint *ep);