Lines Matching refs:cdnsp_ep
816 struct cdnsp_ep { struct
1309 struct cdnsp_ep *pep;
1444 struct cdnsp_ep eps[CDNSP_ENDPOINTS_NUM];
1489 void cdnsp_endpoint_zero(struct cdnsp_device *pdev, struct cdnsp_ep *ep);
1491 struct cdnsp_ep *pep,
1496 struct cdnsp_ring *cdnsp_dma_to_transfer_ring(struct cdnsp_ep *ep, u64 address);
1498 struct cdnsp_ep *pep,
1501 int cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep);
1502 void cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep);
1546 struct cdnsp_ep *pep,
1549 struct cdnsp_ep *pep);
1567 void cdnsp_gadget_giveback(struct cdnsp_ep *pep, struct cdnsp_request *preq,
1569 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq);
1570 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq);
1574 struct cdnsp_ep *pep, int value);
1575 int cdnsp_cmd_stop_ep(struct cdnsp_device *pdev, struct cdnsp_ep *pep);
1592 #define to_cdnsp_ep(ep) (container_of(ep, struct cdnsp_ep, endpoint))
1598 struct cdnsp_ep *pep);