Home
last modified time | relevance | path

Searched refs:ed_to_check (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dohci-hcd.c338 ohci->ed_to_check = ed; in ohci_endpoint_disable()
429 if (ohci->ed_to_check) in unlink_watchdog_func()
461 ohci->ed_to_check = ed; in unlink_watchdog_func()
735 ohci->ed_to_check = NULL; in ohci_run()
839 if (ohci->ed_to_check) { in ohci_irq()
840 struct ed *ed = ohci->ed_to_check; in ohci_irq()
854 ohci->ed_to_check = NULL; in ohci_irq()
857 ohci->ed_to_check = NULL; in ohci_irq()
872 && !ohci->ed_to_check in ohci_irq()
Dohci.h420 struct ed *ed_to_check; member
Dohci-q.c933 if (ed == ohci->ed_to_check) in finish_unlinks()
934 ohci->ed_to_check = NULL; in finish_unlinks()