Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-sysfs.c155 if (!ehci_is_TDI(ehci)) in create_sysfs_files()
170 if (!ehci_is_TDI(ehci)) in remove_sysfs_files()
H A Dehci.h658 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) macro
664 if (ehci_is_TDI(ehci)) { in ehci_port_speed()
680 #define ehci_is_TDI(e) (0) macro
H A Dehci-hub.c583 if (ehci_is_TDI(ehci)) { in check_reset_complete()
1231 && !ehci_is_TDI(ehci) in ehci_hub_control()
1321 if (ehci_is_TDI(ehci)) in ehci_relinquish_port()
1331 if (ehci_is_TDI(ehci)) in ehci_port_handed_over()
H A Dehci-hcd.c189 if (ehci_is_TDI(ehci) && !tdi_in_host_mode(ehci)) { in ehci_halt()
256 if (ehci_is_TDI(ehci)) in ehci_reset()
H A Dehci-fsl.c665 if (ehci_is_TDI(ehci)) { in ehci_start_port_reset()
H A Dehci-q.c173 if (!ehci_is_TDI(ehci) in ehci_clear_tt_buffer()
H A Dehci-sched.c1069 if (!ehci_is_TDI(ehci) in iso_stream_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-hcd.c108 #define ehci_is_TDI() (1) macro
110 #define ehci_is_TDI() (0) macro
194 if (ehci_is_TDI()) in ehci_reset()
772 if (ehci_is_TDI()) { in ehci_submit_root()
816 !ehci_is_TDI() && in ehci_submit_root()
848 == EHCI_PS_CS && !ehci_is_TDI()) { in ehci_submit_root()