Lines Matching refs:direction
261 req->direction); in dwc3_gadget_giveback()
440 if (dep->direction) in dwc3_gadget_set_ep_config()
915 req->direction); in __dwc3_gadget_kick_transfer()
967 req->direction = dep->direction; in __dwc3_gadget_ep_queue()
974 if (dep->direction == 0 && in __dwc3_gadget_ep_queue()
991 dep->direction); in __dwc3_gadget_ep_queue()
1161 if (!protocol && ((dep->direction && dep->flags & DWC3_EP_BUSY) || in __dwc3_gadget_ep_set_halt()
1580 u8 num, u32 direction) in dwc3_gadget_init_hw_endpoints() argument
1586 u8 epnum = (i << 1) | (!!direction); in dwc3_gadget_init_hw_endpoints()
1594 dep->direction = !!direction; in dwc3_gadget_init_hw_endpoints()
1702 if (dep->direction) { in __dwc3_cleanup_done_trbs()