Lines Matching refs:completion
589 static void ohci_process_lists(OHCIState *ohci, int completion);
604 int completion) in ohci_service_iso_td() argument
743 if (completion) { in ohci_service_iso_td()
851 int completion; in ohci_service_td() local
855 completion = (addr == ohci->async_td); in ohci_service_td()
856 if (completion && !ohci->async_complete) { in ohci_service_td()
902 if (len && dir != OHCI_TD_DIR_IN && !completion) { in ohci_service_td()
919 if (completion) { in ohci_service_td()
1036 static int ohci_service_ed_list(OHCIState *ohci, uint32_t head, int completion) in ohci_service_ed_list() argument
1085 if (ohci_service_iso_td(ohci, &ed, completion)) in ohci_service_ed_list()
1105 static void ohci_process_lists(OHCIState *ohci, int completion) in ohci_process_lists() argument
1111 if (!ohci_service_ed_list(ohci, ohci->ctrl_head, completion)) { in ohci_process_lists()
1118 if (!ohci_service_ed_list(ohci, ohci->bulk_head, completion)) { in ohci_process_lists()