Lines Matching refs:dep
84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local
104 list_move_tail(&req->list, &dep->cancelled_list); in dwc3_gadget_move_cancelled_request()
117 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_queued_request() local
120 list_move_tail(&req->list, &dep->pending_list); in dwc3_gadget_move_queued_request()
123 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
129 void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep);
135 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
137 void dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt);
146 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index() argument
150 res_id = dwc3_readl(dep->regs, DWC3_DEPCMD); in dwc3_gadget_ep_get_transfer_index()
151 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()