Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-dbgcap.c399 struct xhci_erst *erst, gfp_t flags) in dbc_erst_alloc() argument
401 erst->entries = dma_alloc_coherent(dev, sizeof(*erst->entries), in dbc_erst_alloc()
402 &erst->erst_dma_addr, flags); in dbc_erst_alloc()
403 if (!erst->entries) in dbc_erst_alloc()
406 erst->num_entries = 1; in dbc_erst_alloc()
409 erst->entries[0].rsvd = 0; in dbc_erst_alloc()
415 dma_free_coherent(dev, sizeof(*erst->entries), erst->entries, in dbc_erst_free()
416 erst->erst_dma_addr); in dbc_erst_free()
417 erst->entries = NULL; in dbc_erst_free()
542 dbc_erst_free(dev, &dbc->erst); in xhci_dbc_mem_init()
[all …]
A Dxhci-mem.c1797 struct xhci_erst *erst, in xhci_alloc_erst() argument
1807 size, &erst->erst_dma_addr, flags); in xhci_alloc_erst()
1808 if (!erst->entries) in xhci_alloc_erst()
1811 erst->num_entries = evt_ring->num_segs; in xhci_alloc_erst()
1815 entry = &erst->entries[val]; in xhci_alloc_erst()
1857 if (ir->erst.entries) in xhci_free_interrupter()
1859 ir->erst.entries, in xhci_free_interrupter()
1860 ir->erst.erst_dma_addr); in xhci_free_interrupter()
1861 ir->erst.entries = NULL; in xhci_free_interrupter()
2319 ret = xhci_alloc_erst(xhci, ir->event_ring, &ir->erst, flags); in xhci_alloc_interrupter()
[all …]
A Dxhci-dbgcap.h132 struct xhci_erst erst; member
A Dxhci.h1449 struct xhci_erst erst; member
/drivers/usb/cdns3/
A Dcdnsp-mem.c1027 struct cdnsp_erst *erst) in cdnsp_alloc_erst() argument
1036 &erst->erst_dma_addr, GFP_KERNEL); in cdnsp_alloc_erst()
1037 if (!erst->entries) in cdnsp_alloc_erst()
1040 erst->num_entries = evt_ring->num_segs; in cdnsp_alloc_erst()
1044 entry = &erst->entries[val]; in cdnsp_alloc_erst()
1059 if (erst->entries) in cdnsp_free_erst()
1060 dma_free_coherent(dev, size, erst->entries, in cdnsp_free_erst()
1061 erst->erst_dma_addr); in cdnsp_free_erst()
1063 erst->entries = NULL; in cdnsp_free_erst()
1071 cdnsp_free_erst(pdev, &pdev->erst); in cdnsp_mem_cleanup()
[all …]
A Dcdnsp-gadget.h1449 struct cdnsp_erst erst; member
/drivers/acpi/apei/
A DMakefile7 obj-$(CONFIG_ACPI_APEI_ERST_DEBUG) += erst-dbg.o
9 apei-y := apei-base.o hest.o erst.o bert.o

Completed in 35 milliseconds