Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-sysfs.c171 if (!ehci_is_TDI(ehci)) in create_sysfs_files()
186 if (!ehci_is_TDI(ehci)) in remove_sysfs_files()
Dehci.h578 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) macro
584 if (ehci_is_TDI(ehci)) { in ehci_port_speed()
600 #define ehci_is_TDI(e) (0) macro
Dehci-hub.c515 if (ehci_is_TDI(ehci)) { in check_reset_complete()
1020 && !ehci_is_TDI(ehci) in ehci_hub_control()
1089 if (ehci_is_TDI(ehci)) in ehci_relinquish_port()
1100 if (ehci_is_TDI(ehci)) in ehci_port_handed_over()
Dehci-hcd.c222 if (ehci_is_TDI(ehci) && tdi_in_host_mode(ehci) == 0) { in ehci_halt()
344 if (ehci_is_TDI(ehci)) in ehci_reset()
Dehci-fsl.c617 if (ehci_is_TDI(ehci)) { in ehci_start_port_reset()
Dehci-q.c185 if (!ehci_is_TDI(ehci) in ehci_clear_tt_buffer()
Dehci-sched.c1024 if (!ehci_is_TDI(ehci) in iso_stream_init()