Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c551 ctrl->erst.entries = (struct xhci_erst_entry *) in xhci_mem_init()
552 xhci_malloc(sizeof(struct xhci_erst_entry) * ERST_NUM_SEGS); in xhci_mem_init()
561 struct xhci_erst_entry *entry = &ctrl->erst.entries[val]; in xhci_mem_init()
568 ERST_NUM_SEGS * sizeof(struct xhci_erst_entry)); in xhci_mem_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1025 struct xhci_erst_entry { struct
1034 struct xhci_erst_entry *entries; argument
1230 struct xhci_erst_entry entry[ERST_NUM_SEGS];
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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()
H A Dxhci-mem.c1892 struct xhci_erst_entry *entry; in xhci_alloc_erst()
1894 size = sizeof(struct xhci_erst_entry) * evt_ring->num_segs; in xhci_alloc_erst()
1920 size = sizeof(struct xhci_erst_entry) * (erst->num_entries); in xhci_free_erst()
H A Dxhci.h1642 struct xhci_erst_entry { struct
1651 struct xhci_erst_entry *entries; argument
H A Dxhci.c5484 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8); in xhci_hcd_init()