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:extended_short
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
cap.c
163
if (!header.
extended_short
.length)
in tb_switch_next_cap()
166
ret = header.
extended_short
.next;
in tb_switch_next_cap()
237
if (header.
extended_short
.cap == TB_SWITCH_CAP_VSE &&
in tb_switch_find_vse_cap()
238
header.
extended_short
.vsec_id == vsec)
in tb_switch_find_vse_cap()
H
A
D
debugfs.c
331
if (!header.
extended_short
.length) {
in port_cap_show()
340
vsec_id = header.
extended_short
.vsec_id;
in port_cap_show()
342
length = header.
extended_short
.length;
in port_cap_show()
343
vsec_id = header.
extended_short
.vsec_id;
in port_cap_show()
441
if (!header.
extended_short
.length) {
in switch_cap_show()
451
length = header.
extended_short
.length;
in switch_cap_show()
453
vsec_id = header.
extended_short
.vsec_id;
in switch_cap_show()
H
A
D
tb_regs.h
100
* @
extended_short
: Vendor specific capability
106
struct tb_cap_extended_short
extended_short
;
member
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
cap.c
163
if (!header.
extended_short
.length)
in tb_switch_next_cap()
166
ret = header.
extended_short
.next;
in tb_switch_next_cap()
237
if (header.
extended_short
.cap == TB_SWITCH_CAP_VSE &&
in tb_switch_find_vse_cap()
238
header.
extended_short
.vsec_id == vsec)
in tb_switch_find_vse_cap()
H
A
D
debugfs.c
1201
if (!header.
extended_short
.length) {
in port_cap_show()
1210
vsec_id = header.
extended_short
.vsec_id;
in port_cap_show()
1212
length = header.
extended_short
.length;
in port_cap_show()
1213
vsec_id = header.
extended_short
.vsec_id;
in port_cap_show()
1302
if (!header.
extended_short
.length) {
in switch_cap_show()
1312
length = header.
extended_short
.length;
in switch_cap_show()
1314
vsec_id = header.
extended_short
.vsec_id;
in switch_cap_show()
H
A
D
tb_regs.h
104
* @
extended_short
: Vendor specific capability
110
struct tb_cap_extended_short
extended_short
;
member
Completed in 8 milliseconds