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_TYPE_PORT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
test.c
83
sw->ports[0].config.type =
TB_TYPE_PORT
;
in alloc_host()
87
sw->ports[1].config.type =
TB_TYPE_PORT
;
in alloc_host()
92
sw->ports[2].config.type =
TB_TYPE_PORT
;
in alloc_host()
98
sw->ports[3].config.type =
TB_TYPE_PORT
;
in alloc_host()
103
sw->ports[4].config.type =
TB_TYPE_PORT
;
in alloc_host()
159
sw->ports[0].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
163
sw->ports[1].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
168
sw->ports[2].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
174
sw->ports[3].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
179
sw->ports[4].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
[all...]
H
A
D
tb_regs.h
236
TB_TYPE_PORT
= 0x000001,
enumerator
H
A
D
eeprom.c
361
if (type ==
TB_TYPE_PORT
) {
in tb_drom_parse_entry_port()
H
A
D
tb.h
470
return port && port->port && port->config.type ==
TB_TYPE_PORT
;
in tb_port_is_null()
H
A
D
tb.c
571
if (port->config.type !=
TB_TYPE_PORT
)
in tb_scan_port()
H
A
D
icm.c
375
if ((port & ICM_PORT_TYPE_MASK) !=
TB_TYPE_PORT
)
in icm_fr_get_switch_index()
H
A
D
switch.c
745
if (port->config.type ==
TB_TYPE_PORT
&& port->port != 0) {
in tb_init_port()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
test.c
83
sw->ports[0].config.type =
TB_TYPE_PORT
;
in alloc_host()
87
sw->ports[1].config.type =
TB_TYPE_PORT
;
in alloc_host()
94
sw->ports[2].config.type =
TB_TYPE_PORT
;
in alloc_host()
102
sw->ports[3].config.type =
TB_TYPE_PORT
;
in alloc_host()
109
sw->ports[4].config.type =
TB_TYPE_PORT
;
in alloc_host()
204
sw->ports[0].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
208
sw->ports[1].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
215
sw->ports[2].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
223
sw->ports[3].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
230
sw->ports[4].config.type =
TB_TYPE_PORT
;
in alloc_dev_default()
[all...]
H
A
D
tb_regs.h
268
TB_TYPE_PORT
= 0x000001,
enumerator
H
A
D
eeprom.c
386
if (type ==
TB_TYPE_PORT
) {
in tb_drom_parse_entry_port()
H
A
D
tb.h
594
return port && port->port && port->config.type ==
TB_TYPE_PORT
;
in tb_port_is_null()
H
A
D
tb.c
898
if (port->config.type !=
TB_TYPE_PORT
)
in tb_scan_port()
H
A
D
switch.c
709
if (port->config.type ==
TB_TYPE_PORT
) {
in tb_init_port()
H
A
D
icm.c
391
if ((port & ICM_PORT_TYPE_MASK) !=
TB_TYPE_PORT
)
in icm_fr_get_switch_index()
Completed in 32 milliseconds