Searched refs:ohci_service_ed_list (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dusb-ohci.c1035 static int ohci_service_ed_list(OHCIState *ohci, uint32_t head, int completion) function
1110 if (!ohci_service_ed_list(ohci, ohci->ctrl_head, completion)) {
1117 if (!ohci_service_ed_list(ohci, ohci->bulk_head, completion)) {
1137 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n]), 0);

Completed in 39 milliseconds