Lines Matching refs:cdnsp_ep
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,
1550 struct cdnsp_ep *pep);
1568 void cdnsp_gadget_giveback(struct cdnsp_ep *pep, struct cdnsp_request *preq,
1570 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq);
1571 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq);
1575 struct cdnsp_ep *pep, int value);
1576 int cdnsp_cmd_stop_ep(struct cdnsp_device *pdev, struct cdnsp_ep *pep);
1577 int cdnsp_cmd_flush_ep(struct cdnsp_device *pdev, struct cdnsp_ep *pep);
1594 #define to_cdnsp_ep(ep) (container_of(ep, struct cdnsp_ep, endpoint))
1600 struct cdnsp_ep *pep);