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:has_temp
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
w83793.c
232
u8
has_temp
;
member
1749
data->
has_temp
|= 0x01;
in w83793_probe()
1751
data->
has_temp
|= 0x02;
in w83793_probe()
1753
data->
has_temp
|= 0x04;
in w83793_probe()
1755
data->
has_temp
|= 0x08;
in w83793_probe()
1759
data->
has_temp
|= 0x10;
in w83793_probe()
1761
data->
has_temp
|= 0x20;
in w83793_probe()
1794
if (!(data->
has_temp
& (1 << i)))
in w83793_probe()
1972
if (!(data->
has_temp
& (1 << i)))
in w83793_update_nonvolatile()
2055
if (!(data->
has_temp
in w83793_update_device()
[all...]
H
A
D
it87.c
534
u8
has_temp
; /* Bitfield, temp sensors enabled */
member
791
if (!(data->
has_temp
& BIT(i)))
in it87_update_device()
2080
if (!(data->
has_temp
& BIT(i)))
in it87_temp_is_visible()
3120
data->
has_temp
= 0x07;
in it87_probe()
3124
data->
has_temp
&= ~BIT(2);
in it87_probe()
3136
data->
has_temp
|= BIT(3);
in it87_probe()
3138
data->
has_temp
|= BIT(4);
in it87_probe()
3140
data->
has_temp
|= BIT(5);
in it87_probe()
H
A
D
w83795.c
338
u8
has_temp
; /* Enable monitor temp6-1 or not */
member
497
if (!(data->
has_temp
& (1 << i)))
in w83795_update_limits()
989
useful += (data->
has_temp
>> tss_map[i][tsrc]) & 1;
in w83795_tss_useful()
2047
if (!(data->
has_temp
& (1 << i)))
in w83795_handle_files()
2132
data->
has_temp
|= 1 << temp_chan;
in w83795_apply_temp_config()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
w83793.c
232
u8
has_temp
;
member
1747
data->
has_temp
|= 0x01;
in w83793_probe()
1749
data->
has_temp
|= 0x02;
in w83793_probe()
1751
data->
has_temp
|= 0x04;
in w83793_probe()
1753
data->
has_temp
|= 0x08;
in w83793_probe()
1757
data->
has_temp
|= 0x10;
in w83793_probe()
1759
data->
has_temp
|= 0x20;
in w83793_probe()
1792
if (!(data->
has_temp
& (1 << i)))
in w83793_probe()
1970
if (!(data->
has_temp
& (1 << i)))
in w83793_update_nonvolatile()
2053
if (!(data->
has_temp
in w83793_update_device()
[all...]
H
A
D
it87.c
599
u8
has_temp
; /* Bitfield, temp sensors enabled */
member
923
if (!(data->
has_temp
& BIT(i)))
in it87_update_device()
2355
if (!(data->
has_temp
& BIT(i)))
in it87_temp_is_visible()
3446
data->
has_temp
= 0x07;
in it87_probe()
3450
data->
has_temp
&= ~BIT(2);
in it87_probe()
3458
data->
has_temp
|= BIT(3);
in it87_probe()
3464
data->
has_temp
|= BIT(3);
in it87_probe()
3466
data->
has_temp
|= BIT(4);
in it87_probe()
3468
data->
has_temp
|= BIT(5);
in it87_probe()
H
A
D
w83795.c
338
u8
has_temp
; /* Enable monitor temp6-1 or not */
member
497
if (!(data->
has_temp
& (1 << i)))
in w83795_update_limits()
989
useful += (data->
has_temp
>> tss_map[i][tsrc]) & 1;
in w83795_tss_useful()
2047
if (!(data->
has_temp
& (1 << i)))
in w83795_handle_files()
2132
data->
has_temp
|= 1 << temp_chan;
in w83795_apply_temp_config()
/kernel/linux/linux-6.6/drivers/iio/temperature/
H
A
D
ltc2983.c
211
bool
has_temp
;
member
1425
} else if (st->info->
has_temp
&&
in ltc2983_parse_dt()
1716
.
has_temp
= true,
Completed in 27 milliseconds