Home
last modified time | relevance | path

Searched refs:DWC3_EP0_DIR_IN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c133 direction = !!(dep->flags & DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
143 DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
207 dep->flags &= ~DWC3_EP0_DIR_IN; in __dwc3_gadget_ep0_queue()
H A Dcore.h472 #define DWC3_EP0_DIR_IN (1 << 31) macro
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c110 direction = !!(dep->flags & DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
120 DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
182 dep->flags &= ~DWC3_EP0_DIR_IN; in __dwc3_gadget_ep0_queue()
H A Dcore.h738 #define DWC3_EP0_DIR_IN BIT(31) macro