Home
last modified time | relevance | path

Searched refs:has_tt (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-xilinx-of.c39 if (hcd->has_tt) { in ehci_xilinx_port_handed_over()
114 * entry, and sets an appropriate value for hcd->has_tt.
170 hcd->has_tt = 1; in ehci_hcd_xilinx_of_probe()
174 hcd->has_tt = 0; in ehci_hcd_xilinx_of_probe()
H A Dehci-platform.c295 hcd->has_tt = 1; in ehci_platform_probe()
332 if (pdata->has_tt) in ehci_platform_probe()
333 hcd->has_tt = 1; in ehci_platform_probe()
H A Dehci-pci.c146 hcd->has_tt = 1; in ehci_pci_setup()
150 hcd->has_tt = 1; in ehci_pci_setup()
H A Dehci-pmcmsp.c79 hcd->has_tt = 1; in ehci_msp_setup()
H A Dehci-mxc.c69 hcd->has_tt = 1; in ehci_mxc_drv_probe()
H A Dehci-orion.c259 hcd->has_tt = 1; in ehci_orion_drv_probe()
H A Dehci-mv.c79 hcd->has_tt = 1; in mv_ehci_reset()
H A Dxhci-mtk-sch.c630 enum usb_device_speed speed, int has_tt) in need_bw_sch()
642 if (is_fs_or_ls(speed) && !has_tt) in need_bw_sch()
629 need_bw_sch(struct usb_host_endpoint *ep, enum usb_device_speed speed, int has_tt) need_bw_sch() argument
H A Dehci-tegra.c418 hcd->has_tt = 1; in tegra_ehci_probe()
H A Dehci.h652 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
H A Dehci-fsl.c399 hcd->has_tt = 1; in ehci_fsl_setup()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-xilinx-of.c41 if (hcd->has_tt) { in ehci_xilinx_port_handed_over()
114 * entry, and sets an appropriate value for hcd->has_tt.
172 hcd->has_tt = 1; in ehci_hcd_xilinx_of_probe()
176 hcd->has_tt = 0; in ehci_hcd_xilinx_of_probe()
H A Dehci-platform.c295 hcd->has_tt = 1; in ehci_platform_probe()
332 if (pdata->has_tt) in ehci_platform_probe()
333 hcd->has_tt = 1; in ehci_platform_probe()
H A Dehci-pci.c146 hcd->has_tt = 1; in ehci_pci_setup()
150 hcd->has_tt = 1; in ehci_pci_setup()
H A Dxhci-mtk-sch.c578 bool has_tt = udev->tt && udev->tt->hub->parent; in need_bw_sch() local
590 if (is_fs_or_ls(udev->speed) && !has_tt) in need_bw_sch()
H A Dehci-orion.c254 hcd->has_tt = 1; in ehci_orion_drv_probe()
H A Dehci-mv.c79 hcd->has_tt = 1; in mv_ehci_reset()
H A Dehci.h655 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_pdriver.h31 * @has_tt: set to 1 if TT is integrated in root hub.
46 unsigned has_tt:1; member
H A Dhcd.h172 unsigned has_tt:1; /* Integrated TT in root hub */ member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_pdriver.h17 * @has_tt: set to 1 if TT is integrated in root hub.
32 unsigned has_tt:1; member
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dusb.c185 hcd->has_tt = 1; in gb_usb_probe()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dusb.c185 hcd->has_tt = 1; in gb_usb_probe()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dhost.c126 hcd->has_tt = 1; in host_start()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dhost.c138 hcd->has_tt = 1; in host_start()

Completed in 18 milliseconds

12