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_dts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
nct7904.c
138
u8
has_dts
;
member
454
if ((data->
has_dts
>> (channel - 5)) & 0x01) {
in nct7904_read_temp()
516
if (data->
has_dts
& BIT(channel - 5))
in nct7904_temp_is_visible()
528
if (data->
has_dts
& BIT(channel - 5))
in nct7904_temp_is_visible()
1115
data->
has_dts
= ret & 0xF;
in nct7904_probe()
1120
data->
has_dts
|= (ret & 0xF) << 4;
in nct7904_probe()
H
A
D
w83795.c
349
u8
has_dts
; /* Enable monitor DTS temp */
member
650
if (!(data->
has_dts
& (1 << i)))
in w83795_update_device()
991
useful += (data->
has_dts
>> (tss_map[i][tsrc] - 6)) & 1;
in w83795_tss_useful()
2060
if (!(data->
has_dts
& (1 << i)))
in w83795_handle_files()
2181
data->
has_dts
= w83795_read(client, W83795_REG_DTSE);
in w83795_probe()
2187
if (!(data->
has_dts
& (1 << i)))
in w83795_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
nct7904.c
138
u8
has_dts
;
member
454
if ((data->
has_dts
>> (channel - 5)) & 0x01) {
in nct7904_read_temp()
516
if (data->
has_dts
& BIT(channel - 5))
in nct7904_temp_is_visible()
528
if (data->
has_dts
& BIT(channel - 5))
in nct7904_temp_is_visible()
1115
data->
has_dts
= ret & 0xF;
in nct7904_probe()
1120
data->
has_dts
|= (ret & 0xF) << 4;
in nct7904_probe()
H
A
D
w83795.c
349
u8
has_dts
; /* Enable monitor DTS temp */
member
650
if (!(data->
has_dts
& (1 << i)))
in w83795_update_device()
991
useful += (data->
has_dts
>> (tss_map[i][tsrc] - 6)) & 1;
in w83795_tss_useful()
2060
if (!(data->
has_dts
& (1 << i)))
in w83795_handle_files()
2181
data->
has_dts
= w83795_read(client, W83795_REG_DTSE);
in w83795_probe()
2187
if (!(data->
has_dts
& (1 << i)))
in w83795_probe()
Completed in 10 milliseconds