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:con_attrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-cti.h
83
* @
con_attrs
: Dynamic sysfs attributes specific to this connection.
92
struct attribute **
con_attrs
;
member
H
A
D
coresight-cti-sysfs.c
1067
con->
con_attrs
[attr_idx] = &eattr->attr.attr;
in cti_create_con_sysfs_attr()
1073
sysfs_attr_init(con->
con_attrs
[attr_idx]);
in cti_create_con_sysfs_attr()
1113
tc->
con_attrs
= devm_kcalloc(dev, CTI_CON_ATTR_MAX + 1,
in cti_create_con_attr_set()
1115
if (!tc->
con_attrs
)
in cti_create_con_attr_set()
1150
attr_group->attrs = tc->
con_attrs
;
in cti_create_con_attr_set()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-cti.h
83
* @
con_attrs
: Dynamic sysfs attributes specific to this connection.
92
struct attribute **
con_attrs
;
member
H
A
D
coresight-cti-sysfs.c
1035
con->
con_attrs
[attr_idx] = &eattr->attr.attr;
in cti_create_con_sysfs_attr()
1041
sysfs_attr_init(con->
con_attrs
[attr_idx]);
in cti_create_con_sysfs_attr()
1081
tc->
con_attrs
= devm_kcalloc(dev, CTI_CON_ATTR_MAX + 1,
in cti_create_con_attr_set()
1083
if (!tc->
con_attrs
)
in cti_create_con_attr_set()
1118
attr_group->attrs = tc->
con_attrs
;
in cti_create_con_attr_set()
Completed in 7 milliseconds