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:have_vid
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
nct6775.h
165
bool
have_vid
;
member
H
A
D
nct6775-platform.c
806
if (index == 0 && !data->
have_vid
)
in nct6775_other_is_visible()
856
data->
have_vid
= (cr2a & 0x40);
in nct6775_platform_probe_init()
859
data->
have_vid
= (cr2a & 0x60) == 0x40;
in nct6775_platform_probe_init()
879
if (data->
have_vid
) {
in nct6775_platform_probe_init()
H
A
D
w83627ehf.c
373
u8
have_vid
:1;
member
1119
if (devattr->show == cpu0_vid_show && data->
have_vid
)
in w83627ehf_attrs_visible()
1886
data->
have_vid
= true;
in w83627ehf_probe()
1920
data->
have_vid
= true;
in w83627ehf_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
w83627ehf.c
373
u8
have_vid
:1;
member
1121
if (devattr->show == cpu0_vid_show && data->
have_vid
)
in w83627ehf_attrs_visible()
1896
data->
have_vid
= true;
in w83627ehf_probe()
1930
data->
have_vid
= true;
in w83627ehf_probe()
H
A
D
nct6775.c
1207
bool
have_vid
;
member
3465
if (index == 0 && !data->
have_vid
)
in nct6775_other_is_visible()
4512
data->
have_vid
= (cr2a & 0x40);
in nct6775_probe()
4515
data->
have_vid
= (cr2a & 0x60) == 0x40;
in nct6775_probe()
4534
if (data->
have_vid
) {
in nct6775_probe()
Completed in 15 milliseconds