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_temp_attrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_sysfs.c
507
tz->
trip_temp_attrs
= kcalloc(tz->trips, sizeof(*tz->
trip_temp_attrs
),
in create_trip_attrs()
509
if (!tz->
trip_temp_attrs
) {
in create_trip_attrs()
520
kfree(tz->
trip_temp_attrs
);
in create_trip_attrs()
528
kfree(tz->
trip_temp_attrs
);
in create_trip_attrs()
547
snprintf(tz->
trip_temp_attrs
[indx].name, THERMAL_NAME_LENGTH,
in create_trip_attrs()
550
sysfs_attr_init(&tz->
trip_temp_attrs
[indx].attr.attr);
in create_trip_attrs()
551
tz->
trip_temp_attrs
[indx].attr.attr.name =
in create_trip_attrs()
552
tz->
trip_temp_attrs
[indx].name;
in create_trip_attrs()
553
tz->
trip_temp_attrs
[ind
in create_trip_attrs()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_sysfs.c
448
tz->
trip_temp_attrs
= kcalloc(tz->num_trips, sizeof(*tz->
trip_temp_attrs
),
in create_trip_attrs()
450
if (!tz->
trip_temp_attrs
) {
in create_trip_attrs()
460
kfree(tz->
trip_temp_attrs
);
in create_trip_attrs()
467
kfree(tz->
trip_temp_attrs
);
in create_trip_attrs()
485
snprintf(tz->
trip_temp_attrs
[indx].name, THERMAL_NAME_LENGTH,
in create_trip_attrs()
488
sysfs_attr_init(&tz->
trip_temp_attrs
[indx].attr.attr);
in create_trip_attrs()
489
tz->
trip_temp_attrs
[indx].attr.attr.name =
in create_trip_attrs()
490
tz->
trip_temp_attrs
[indx].name;
in create_trip_attrs()
491
tz->
trip_temp_attrs
[ind
in create_trip_attrs()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
thermal.h
112
* @
trip_temp_attrs
: attributes for trip points for sysfs: trip temperature
155
struct thermal_attr *
trip_temp_attrs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
thermal.h
118
* @
trip_temp_attrs
: attributes for trip points for sysfs: trip temperature
160
struct thermal_attr *
trip_temp_attrs
;
member
Completed in 5 milliseconds