Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-dbgcap.c381 struct xhci_erst *erst, gfp_t flags) in dbc_erst_alloc() argument
384 &erst->erst_dma_addr, flags); in dbc_erst_alloc()
385 if (!erst->entries) in dbc_erst_alloc()
388 erst->num_entries = 1; in dbc_erst_alloc()
391 erst->entries[0].rsvd = 0; in dbc_erst_alloc()
397 if (erst->entries) in dbc_erst_free()
399 erst->entries, erst->erst_dma_addr); in dbc_erst_free()
400 erst->entries = NULL; in dbc_erst_free()
505 writel(dbc->erst.erst_size, &dbc->regs->ersts); in xhci_dbc_mem_init()
525 dbc_erst_free(dev, &dbc->erst); in xhci_dbc_mem_init()
[all …]
A Dxhci-mem.c1794 struct xhci_erst *erst, in xhci_alloc_erst() argument
1804 size, &erst->erst_dma_addr, flags); in xhci_alloc_erst()
1805 if (!erst->entries) in xhci_alloc_erst()
1808 erst->num_entries = evt_ring->num_segs; in xhci_alloc_erst()
1812 entry = &erst->entries[val]; in xhci_alloc_erst()
1828 if (erst->entries) in xhci_free_erst()
1830 erst->entries, in xhci_free_erst()
1831 erst->erst_dma_addr); in xhci_free_erst()
1832 erst->entries = NULL; in xhci_free_erst()
1842 xhci_free_erst(xhci, &xhci->erst); in xhci_mem_cleanup()
[all …]
A Dxhci-dbgcap.h128 struct xhci_erst erst; member
A Dxhci.h1806 struct xhci_erst erst; member
2048 struct xhci_erst *erst,
2052 void xhci_free_erst(struct xhci_hcd *xhci, struct xhci_erst *erst);
/linux/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.h1432 struct cdnsp_erst erst; member
/linux/drivers/acpi/apei/
A DMakefile5 obj-$(CONFIG_ACPI_APEI_ERST_DEBUG) += erst-dbg.o
7 apei-y := apei-base.o hest.o erst.o bert.o
A Dbuilt-in.a5 erst.o/
A D.built-in.a.cmd1 … drivers/acpi/apei/apei-base.o drivers/acpi/apei/hest.o drivers/acpi/apei/erst.o drivers/acpi/apei…
A D.erst.o.cmd1erst.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aar…
3 source_drivers/acpi/apei/erst.o := drivers/acpi/apei/erst.c
5 deps_drivers/acpi/apei/erst.o := \
1196 drivers/acpi/apei/erst.o: $(deps_drivers/acpi/apei/erst.o)
1198 $(deps_drivers/acpi/apei/erst.o):
/linux/Documentation/ABI/testing/
A Dpstore19 -r--r--r-- 1 root root 7896 Nov 30 15:38 dmesg-erst-1
31 $ rm /sys/fs/pstore/dmesg-erst-1
/linux/drivers/acpi/
A Dbuilt-in.a208 apei/erst.o/
/linux/drivers/
A Dbuilt-in.a577 acpi/apei/erst.o/
/linux/
A DMAINTAINERS15418 F: drivers/acpi/apei/erst.c

Completed in 66 milliseconds