Searched refs:dwc3_ep (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/dwc3/ |
D | ep0.c | 38 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 40 struct dwc3_ep *dep, struct dwc3_request *req); 63 struct dwc3_ep *dep; in dwc3_ep0_start_trans() 106 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 214 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() 286 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() [all …]
|
D | gadget.c | 193 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() 233 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 311 struct dwc3_ep *dep = dwc->eps[ep]; in dwc3_send_gadget_ep_cmd() 344 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 352 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 374 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 385 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep); 419 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() 437 struct dwc3_ep *dep = dwc->eps[i]; in dwc3_gadget_start_config() 450 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config() [all …]
|
D | gadget.h | 27 #define to_dwc3_ep(ep) (container_of(ep, struct dwc3_ep, endpoint)) 73 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() 79 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 89 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
|
D | trace.h | 172 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 193 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 199 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 224 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 229 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
|
D | core.h | 426 struct dwc3_ep { struct 592 struct dwc3_ep *dep; 693 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];
|