Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c1774 struct xhci_erst_entry *entry; in xhci_alloc_erst()
1776 size = array_size(sizeof(struct xhci_erst_entry), evt_ring->num_segs); in xhci_alloc_erst()
1827 erst_size = array_size(sizeof(struct xhci_erst_entry), ir->erst.num_entries); in xhci_free_interrupter()
Dxhci.h1366 struct xhci_erst_entry { struct
1375 struct xhci_erst_entry *entries; argument
Dxhci.c5451 BUILD_BUG_ON(sizeof(struct xhci_erst_entry) != 4*32/8); in xhci_hcd_init()