Lines Matching defs:dep
84 struct dwc3_ep *dep = req->dep;
87 list_move_tail(&req->list, &dep->started_list);
99 struct dwc3_ep *dep = req->dep;
102 list_move_tail(&req->list, &dep->cancelled_list);
105 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
115 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
120 * @dep: dwc3 endpoint
125 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep)
129 res_id = dwc3_readl(dep->regs, DWC3_DEPCMD);
130 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id);