Searched refs:dwc3_ep (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| A D | ep0.c | 192 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() 223 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 272 struct dwc3_ep *dep; in dwc3_ep0_out_start() 286 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() 313 struct dwc3_ep *dep; in dwc3_ep0_handle_status() 512 struct dwc3_ep *dep; in dwc3_ep0_handle_endpoint() 667 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl() 711 struct dwc3_ep *dep; in dwc3_ep0_set_sel() 837 struct dwc3_ep *ep0; in dwc3_ep0_complete_data() 893 struct dwc3_ep *dep; in dwc3_ep0_complete_status() [all …]
|
| A D | gadget.h | 19 #define to_dwc3_ep(ep) (container_of(ep, struct dwc3_ep, endpoint)) 84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() 101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() 107 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 117 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); 127 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
|
| A D | gadget.c | 547 struct dwc3_ep *dep = dwc->eps[i]; in dwc3_gadget_start_config() 689 struct dwc3_ep *dep; in dwc3_gadget_clear_tx_fifos() 1038 struct dwc3_ep *dep; in dwc3_gadget_ep_enable() 1070 struct dwc3_ep *dep; in dwc3_gadget_ep_disable() 2278 struct dwc3_ep *dep; in dwc3_stop_active_transfers() 2598 struct dwc3_ep *dep; in __dwc3_gadget_start() 2982 struct dwc3_ep *dep; in dwc3_gadget_init_endpoint() 3050 struct dwc3_ep *dep; in dwc3_gadget_free_endpoints() 3476 struct dwc3_ep *dep; in dwc3_endpoint_interrupt() 3613 struct dwc3_ep *dep; in dwc3_clear_stall_all_ep() [all …]
|
| A D | trace.h | 186 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 214 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 220 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 281 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 286 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 291 TP_PROTO(struct dwc3_ep *dep), 330 TP_PROTO(struct dwc3_ep *dep), 335 TP_PROTO(struct dwc3_ep *dep),
|
| A D | debugfs.c | 638 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() 660 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() 682 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() 697 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() 712 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() 727 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() 742 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() 757 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() 792 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() 830 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() [all …]
|
| A D | debug.h | 416 extern void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep); 420 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir()
|
| A D | core.h | 704 struct dwc3_ep { struct 914 struct dwc3_ep *dep; 1123 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM]; 1474 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type); 1535 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, 1553 static inline int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd()
|
| A D | core.c | 246 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type) in dwc3_core_fifo_space()
|
Completed in 24 milliseconds