Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-dbgcap.c383 erst->entries = dma_alloc_coherent(dev, sizeof(struct xhci_erst_entry), in dbc_erst_alloc()
398 dma_free_coherent(dev, sizeof(struct xhci_erst_entry), in dbc_erst_free()
Dxhci-mem.c1814 struct xhci_erst_entry *entry; in xhci_alloc_erst()
1816 size = sizeof(struct xhci_erst_entry) * evt_ring->num_segs; in xhci_alloc_erst()
1841 size = sizeof(struct xhci_erst_entry) * (erst->num_entries); in xhci_free_erst()
Dxhci.h1619 struct xhci_erst_entry { struct
1628 struct xhci_erst_entry *entries; argument
Dxhci.c5410 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8); in xhci_hcd_init()