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:config_csdev
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-config.c
138
static int cscfg_update_presets(struct cscfg_config_csdev *
config_csdev
, int preset)
in cscfg_update_presets()
argument
143
const struct cscfg_config_desc *config_desc =
config_csdev
->config_desc;
in cscfg_update_presets()
160
for (i = 0; i <
config_csdev
->nr_feat; i++) {
in cscfg_update_presets()
161
feat_csdev =
config_csdev
->feats_csdev[i];
in cscfg_update_presets()
170
dev_dbg(&
config_csdev
->csdev->dev,
in cscfg_update_presets()
175
dev_dbg(&
config_csdev
->csdev->dev,
in cscfg_update_presets()
192
static int cscfg_update_curr_params(struct cscfg_config_csdev *
config_csdev
)
in cscfg_update_curr_params()
argument
200
for (i = 0; i <
config_csdev
->nr_feat; i++) {
in cscfg_update_curr_params()
201
feat_csdev =
config_csdev
->feats_csdev[i];
in cscfg_update_curr_params()
209
dev_dbg(&
config_csdev
in cscfg_update_curr_params()
226
cscfg_prog_config(struct cscfg_
config_csdev
*
config_csdev
, bool enable)
cscfg_prog_config()
argument
256
cscfg_csdev_enable_config(struct cscfg_
config_csdev
*
config_csdev
, int preset)
cscfg_csdev_enable_config()
argument
269
cscfg_csdev_disable_config(struct cscfg_
config_csdev
*
config_csdev
)
cscfg_csdev_disable_config()
argument
[all...]
H
A
D
coresight-syscfg.c
48
struct cscfg_config_csdev *
config_csdev
= NULL;
in cscfg_alloc_csdev_cfg()
local
52
config_csdev
= devm_kzalloc(dev,
in cscfg_alloc_csdev_cfg()
55
if (!
config_csdev
)
in cscfg_alloc_csdev_cfg()
58
config_csdev
->csdev = csdev;
in cscfg_alloc_csdev_cfg()
59
return
config_csdev
;
in cscfg_alloc_csdev_cfg()
66
struct cscfg_config_csdev *
config_csdev
= NULL;
in cscfg_add_csdev_cfg()
local
80
if (!
config_csdev
) {
in cscfg_add_csdev_cfg()
81
config_csdev
= cscfg_alloc_csdev_cfg(csdev,
in cscfg_add_csdev_cfg()
83
if (!
config_csdev
)
in cscfg_add_csdev_cfg()
85
config_csdev
in cscfg_add_csdev_cfg()
393
struct cscfg_
config_csdev
*
config_csdev
, *tmp;
cscfg_remove_owned_csdev_configs()
local
1119
struct cscfg_
config_csdev
*
config_csdev
;
cscfg_csdev_disable_active_config()
local
[all...]
H
A
D
coresight-config.h
256
int cscfg_csdev_enable_config(struct cscfg_config_csdev *
config_csdev
, int preset);
257
void cscfg_csdev_disable_config(struct cscfg_config_csdev *
config_csdev
);
Completed in 2 milliseconds