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_fanin
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
pc87427.c
74
u8
has_fanin
;
member
973
if (!(sio_data->
has_fanin
& (1 << i))) /* Not wired */
in pc87427_init_device()
984
if (!(sio_data->
has_fanin
& (1 << i))) /* Not wired */
in pc87427_init_device()
990
data->fan_enabled = sio_data->
has_fanin
;
in pc87427_init_device()
1247
sio_data->
has_fanin
= (1 << 2) | (1 << 3); /* FANIN2, FANIN3 */
in pc87427_find()
1251
sio_data->
has_fanin
|= (1 << 0); /* FANIN0 */
in pc87427_find()
1253
sio_data->
has_fanin
|= (1 << 4); /* FANIN4 */
in pc87427_find()
1257
sio_data->
has_fanin
|= (1 << 1); /* FANIN1 */
in pc87427_find()
1261
sio_data->
has_fanin
|= (1 << 7); /* FANIN7 */
in pc87427_find()
1264
sio_data->
has_fanin
|
in pc87427_find()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
pc87427.c
74
u8
has_fanin
;
member
973
if (!(sio_data->
has_fanin
& (1 << i))) /* Not wired */
in pc87427_init_device()
984
if (!(sio_data->
has_fanin
& (1 << i))) /* Not wired */
in pc87427_init_device()
990
data->fan_enabled = sio_data->
has_fanin
;
in pc87427_init_device()
1247
sio_data->
has_fanin
= (1 << 2) | (1 << 3); /* FANIN2, FANIN3 */
in pc87427_find()
1251
sio_data->
has_fanin
|= (1 << 0); /* FANIN0 */
in pc87427_find()
1253
sio_data->
has_fanin
|= (1 << 4); /* FANIN4 */
in pc87427_find()
1257
sio_data->
has_fanin
|= (1 << 1); /* FANIN1 */
in pc87427_find()
1261
sio_data->
has_fanin
|= (1 << 7); /* FANIN7 */
in pc87427_find()
1264
sio_data->
has_fanin
|
in pc87427_find()
[all...]
Completed in 4 milliseconds