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:vref_val
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ad9467.c
277
unsigned int i,
vref_val
;
in ad9467_get_scale()
local
284
vref_val
= ret & info1->vref_mask;
in ad9467_get_scale()
287
if (
vref_val
== info->scale_table[i][1])
in ad9467_get_scale()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ad9467.c
281
unsigned int i,
vref_val
;
in ad9467_get_scale()
local
288
vref_val
= ret & info1->vref_mask;
in ad9467_get_scale()
291
if (
vref_val
== info->scale_table[i][1])
in ad9467_get_scale()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_generic.c
2586
unsigned int
vref_val
= snd_hda_get_default_vref(codec, vref_pin);
in update_hp_mic()
local
2587
if (
vref_val
!= AC_PINCTL_VREF_HIZ)
in update_hp_mic()
2589
PIN_IN | (as_mic ?
vref_val
: 0));
in update_hp_mic()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_generic.c
2592
unsigned int
vref_val
= snd_hda_get_default_vref(codec, vref_pin);
in update_hp_mic()
local
2593
if (
vref_val
!= AC_PINCTL_VREF_HIZ)
in update_hp_mic()
2595
PIN_IN | (as_mic ?
vref_val
: 0));
in update_hp_mic()
Completed in 20 milliseconds