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:trip_type_attrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_sysfs.c
502
tz->
trip_type_attrs
= kcalloc(tz->trips, sizeof(*tz->
trip_type_attrs
),
in create_trip_attrs()
504
if (!tz->
trip_type_attrs
)
in create_trip_attrs()
510
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
519
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
527
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
536
snprintf(tz->
trip_type_attrs
[indx].name, THERMAL_NAME_LENGTH,
in create_trip_attrs()
539
sysfs_attr_init(&tz->
trip_type_attrs
[indx].attr.attr);
in create_trip_attrs()
540
tz->
trip_type_attrs
[indx].attr.attr.name =
in create_trip_attrs()
541
tz->
trip_type_attrs
[ind
in create_trip_attrs()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_sysfs.c
443
tz->
trip_type_attrs
= kcalloc(tz->num_trips, sizeof(*tz->
trip_type_attrs
),
in create_trip_attrs()
445
if (!tz->
trip_type_attrs
)
in create_trip_attrs()
451
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
459
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
466
kfree(tz->
trip_type_attrs
);
in create_trip_attrs()
474
snprintf(tz->
trip_type_attrs
[indx].name, THERMAL_NAME_LENGTH,
in create_trip_attrs()
477
sysfs_attr_init(&tz->
trip_type_attrs
[indx].attr.attr);
in create_trip_attrs()
478
tz->
trip_type_attrs
[indx].attr.attr.name =
in create_trip_attrs()
479
tz->
trip_type_attrs
[ind
in create_trip_attrs()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
thermal.h
113
* @
trip_type_attrs
: attributes for trip points for sysfs: trip type
156
struct thermal_attr *
trip_type_attrs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
thermal.h
119
* @
trip_type_attrs
: attributes for trip points for sysfs: trip type
161
struct thermal_attr *
trip_type_attrs
;
member
Completed in 5 milliseconds