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:PRO_RATE_RESET
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
ice1724.c
92
static int
PRO_RATE_RESET
= 1;
variable
1082
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_pro_close()
1093
if (
PRO_RATE_RESET
)
in snd_vt1724_capture_pro_close()
1229
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_spdif_close()
1266
if (
PRO_RATE_RESET
)
in snd_vt1724_capture_spdif_close()
1409
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_indep_close()
1985
ucontrol->value.integer.value[0] =
PRO_RATE_RESET
? 1 : 0;
in snd_vt1724_pro_rate_reset_get()
1997
change =
PRO_RATE_RESET
!= nval;
in snd_vt1724_pro_rate_reset_put()
1998
PRO_RATE_RESET
= nval;
in snd_vt1724_pro_rate_reset_put()
H
A
D
ice1712.c
105
static int
PRO_RATE_RESET
= 1;
variable
1174
if (
PRO_RATE_RESET
)
in snd_ice1712_playback_pro_close()
1187
if (
PRO_RATE_RESET
)
in snd_ice1712_capture_pro_close()
1945
ucontrol->value.integer.value[0] =
PRO_RATE_RESET
;
in snd_ice1712_pro_rate_reset_get()
1957
change =
PRO_RATE_RESET
!= nval;
in snd_ice1712_pro_rate_reset_put()
1958
PRO_RATE_RESET
= nval;
in snd_ice1712_pro_rate_reset_put()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
ice1724.c
73
static int
PRO_RATE_RESET
= 1;
variable
1063
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_pro_close()
1074
if (
PRO_RATE_RESET
)
in snd_vt1724_capture_pro_close()
1210
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_spdif_close()
1247
if (
PRO_RATE_RESET
)
in snd_vt1724_capture_spdif_close()
1390
if (
PRO_RATE_RESET
)
in snd_vt1724_playback_indep_close()
1966
ucontrol->value.integer.value[0] =
PRO_RATE_RESET
? 1 : 0;
in snd_vt1724_pro_rate_reset_get()
1978
change =
PRO_RATE_RESET
!= nval;
in snd_vt1724_pro_rate_reset_put()
1979
PRO_RATE_RESET
= nval;
in snd_vt1724_pro_rate_reset_put()
H
A
D
ice1712.c
99
static int
PRO_RATE_RESET
= 1;
variable
1168
if (
PRO_RATE_RESET
)
in snd_ice1712_playback_pro_close()
1181
if (
PRO_RATE_RESET
)
in snd_ice1712_capture_pro_close()
1939
ucontrol->value.integer.value[0] =
PRO_RATE_RESET
;
in snd_ice1712_pro_rate_reset_get()
1951
change =
PRO_RATE_RESET
!= nval;
in snd_ice1712_pro_rate_reset_put()
1952
PRO_RATE_RESET
= nval;
in snd_ice1712_pro_rate_reset_put()
Completed in 15 milliseconds