Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dep0.c57 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep);
59 struct dwc3_ep *dep, struct dwc3_request *req);
82 struct dwc3_ep *dep; in dwc3_ep0_start_trans()
124 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
230 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue()
265 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart()
290 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt()
307 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le) in dwc3_wIndex_to_dep()
309 struct dwc3_ep *dep; in dwc3_wIndex_to_dep()
333 struct dwc3_ep *dep; in dwc3_ep0_handle_status()
[all …]
Dgadget.c195 struct dwc3_ep *dep = dwc->eps[num]; in dwc3_gadget_resize_tx_fifos()
240 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback()
339 struct dwc3_ep *dep = dwc->eps[ep]; in dwc3_send_gadget_ep_cmd()
373 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
381 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
403 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
414 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config()
437 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config()
495 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
514 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable()
[all …]
Dgadget.h47 #define to_dwc3_ep(ep) (container_of(ep, struct dwc3_ep, endpoint))
99 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued()
105 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
117 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value);
Dcore.h423 struct dwc3_ep { struct
593 struct dwc3_ep *dep;
682 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];