Home
last modified time | relevance | path

Searched defs:usb_ep (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dgadget.h157 struct usb_ep { struct
160 const struct usb_ep_ops *ops; argument
180 static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, in usb_ep_set_maxpacket_limit() argument
/openbmc/qemu/hw/usb/
H A Dredirect.c58 #define USBEP2I(usb_ep) (((usb_ep)->pid == USB_TOKEN_IN) ? \ argument
1777 struct USBEndpoint *usb_ep; in usbredir_setup_usb_eps() local