Searched refs:dwc3_ep (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | ep0.c | 30 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 32 struct dwc3_ep *dep, struct dwc3_request *req); 55 struct dwc3_ep *dep; in dwc3_ep0_start_trans() 110 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 217 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() 252 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 277 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() 306 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le) in dwc3_wIndex_to_dep() 308 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() 332 struct dwc3_ep *dep; in dwc3_ep0_handle_status() [all …]
|
D | gadget.h | 26 #define to_dwc3_ep(ep) (container_of(ep, struct dwc3_ep, endpoint)) 72 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() 78 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 88 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
|
D | gadget.c | 185 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() 225 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 325 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 333 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 353 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 361 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() 384 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config() 447 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() 466 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable() 524 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests() [all …]
|
D | core.h | 440 struct dwc3_ep { struct 606 struct dwc3_ep *dep; 733 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];
|