Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dep0.c112 direction = !!(dep->flags & DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
122 DWC3_EP0_DIR_IN); in __dwc3_gadget_ep0_queue()
184 dep->flags &= ~DWC3_EP0_DIR_IN; in __dwc3_gadget_ep0_queue()
Dcore.h773 #define DWC3_EP0_DIR_IN BIT(31) macro