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:tmr_subdevice
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
timer.c
188
if (timer->
tmr_subdevice
!= tid->subdevice)
in snd_timer_find()
960
timer->
tmr_subdevice
= tid->subdevice;
in snd_timer_new()
1044
if (timer1->
tmr_subdevice
> timer->
tmr_subdevice
)
in snd_timer_dev_register()
1046
if (timer1->
tmr_subdevice
< timer->
tmr_subdevice
)
in snd_timer_dev_register()
1264
timer->tmr_device, timer->
tmr_subdevice
);
in snd_timer_proc_read()
1269
timer->tmr_device, timer->
tmr_subdevice
);
in snd_timer_proc_read()
1547
id->subdevice = timer->
tmr_subdevice
;
in snd_timer_user_copy_id()
1619
if (timer->
tmr_subdevice
> i
in snd_timer_user_next_device()
[all...]
/kernel/linux/linux-6.6/sound/core/
H
A
D
timer.c
188
if (timer->
tmr_subdevice
!= tid->subdevice)
in snd_timer_find()
960
timer->
tmr_subdevice
= tid->subdevice;
in snd_timer_new()
1044
if (timer1->
tmr_subdevice
> timer->
tmr_subdevice
)
in snd_timer_dev_register()
1046
if (timer1->
tmr_subdevice
< timer->
tmr_subdevice
)
in snd_timer_dev_register()
1265
timer->tmr_device, timer->
tmr_subdevice
);
in snd_timer_proc_read()
1270
timer->tmr_device, timer->
tmr_subdevice
);
in snd_timer_proc_read()
1551
id->subdevice = timer->
tmr_subdevice
;
in snd_timer_user_copy_id()
1623
if (timer->
tmr_subdevice
> i
in snd_timer_user_next_device()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
timer.h
62
int
tmr_subdevice
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
timer.h
62
int
tmr_subdevice
;
member
Completed in 6 milliseconds