Searched refs:usb_ep_get_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | usb.h | 446 uint8_t usb_ep_get_type(USBDevice *dev, int pid, int ep);
|
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 369 type = usb_ep_get_type(ep->dev, ep->pid, ep->nr); in usb_host_use_combining() 919 if (usb_ep_get_type(udev, pid, ep) != USB_ENDPOINT_XFER_INVALID) { in usb_host_ep_update() 1565 switch (usb_ep_get_type(udev, p->pid, p->ep->nr)) { in usb_host_handle_data()
|
H A D | core.c | 750 uint8_t usb_ep_get_type(USBDevice *dev, int pid, int ep) in usb_ep_get_type() function
|