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:ch_thermal
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_thermal.c
37
if (!adap->
ch_thermal
.trip_temp)
in cxgb4_thermal_get_trip_type()
40
*type = adap->
ch_thermal
.trip_type;
in cxgb4_thermal_get_trip_type()
49
if (!adap->
ch_thermal
.trip_temp)
in cxgb4_thermal_get_trip_temp()
52
*temp = adap->
ch_thermal
.trip_temp;
in cxgb4_thermal_get_trip_temp()
64
struct
ch_thermal
*
ch_thermal
= &adap->
ch_thermal
;
in cxgb4_thermal_init()
local
82
ch_thermal
->trip_temp = val * 1000;
in cxgb4_thermal_init()
83
ch_thermal
->trip_type = THERMAL_TRIP_CRITICAL;
in cxgb4_thermal_init()
87
ch_thermal
in cxgb4_thermal_init()
[all...]
H
A
D
cxgb4.h
1082
struct
ch_thermal
{
struct
1229
struct
ch_thermal
ch_thermal
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_thermal.c
40
struct
ch_thermal
*
ch_thermal
= &adap->
ch_thermal
;
in cxgb4_thermal_init()
local
62
ch_thermal
->tzdev = thermal_zone_device_register_with_trips(ch_tz_name, &trip, num_trip,
in cxgb4_thermal_init()
66
if (IS_ERR(
ch_thermal
->tzdev)) {
in cxgb4_thermal_init()
67
ret = PTR_ERR(
ch_thermal
->tzdev);
in cxgb4_thermal_init()
69
ch_thermal
->tzdev = NULL;
in cxgb4_thermal_init()
73
ret = thermal_zone_device_enable(
ch_thermal
->tzdev);
in cxgb4_thermal_init()
76
thermal_zone_device_unregister(adap->
ch_thermal
.tzdev);
in cxgb4_thermal_init()
85
if (adap->
ch_thermal
in cxgb4_thermal_remove()
[all...]
H
A
D
cxgb4.h
1080
struct
ch_thermal
{
struct
1225
struct
ch_thermal
ch_thermal
;
member
Completed in 11 milliseconds