Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
1975 if (ohci->ed_rm_list[frame] != NULL) in hc_interrupt()
/rk3399_rockchip-uboot/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()