Home
last modified time | relevance | path

Searched refs:xhci_dbc_ring_alloc (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-dbgcap.c440 xhci_dbc_ring_alloc(struct device *dev, enum xhci_ring_type type, gfp_t flags) in xhci_dbc_ring_alloc() function
492 dbc->ring_evt = xhci_dbc_ring_alloc(dev, TYPE_EVENT, flags); in xhci_dbc_mem_init()
496 dbc->ring_in = xhci_dbc_ring_alloc(dev, TYPE_BULK, flags); in xhci_dbc_mem_init()
500 dbc->ring_out = xhci_dbc_ring_alloc(dev, TYPE_BULK, flags); in xhci_dbc_mem_init()