Home
last modified time | relevance | path

Searched refs:ehci_is_TDI (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dehci.h557 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) macro
563 if (ehci_is_TDI(ehci)) { in ehci_port_speed()
579 #define ehci_is_TDI(e) (0) macro
Dehci-hub.c567 if (!ehci_is_TDI(ehci)) in create_companion_file()
576 if (!ehci_is_TDI(ehci)) in remove_companion_file()
597 if (ehci_is_TDI(ehci)) { in check_reset_complete()
1084 && !ehci_is_TDI(ehci) in ehci_hub_control()
1140 if (ehci_is_TDI(ehci)) in ehci_relinquish_port()
1150 if (ehci_is_TDI(ehci)) in ehci_port_handed_over()
Dehci-hcd.c217 if (ehci_is_TDI(ehci) && tdi_in_host_mode(ehci) == 0) { in ehci_halt()
293 if (ehci_is_TDI(ehci)) in ehci_reset()
683 if (!ehci_is_TDI(ehci) && (retval = ehci_reset(ehci)) != 0) { in ehci_run()
Dehci-q.c179 if (!ehci_is_TDI(ehci) in ehci_clear_tt_buffer()
Dehci-sched.c1003 if (!ehci_is_TDI(ehci) in iso_stream_init()