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); 62 struct dwc3_ep *dep; in dwc3_ep0_prepare_one_trb() 91 struct dwc3_ep *dep; in dwc3_ep0_start_trans() 121 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 229 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() 266 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 291 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() 301 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() 323 static struct dwc3_ep *dwc3_wIndex_to_dep(struct dwc3 *dwc, __le16 wIndex_le) in dwc3_wIndex_to_dep() [all …]
|
D | gadget.c | 194 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() 234 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 329 struct dwc3_ep *dep = dwc->eps[ep]; in dwc3_send_gadget_ep_cmd() 366 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 374 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 393 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 404 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep); 438 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() 456 struct dwc3_ep *dep = dwc->eps[i]; in dwc3_gadget_start_config() 469 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 | 182 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 207 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 213 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 238 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 243 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
|
D | core.h | 462 struct dwc3_ep { struct 626 struct dwc3_ep *dep; 757 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];
|