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:ctl_snapshot_last
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usbusx2y.c
190
if (-2 == us428ctls->
ctl_snapshot_last
) {
in i_usx2y_in04_int()
193
us428ctls->
ctl_snapshot_last
= -1;
in i_usx2y_in04_int()
205
int n = us428ctls->
ctl_snapshot_last
+ 1;
in i_usx2y_in04_int()
210
us428ctls->
ctl_snapshot_last
= n;
in i_usx2y_in04_int()
H
A
D
usbus428ctldefs.h
88
int
ctl_snapshot_last
, ctl_snapshot_red;
member
H
A
D
usX2Yhwdep.c
69
us428->us428ctls_sharedmem->
ctl_snapshot_last
= -2;
in snd_us428ctls_mmap()
87
if (shm != NULL && shm->
ctl_snapshot_last
!= shm->ctl_snapshot_red)
in snd_us428ctls_poll()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usbusx2y.c
189
if (us428ctls->
ctl_snapshot_last
== -2) {
in i_usx2y_in04_int()
192
us428ctls->
ctl_snapshot_last
= -1;
in i_usx2y_in04_int()
203
n = us428ctls->
ctl_snapshot_last
+ 1;
in i_usx2y_in04_int()
208
us428ctls->
ctl_snapshot_last
= n;
in i_usx2y_in04_int()
H
A
D
usbus428ctldefs.h
88
int
ctl_snapshot_last
, ctl_snapshot_red;
member
H
A
D
usX2Yhwdep.c
80
if (shm && shm->
ctl_snapshot_last
!= shm->ctl_snapshot_red)
in snd_us428ctls_poll()
246
us428->us428ctls_sharedmem->
ctl_snapshot_last
= -2;
in usx2y_hwdep_new()
Completed in 3 milliseconds