Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-q.c214 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()
H A Dohci-hub.c242 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()
H A Dohci-hcd.c972 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()
H A Dohci.h378 struct ed *ed_rm_list; /* to be removed */ member
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h55 struct ed *ed_rm_list; member
360 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */ member
H A Dau1x00_usb_ohci.c483 if (!ohci->ed_controltail && !ohci->ed_rm_list[0] && in ep_link()
484 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link()
499 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] && in ep_link()
500 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link()
1406 if (ohci->ed_rm_list[frame] != NULL) in hc_interrupt()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h65 struct ed *ed_rm_list; member
398 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */ member
H A Dohci-hcd.c691 if (!ohci->ed_controltail && !ohci->ed_rm_list[0] && in ep_link()
692 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link()
709 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] && in ep_link()
710 !ohci->ed_rm_list[1] && !ohci->sleeping) { in ep_link()
1974 if (ohci->ed_rm_list[frame] != NULL) in hc_interrupt()