Lines Matching refs:cdnsp_device

21 static void cdnsp_free_stream_info(struct cdnsp_device *pdev,
29 static struct cdnsp_segment *cdnsp_segment_alloc(struct cdnsp_device *pdev,
71 static void cdnsp_segment_free(struct cdnsp_device *pdev,
81 static void cdnsp_free_segments_for_ring(struct cdnsp_device *pdev,
105 static void cdnsp_link_segments(struct cdnsp_device *pdev,
136 static void cdnsp_link_rings(struct cdnsp_device *pdev,
280 static void cdnsp_ring_free(struct cdnsp_device *pdev, struct cdnsp_ring *ring)
322 static int cdnsp_alloc_segments_for_ring(struct cdnsp_device *pdev,
370 static struct cdnsp_ring *cdnsp_ring_alloc(struct cdnsp_device *pdev,
410 void cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep)
421 int cdnsp_ring_expansion(struct cdnsp_device *pdev,
461 static int cdnsp_init_device_ctx(struct cdnsp_device *pdev)
517 static void cdnsp_free_stream_ctx(struct cdnsp_device *pdev,
526 *cdnsp_alloc_stream_ctx(struct cdnsp_device *pdev, struct cdnsp_ep *pep)
561 int cdnsp_alloc_stream_info(struct cdnsp_device *pdev,
642 static void cdnsp_free_stream_info(struct cdnsp_device *pdev,
669 static void cdnsp_free_priv_device(struct cdnsp_device *pdev)
687 static int cdnsp_alloc_priv_device(struct cdnsp_device *pdev)
715 void cdnsp_copy_ep0_dequeue_into_input_ctx(struct cdnsp_device *pdev)
726 int cdnsp_setup_addressable_priv_dev(struct cdnsp_device *pdev)
941 int cdnsp_endpoint_init(struct cdnsp_device *pdev,
1017 void cdnsp_endpoint_zero(struct cdnsp_device *pdev, struct cdnsp_ep *pep)
1025 static int cdnsp_alloc_erst(struct cdnsp_device *pdev,
1054 static void cdnsp_free_erst(struct cdnsp_device *pdev, struct cdnsp_erst *erst)
1066 void cdnsp_mem_cleanup(struct cdnsp_device *pdev)
1100 static void cdnsp_set_event_deq(struct cdnsp_device *pdev)
1122 static void cdnsp_add_in_port(struct cdnsp_device *pdev,
1147 static int cdnsp_setup_port_arrays(struct cdnsp_device *pdev)
1208 int cdnsp_mem_init(struct cdnsp_device *pdev)
1314 "Could not allocate cdnsp_device data structures\n");