Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c1768 struct xhci_erst_entry *entry; in xhci_alloc_erst()
1770 size = array_size(sizeof(struct xhci_erst_entry), evt_ring->num_segs); in xhci_alloc_erst()
1821 erst_size = array_size(sizeof(struct xhci_erst_entry), ir->erst.num_entries); in xhci_free_interrupter()
H A Dxhci.h1378 struct xhci_erst_entry { struct
1387 struct xhci_erst_entry *entries; argument
H A Dxhci.c5525 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8); in xhci_hcd_init()