Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_tt
(Results
1 - 25
of
46
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-xilinx-of.c
39
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
D
ehci-platform.c
295
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
D
ehci-pci.c
146
hcd->
has_tt
= 1;
in ehci_pci_setup()
150
hcd->
has_tt
= 1;
in ehci_pci_setup()
H
A
D
ehci-pmcmsp.c
79
hcd->
has_tt
= 1;
in ehci_msp_setup()
H
A
D
ehci-mxc.c
69
hcd->
has_tt
= 1;
in ehci_mxc_drv_probe()
H
A
D
ehci-orion.c
259
hcd->
has_tt
= 1;
in ehci_orion_drv_probe()
H
A
D
ehci-mv.c
79
hcd->
has_tt
= 1;
in mv_ehci_reset()
H
A
D
xhci-mtk-sch.c
630
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
D
ehci-tegra.c
418
hcd->
has_tt
= 1;
in tegra_ehci_probe()
H
A
D
ehci.h
652
#define ehci_is_TDI(e) (ehci_to_hcd(e)->
has_tt
)
H
A
D
ehci-fsl.c
399
hcd->
has_tt
= 1;
in ehci_fsl_setup()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-xilinx-of.c
41
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
D
ehci-platform.c
295
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
D
ehci-pci.c
146
hcd->
has_tt
= 1;
in ehci_pci_setup()
150
hcd->
has_tt
= 1;
in ehci_pci_setup()
H
A
D
xhci-mtk-sch.c
578
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
D
ehci-orion.c
254
hcd->
has_tt
= 1;
in ehci_orion_drv_probe()
H
A
D
ehci-mv.c
79
hcd->
has_tt
= 1;
in mv_ehci_reset()
H
A
D
ehci.h
655
#define ehci_is_TDI(e) (ehci_to_hcd(e)->
has_tt
)
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
ehci_pdriver.h
31
* @
has_tt
: set to 1 if TT is integrated in root hub.
46
unsigned
has_tt
:1;
member
H
A
D
hcd.h
172
unsigned
has_tt
:1; /* Integrated TT in root hub */
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
ehci_pdriver.h
17
* @
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
D
usb.c
185
hcd->
has_tt
= 1;
in gb_usb_probe()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
usb.c
185
hcd->
has_tt
= 1;
in gb_usb_probe()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
host.c
126
hcd->
has_tt
= 1;
in host_start()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
host.c
138
hcd->
has_tt
= 1;
in host_start()
Completed in 18 milliseconds
1
2