Searched refs:dwc3_ep (Results 1 – 8 of 8) sorted by relevance
| /drivers/usb/dwc3/ |
| A D | ep0.c | 225 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() 281 struct dwc3_ep *dep; in dwc3_ep0_out_start() 293 struct dwc3_ep *dwc3_ep; in dwc3_ep0_out_start() local 295 dwc3_ep = dwc->eps[i]; in dwc3_ep0_out_start() 296 if (!dwc3_ep) in dwc3_ep0_out_start() 312 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() 339 struct dwc3_ep *dep; in dwc3_ep0_handle_status() 539 struct dwc3_ep *dep; in dwc3_ep0_handle_endpoint() 739 struct dwc3_ep *dep; in dwc3_ep0_set_sel() 865 struct dwc3_ep *ep0; in dwc3_ep0_complete_data() [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, 113 void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep); 119 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); 121 void dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt); 131 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
|
| A D | gadget.c | 548 struct dwc3_ep *dep; in dwc3_gadget_start_config() 740 struct dwc3_ep *dep; in dwc3_gadget_clear_tx_fifos() 1120 struct dwc3_ep *dep; in dwc3_gadget_ep_enable() 1152 struct dwc3_ep *dep; in dwc3_gadget_ep_disable() 2503 struct dwc3_ep *dep; in dwc3_stop_active_transfers() 2903 struct dwc3_ep *dep; in __dwc3_gadget_start() 3360 struct dwc3_ep *dep; in dwc3_gadget_init_endpoint() 3468 struct dwc3_ep *dep; in dwc3_gadget_free_endpoints() 3870 struct dwc3_ep *dep; in dwc3_endpoint_interrupt() 4029 struct dwc3_ep *dep; in dwc3_clear_stall_all_ep() [all …]
|
| A D | trace.h | 184 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 212 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 218 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 280 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 285 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 290 TP_PROTO(struct dwc3_ep *dep), 329 TP_PROTO(struct dwc3_ep *dep), 334 TP_PROTO(struct dwc3_ep *dep),
|
| A D | debug.h | 418 extern void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep); 419 extern void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep); 423 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir() 425 static inline void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_remove_endpoint_dir()
|
| A D | debugfs.c | 688 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() 717 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() 746 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() 768 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() 790 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() 812 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() 834 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() 856 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() 891 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() 936 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() [all …]
|
| A D | core.h | 745 struct dwc3_ep { struct 962 struct dwc3_ep *dep; 1195 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM]; 1569 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type); 1633 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, 1638 void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep, int status); 1652 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 | 301 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type) in dwc3_core_fifo_space()
|
Completed in 38 milliseconds