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:cfg_view
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-syscfg-configfs.c
178
static int cscfg_add_preset_groups(struct cscfg_fs_config *
cfg_view
)
in cscfg_add_preset_groups()
argument
182
struct cscfg_config_desc *config_desc =
cfg_view
->config_desc;
in cscfg_add_preset_groups()
197
cfg_fs_preset->config_desc =
cfg_view
->config_desc;
in cscfg_add_preset_groups()
200
configfs_add_default_group(&cfg_fs_preset->group, &
cfg_view
->group);
in cscfg_add_preset_groups()
207
struct cscfg_fs_config *
cfg_view
;
in cscfg_create_config_group()
local
214
cfg_view
= devm_kzalloc(dev, sizeof(struct cscfg_fs_config), GFP_KERNEL);
in cscfg_create_config_group()
215
if (!
cfg_view
)
in cscfg_create_config_group()
218
cfg_view
->config_desc = config_desc;
in cscfg_create_config_group()
219
config_group_init_type_name(&
cfg_view
->group, config_desc->name, &cscfg_config_view_type);
in cscfg_create_config_group()
222
err = cscfg_add_preset_groups(
cfg_view
);
in cscfg_create_config_group()
[all...]
Completed in 2 milliseconds