Searched refs:cdnsp_ring_alloc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 370 static struct cdnsp_ring *cdnsp_ring_alloc(struct cdnsp_device *pdev, in cdnsp_ring_alloc() function 600 cur_ring = cdnsp_ring_alloc(pdev, 2, TYPE_STREAM, mps, in cdnsp_alloc_stream_info() 696 pdev->eps[0].ring = cdnsp_ring_alloc(pdev, 2, TYPE_CTRL, 0, GFP_ATOMIC); in cdnsp_alloc_priv_device() 989 pep->ring = cdnsp_ring_alloc(pdev, 2, ring_type, max_packet, mem_flags); in cdnsp_endpoint_init() 1261 pdev->cmd_ring = cdnsp_ring_alloc(pdev, 1, TYPE_COMMAND, 0, GFP_KERNEL); in cdnsp_mem_init() 1283 pdev->event_ring = cdnsp_ring_alloc(pdev, ERST_NUM_SEGS, TYPE_EVENT, in cdnsp_mem_init()
|
H A D | cdnsp-trace.h | 741 DEFINE_EVENT(cdnsp_log_ring, cdnsp_ring_alloc,
|