Searched defs:usb_ep (Results 1 – 2 of 2) sorted by relevance
157 struct usb_ep { struct160 const struct usb_ep_ops *ops; argument180 static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, in usb_ep_set_maxpacket_limit() argument
58 #define USBEP2I(usb_ep) (((usb_ep)->pid == USB_TOKEN_IN) ? \ argument1777 struct USBEndpoint *usb_ep; in usbredir_setup_usb_eps() local