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:ctiinout_sel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-cti-sysfs.c
293
val = (u32)drvdata->config.
ctiinout_sel
;
in inout_sel_show()
310
drvdata->config.
ctiinout_sel
= val;
in inout_sel_store()
325
index = drvdata->config.
ctiinout_sel
;
in inen_show()
344
index = config->
ctiinout_sel
;
in inen_store()
364
index = drvdata->config.
ctiinout_sel
;
in outen_show()
383
index = config->
ctiinout_sel
;
in outen_store()
775
config->
ctiinout_sel
= 0;
in chan_xtrigs_reset_store()
H
A
D
coresight-cti.h
132
* @
ctiinout_sel
: register selector for INEN and OUTEN regs.
157
u8
ctiinout_sel
;
member
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-cti-sysfs.c
336
val = (u32)drvdata->config.
ctiinout_sel
;
in inout_sel_show()
353
drvdata->config.
ctiinout_sel
= val;
in inout_sel_store()
368
index = drvdata->config.
ctiinout_sel
;
in inen_show()
387
index = config->
ctiinout_sel
;
in inen_store()
407
index = drvdata->config.
ctiinout_sel
;
in outen_show()
426
index = config->
ctiinout_sel
;
in outen_store()
743
config->
ctiinout_sel
= 0;
in chan_xtrigs_reset_store()
H
A
D
coresight-cti.h
132
* @
ctiinout_sel
: register selector for INEN and OUTEN regs.
157
u8
ctiinout_sel
;
member
Completed in 5 milliseconds