Searched refs:dwc3_ep (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | ep0.c | 29 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 31 struct dwc3_ep *dep, struct dwc3_request *req); 54 struct dwc3_ep *dep; in dwc3_ep0_start_trans() 109 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 216 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() 251 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 276 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() 305 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le) in dwc3_wIndex_to_dep() 307 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() 331 struct dwc3_ep *dep; in dwc3_ep0_handle_status() [all …]
|
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() 324 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 332 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 352 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 360 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() 383 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config() 446 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() 465 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable() 523 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests() [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 | core.h | 432 struct dwc3_ep { struct 598 struct dwc3_ep *dep; 725 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];
|