Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c1108 static int ohci_service_ed_list(OHCIState *ohci, uint32_t head) in ohci_service_ed_list() function
1195 if (!ohci_service_ed_list(ohci, ohci->ctrl_head)) { in ohci_process_lists()
1202 if (!ohci_service_ed_list(ohci, ohci->bulk_head)) { in ohci_process_lists()
1226 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n])); in ohci_frame_boundary()