Searched refs:cdnsp_ep (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/cdns3/ |
D | cdnsp-gadget.h | 815 struct cdnsp_ep { struct 1308 struct cdnsp_ep *pep; 1443 struct cdnsp_ep eps[CDNSP_ENDPOINTS_NUM]; 1488 void cdnsp_endpoint_zero(struct cdnsp_device *pdev, struct cdnsp_ep *ep); 1490 struct cdnsp_ep *pep, 1495 struct cdnsp_ring *cdnsp_dma_to_transfer_ring(struct cdnsp_ep *ep, u64 address); 1497 struct cdnsp_ep *pep, 1500 int cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep); 1501 void cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep); 1547 struct cdnsp_ep *pep, [all …]
|
D | cdnsp-mem.c | 22 struct cdnsp_ep *pep); 410 void cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_free_endpoint_rings() 518 struct cdnsp_ep *pep) in cdnsp_free_stream_ctx() 526 *cdnsp_alloc_stream_ctx(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_alloc_stream_ctx() 543 struct cdnsp_ring *cdnsp_dma_to_transfer_ring(struct cdnsp_ep *pep, u64 address) in cdnsp_dma_to_transfer_ring() 562 struct cdnsp_ep *pep, in cdnsp_alloc_stream_info() 643 struct cdnsp_ep *pep) in cdnsp_free_stream_info() 782 struct cdnsp_ep *pep) in cdnsp_parse_exponent_interval() 812 struct cdnsp_ep *pep, in cdnsp_microframes_to_exponent() 830 struct cdnsp_ep *pep) in cdnsp_get_endpoint_interval() [all …]
|
D | cdnsp-ring.c | 277 struct cdnsp_ep *pep, in cdnsp_ring_ep_doorbell() 323 struct cdnsp_ep *pep, in cdnsp_get_transfer_ring() 348 struct cdnsp_ep *pep) in cdnsp_ring_doorbell_for_active_rings() 403 struct cdnsp_ep *pep; in cdnsp_get_hw_deq() 431 struct cdnsp_ep *pep, in cdnsp_find_new_dequeue_state() 635 struct cdnsp_ep *pep, in cdnsp_cmd_set_deq() 692 struct cdnsp_ep *pep) in cdnsp_remove_request() 918 struct cdnsp_ep *ep, in cdnsp_finish_td() 964 struct cdnsp_ep *pep, in cdnsp_giveback_first_trb() 996 struct cdnsp_ep *pep, in cdnsp_process_ctrl_td() [all …]
|
D | cdnsp-gadget.c | 344 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_enqueue() 423 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq) in cdnsp_ep_dequeue() 488 struct cdnsp_ep *pep) in cdnsp_invalidate_ep_events() 596 struct cdnsp_ep *pep, in cdnsp_halt_endpoint() 636 struct cdnsp_ep *pep) in cdnsp_update_eps_configuration() 765 int cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep) in cdnsp_alloc_streams() 931 struct cdnsp_ep *pep; in cdnsp_gadget_ep_enable() 1005 struct cdnsp_ep *pep; in cdnsp_gadget_ep_disable() 1066 struct cdnsp_ep *pep = to_cdnsp_ep(ep); in cdnsp_gadget_ep_alloc_request() 1096 struct cdnsp_ep *pep; in cdnsp_gadget_ep_queue() [all …]
|
D | cdnsp-trace.h | 38 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 68 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 73 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 78 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 83 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 88 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 93 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id), 804 TP_PROTO(struct cdnsp_ep *pep, int num_stream_ctxs, int num_streams),
|
D | cdnsp-ep0.c | 21 struct cdnsp_ep *pep; in cdnsp_ep0_stall() 147 struct cdnsp_ep *pep; in cdnsp_ep0_handle_status() 301 struct cdnsp_ep *pep; in cdnsp_ep0_handle_feature_endpoint()
|