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:chan_select_table
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
adm1031.c
72
* The
chan_select_table
contains the possible configurations for
75
const auto_chan_table_t *
chan_select_table
;
member
257
(*(data)->
chan_select_table
)[FAN_CHAN_FROM_REG((data)->conf1)][idx % 2]
291
(*data->
chan_select_table
)[FAN_CHAN_FROM_REG(reg)][chan ? 0 : 1];
in get_fan_auto_nearest()
297
if ((val == (*data->
chan_select_table
)[i][chan]) &&
in get_fan_auto_nearest()
298
((*data->
chan_select_table
)[i][chan ? 0 : 1] ==
in get_fan_auto_nearest()
303
} else if (val == (*data->
chan_select_table
)[i][chan] &&
in get_fan_auto_nearest()
1043
data->
chan_select_table
= &auto_channel_select_table_adm1030;
in adm1031_probe()
1045
data->
chan_select_table
= &auto_channel_select_table_adm1031;
in adm1031_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
adm1031.c
72
* The
chan_select_table
contains the possible configurations for
75
const auto_chan_table_t *
chan_select_table
;
member
256
(*(data)->
chan_select_table
)[FAN_CHAN_FROM_REG((data)->conf1)][idx % 2]
290
(*data->
chan_select_table
)[FAN_CHAN_FROM_REG(reg)][chan ? 0 : 1];
in get_fan_auto_nearest()
296
if ((val == (*data->
chan_select_table
)[i][chan]) &&
in get_fan_auto_nearest()
297
((*data->
chan_select_table
)[i][chan ? 0 : 1] ==
in get_fan_auto_nearest()
302
} else if (val == (*data->
chan_select_table
)[i][chan] &&
in get_fan_auto_nearest()
1042
data->
chan_select_table
= &auto_channel_select_table_adm1030;
in adm1031_probe()
1044
data->
chan_select_table
= &auto_channel_select_table_adm1031;
in adm1031_probe()
Completed in 4 milliseconds