Searched refs:ed_rm_list (Results 1 – 4 of 4) sorted by relevance
214 if (!ohci->ed_controltail && !ohci->ed_rm_list) { in ed_schedule()234 if (!ohci->ed_bulktail && !ohci->ed_rm_list) { in ed_schedule()490 ed->ed_next = ohci->ed_rm_list; in start_ed_unlink()492 ohci->ed_rm_list = ed; in start_ed_unlink()981 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) { in finish_unlinks()1093 ed->ed_next = ohci->ed_rm_list; in finish_unlinks()1094 ohci->ed_rm_list = ed; in finish_unlinks()1096 if (last == &ohci->ed_rm_list) in finish_unlinks()1105 if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->ed_rm_list) { in finish_unlinks()1227 if (ohci->ed_rm_list) in ohci_work()
242 if (ohci->ed_rm_list) in ohci_rh_resume()271 if (!ohci->ed_rm_list) { in ohci_rh_resume()387 && !ohci->ed_rm_list in ohci_root_hub_state_changes()
972 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list in ohci_irq()1055 ed->ed_next = ohci->ed_rm_list; in ohci_restart()1057 ohci->ed_rm_list = ed; in ohci_restart()1079 ohci->ed_rm_list = NULL; in ohci_restart()
378 struct ed *ed_rm_list; /* to be removed */ member