Searched refs:ed_rm_list (Results 1 – 4 of 4) sorted by relevance
213 if (!ohci->ed_controltail && !ohci->ed_rm_list) { in ed_schedule()233 if (!ohci->ed_bulktail && !ohci->ed_rm_list) { in ed_schedule()489 ed->ed_next = ohci->ed_rm_list; in start_ed_unlink()491 ohci->ed_rm_list = ed; in start_ed_unlink()980 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) { in finish_unlinks()1092 ed->ed_next = ohci->ed_rm_list; in finish_unlinks()1093 ohci->ed_rm_list = ed; in finish_unlinks()1095 if (last == &ohci->ed_rm_list) in finish_unlinks()1104 if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->ed_rm_list) { in finish_unlinks()1226 if (ohci->ed_rm_list) in ohci_work()
241 if (ohci->ed_rm_list) in ohci_rh_resume()270 if (!ohci->ed_rm_list) { in ohci_rh_resume()384 && !ohci->ed_rm_list in ohci_root_hub_state_changes()
961 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list in ohci_irq()1038 ed->ed_next = ohci->ed_rm_list; in ohci_restart()1040 ohci->ed_rm_list = ed; in ohci_restart()1062 ohci->ed_rm_list = NULL; in ohci_restart()
377 struct ed *ed_rm_list; /* to be removed */ member