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:attr_get
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_hwmon.c
58
therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000);
in nouveau_hwmon_temp1_auto_point1_temp()
91
therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000);
in nouveau_hwmon_temp1_auto_point1_temp_hyst()
124
ret = therm->
attr_get
(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY);
in nouveau_hwmon_get_pwm1_max()
140
ret = therm->
attr_get
(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY);
in nouveau_hwmon_get_pwm1_min()
328
if (!therm || !therm->
attr_get
|| nvkm_therm_temp_get(therm) < 0)
in nouveau_temp_is_visible()
352
if (!therm || !therm->
attr_get
|| !therm->fan_get ||
in nouveau_pwm_is_visible()
391
if (!therm || !therm->
attr_get
|| nvkm_therm_fan_sense(therm) < 0)
in nouveau_fan_is_visible()
424
if (!therm || !therm->
attr_get
)
in nouveau_temp_read()
435
*val = therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK)
in nouveau_temp_read()
439
*val = therm->
attr_get
(ther
in nouveau_temp_read()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_hwmon.c
58
therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000);
in nouveau_hwmon_temp1_auto_point1_temp()
91
therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000);
in nouveau_hwmon_temp1_auto_point1_temp_hyst()
124
ret = therm->
attr_get
(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY);
in nouveau_hwmon_get_pwm1_max()
140
ret = therm->
attr_get
(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY);
in nouveau_hwmon_get_pwm1_min()
277
if (!therm || !therm->
attr_get
|| nvkm_therm_temp_get(therm) < 0)
in nouveau_temp_is_visible()
301
if (!therm || !therm->
attr_get
|| !therm->fan_get ||
in nouveau_pwm_is_visible()
340
if (!therm || !therm->
attr_get
|| nvkm_therm_fan_sense(therm) < 0)
in nouveau_fan_is_visible()
373
if (!therm || !therm->
attr_get
)
in nouveau_temp_read()
384
*val = therm->
attr_get
(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK)
in nouveau_temp_read()
388
*val = therm->
attr_get
(ther
in nouveau_temp_read()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H
A
D
therm.h
96
int (*
attr_get
)(struct nvkm_therm *, enum nvkm_therm_attr_type);
member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H
A
D
therm.h
96
int (*
attr_get
)(struct nvkm_therm *, enum nvkm_therm_attr_type);
member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H
A
D
base.c
436
therm->
attr_get
= nvkm_therm_attr_get;
in nvkm_therm_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H
A
D
base.c
436
therm->
attr_get
= nvkm_therm_attr_get;
in nvkm_therm_ctor()
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
ynl-gen-c.py
159
def
attr_get
(self, ri, var, first):
member in Type
244
def
attr_get
(self, ri, var, first):
member in TypePad
1474
good = arg.
attr_get
(ri, 'dst', first=first)
Completed in 7 milliseconds