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:link_subtype
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-core.c
337
int
link_subtype
;
in coresight_enable_link()
local
345
link_subtype
= csdev->subtype.
link_subtype
;
in coresight_enable_link()
347
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_MERG && inport < 0)
in coresight_enable_link()
349
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && outport < 0)
in coresight_enable_link()
372
int
link_subtype
;
in coresight_disable_link()
local
380
link_subtype
= csdev->subtype.
link_subtype
;
in coresight_disable_link()
382
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_MERG) {
in coresight_disable_link()
384
} else if (
link_subtype
in coresight_disable_link()
1481
int
link_subtype
;
coresight_register()
local
[all...]
H
A
D
coresight-funnel.c
258
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_MERG;
in funnel_probe()
H
A
D
coresight-replicator.c
274
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
in replicator_probe()
H
A
D
coresight-tmc-core.c
498
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_FIFO;
in tmc_probe()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-core.c
318
int
link_subtype
;
in coresight_enable_link()
local
326
link_subtype
= csdev->subtype.
link_subtype
;
in coresight_enable_link()
328
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn))
in coresight_enable_link()
330
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn))
in coresight_enable_link()
347
int
link_subtype
;
in coresight_disable_link()
local
355
link_subtype
= csdev->subtype.
link_subtype
;
in coresight_disable_link()
361
if (
link_subtype
== CORESIGHT_DEV_SUBTYPE_LINK_MERG) {
in coresight_disable_link()
366
} else if (
link_subtype
in coresight_disable_link()
[all...]
H
A
D
coresight-tpda.c
165
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_MERG;
in tpda_probe()
H
A
D
coresight-replicator.c
276
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
in replicator_probe()
H
A
D
coresight-funnel.c
265
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_MERG;
in funnel_probe()
H
A
D
coresight-tmc-core.c
501
desc.subtype.
link_subtype
= CORESIGHT_DEV_SUBTYPE_LINK_FIFO;
in tmc_probe()
/kernel/linux/linux-5.10/include/linux/
H
A
D
coresight.h
83
* @
link_subtype
: type of link this component is, as defined
96
enum coresight_dev_subtype_link
link_subtype
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
coresight.h
79
* @
link_subtype
: type of link this component is, as defined
90
enum coresight_dev_subtype_link
link_subtype
;
member
Completed in 9 milliseconds