Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c1799 struct xhci_erst_entry *entry; in xhci_alloc_erst()
1801 size = sizeof(struct xhci_erst_entry) * evt_ring->num_segs; in xhci_alloc_erst()
1826 size = sizeof(struct xhci_erst_entry) * (erst->num_entries); in xhci_free_erst()
Dxhci.h1596 struct xhci_erst_entry { struct
1605 struct xhci_erst_entry *entries; argument
Dxhci.c5202 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8); in xhci_hcd_init()