Home
last modified time | relevance | path

Searched defs:ep_is_in (Results 1 – 6 of 6) 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/linux/drivers/usb/dwc2/
H A Dhcd.h94 unsigned ep_is_in:1; member
314 u8 ep_is_in; member
H A Dhcd_queue.c1483 bool ep_is_in = !!dwc2_hcd_is_pipe_in(&urb->pipe_info); in dwc2_qh_init() local
/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()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h154 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
H A Dfsl_usb2_udc.h572 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro