Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h89 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) macro
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c483 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init()