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:TB_PORT_UP
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
tb_regs.h
52
TB_PORT_UP
= 2,
enumerator
H
A
D
icm.c
1825
if (state0 !=
TB_PORT_UP
|| state1 !=
TB_PORT_UP
)
in icm_reset_phy_port()
H
A
D
switch.c
528
* Wait up to 1 second for a port to reach state
TB_PORT_UP
. If
535
* connected or failed to reach state
TB_PORT_UP
within one second. Returns 1
536
* if the port is connected and in state
TB_PORT_UP
.
570
if (state ==
TB_PORT_UP
) {
in tb_wait_for_port()
585
"failed to reach state
TB_PORT_UP
. Ignoring port...\n");
in tb_wait_for_port()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
tb_regs.h
52
TB_PORT_UP
= 2,
enumerator
H
A
D
icm.c
1877
if (state0 !=
TB_PORT_UP
|| state1 !=
TB_PORT_UP
)
in icm_reset_phy_port()
H
A
D
switch.c
487
* Wait up to 1 second for a port to reach state
TB_PORT_UP
. If
494
* connected or failed to reach state
TB_PORT_UP
within one second. Returns 1
495
* if the port is connected and in state
TB_PORT_UP
.
528
case
TB_PORT_UP
:
in tb_wait_for_port()
552
"failed to reach state
TB_PORT_UP
. Ignoring port...\n");
in tb_wait_for_port()
Completed in 20 milliseconds