Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c125 static int ehci_fill_queue(EHCIPacket *p);
1841 again = ehci_fill_queue(QTAILQ_LAST(&q->packets)); in ehci_state_fetchqtd()
1879 static int ehci_fill_queue(EHCIPacket *p) in ehci_fill_queue() function
1962 again = ehci_fill_queue(p); in ehci_state_execute()