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:tsensor
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H
A
D
gp100.c
31
u32
tsensor
= nvkm_rd32(device, 0x020460);
in gp100_temp_get()
local
32
u32 inttemp = (
tsensor
& 0x0001fff8);
in gp100_temp_get()
35
if (
tsensor
& 0x40000000)
in gp100_temp_get()
39
if (
tsensor
& 0x20000000)
in gp100_temp_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H
A
D
gp100.c
31
u32
tsensor
= nvkm_rd32(device, 0x020460);
in gp100_temp_get()
local
32
u32 inttemp = (
tsensor
& 0x0001fff8);
in gp100_temp_get()
35
if (
tsensor
& 0x40000000)
in gp100_temp_get()
39
if (
tsensor
& 0x20000000)
in gp100_temp_get()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H
A
D
Makefile
4
obj-$(CONFIG_TEGRA30_TSENSOR) += tegra30-
tsensor
.o
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
sun8i_thermal.c
60
struct
tsensor
{
struct
89
struct
tsensor
sensor[MAX_SENSOR_NUM];
112
struct
tsensor
*s = data;
in sun8i_ths_get_temp()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
sun8i_thermal.c
59
struct
tsensor
{
struct
88
struct
tsensor
sensor[MAX_SENSOR_NUM];
111
struct
tsensor
*s = thermal_zone_device_priv(tz);
in sun8i_ths_get_temp()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_ioc.c
4718
bfa_trc(diag, diag->
tsensor
.lock);
in bfa_diag_notify()
4730
if (diag->
tsensor
.lock) {
in bfa_diag_notify()
4731
diag->
tsensor
.status = BFA_STATUS_IOC_FAILURE;
in bfa_diag_notify()
4732
diag->
tsensor
.cbfn(diag->
tsensor
.cbarg,
in bfa_diag_notify()
4733
diag->
tsensor
.status);
in bfa_diag_notify()
4734
diag->
tsensor
.lock = 0;
in bfa_diag_notify()
4901
msg = (struct bfi_diag_ts_req_s *)diag->
tsensor
.mbcmd.msg;
in diag_tempsensor_send()
4907
bfa_ioc_mbox_queue(diag->ioc, &diag->
tsensor
.mbcmd);
in diag_tempsensor_send()
4913
if (!diag->
tsensor
in diag_tempsensor_comp()
[all...]
H
A
D
bfa_ioc.h
611
struct bfa_diag_tsensor_s
tsensor
;
member
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_ioc.c
4719
bfa_trc(diag, diag->
tsensor
.lock);
in bfa_diag_notify()
4731
if (diag->
tsensor
.lock) {
in bfa_diag_notify()
4732
diag->
tsensor
.status = BFA_STATUS_IOC_FAILURE;
in bfa_diag_notify()
4733
diag->
tsensor
.cbfn(diag->
tsensor
.cbarg,
in bfa_diag_notify()
4734
diag->
tsensor
.status);
in bfa_diag_notify()
4735
diag->
tsensor
.lock = 0;
in bfa_diag_notify()
4902
msg = (struct bfi_diag_ts_req_s *)diag->
tsensor
.mbcmd.msg;
in diag_tempsensor_send()
4908
bfa_ioc_mbox_queue(diag->ioc, &diag->
tsensor
.mbcmd);
in diag_tempsensor_send()
4914
if (!diag->
tsensor
in diag_tempsensor_comp()
[all...]
H
A
D
bfa_ioc.h
615
struct bfa_diag_tsensor_s
tsensor
;
member
Completed in 20 milliseconds