Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c38 static uint64_t xhci_create_event_ring(int trbs, uint64_t *ret_ring_addr);
563 static uint64_t xhci_create_event_ring(int trbs, uint64_t *ret_ring_addr) in xhci_create_event_ring() function
1913 retval = xhci_create_event_ring(4096, &xhci_hc[id].event_ring_vaddr); in xhci_hc_init_intr()