Searched refs:dwc3_ep (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A 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); 36 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb() 65 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans() 89 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 195 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() 226 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 258 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() 268 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() 282 struct dwc3_ep *dep; in dwc3_ep0_out_start() [all …]
|
| H A D | gadget.c | 179 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq() 188 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) in dwc3_ep_inc_deq() 193 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, in dwc3_gadget_del_and_unmap_request() 226 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 312 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd() 459 static int dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) in dwc3_send_clear_stall_ep_cmd() 483 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 491 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 510 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 521 static int dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() [all …]
|
| H A D | debugfs.c | 682 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() 711 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() 740 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() 762 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() 784 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() 806 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() 828 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() 850 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() 885 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() 930 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() [all …]
|