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:tstamp_mode
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_compat.c
71
s32
tstamp_mode
;
member
94
if (get_user(params.
tstamp_mode
, &src->
tstamp_mode
) ||
in snd_pcm_ioctl_sw_params_compat()
H
A
D
pcm_native.c
782
runtime->
tstamp_mode
= SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_hw_params()
910
if (params->
tstamp_mode
< 0 ||
in snd_pcm_sw_params()
911
params->
tstamp_mode
> SNDRV_PCM_TSTAMP_LAST)
in snd_pcm_sw_params()
929
runtime->
tstamp_mode
= params->
tstamp_mode
;
in snd_pcm_sw_params()
1005
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_status64()
1027
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_status64()
H
A
D
pcm_lib.c
147
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in __snd_pcm_xrun()
215
if (runtime->
tstamp_mode
!= SNDRV_PCM_TSTAMP_ENABLE)
in update_audio_tstamp()
280
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_update_hw_ptr0()
H
A
D
pcm.c
430
snd_iprintf(buffer, "
tstamp_mode
: %s\n", snd_pcm_tstamp_mode_name(runtime->
tstamp_mode
));
in snd_pcm_substream_proc_sw_params_read()
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_compat.c
71
s32
tstamp_mode
;
member
94
if (get_user(params.
tstamp_mode
, &src->
tstamp_mode
) ||
in snd_pcm_ioctl_sw_params_compat()
H
A
D
pcm_native.c
800
runtime->
tstamp_mode
= SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_hw_params()
929
if (params->
tstamp_mode
< 0 ||
in snd_pcm_sw_params()
930
params->
tstamp_mode
> SNDRV_PCM_TSTAMP_LAST)
in snd_pcm_sw_params()
948
runtime->
tstamp_mode
= params->
tstamp_mode
;
in snd_pcm_sw_params()
1024
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_status64()
1046
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_status64()
H
A
D
pcm_lib.c
173
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in __snd_pcm_xrun()
241
if (runtime->
tstamp_mode
!= SNDRV_PCM_TSTAMP_ENABLE)
in update_audio_tstamp()
306
if (runtime->
tstamp_mode
== SNDRV_PCM_TSTAMP_ENABLE) {
in snd_pcm_update_hw_ptr0()
H
A
D
pcm.c
432
snd_iprintf(buffer, "
tstamp_mode
: %s\n", snd_pcm_tstamp_mode_name(runtime->
tstamp_mode
));
in snd_pcm_substream_proc_sw_params_read()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H
A
D
asound.h
324
int
tstamp_mode
;
member
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H
A
D
asound.h
434
int
tstamp_mode
; /* timestamp mode */
member
/kernel/linux/linux-5.10/include/uapi/sound/
H
A
D
asound.h
434
int
tstamp_mode
; /* timestamp mode */
member
/kernel/linux/linux-6.6/include/uapi/sound/
H
A
D
asound.h
430
int
tstamp_mode
; /* timestamp mode */
member
/kernel/linux/linux-6.6/tools/include/uapi/sound/
H
A
D
asound.h
430
int
tstamp_mode
; /* timestamp mode */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H
A
D
asound.h
339
int
tstamp_mode
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H
A
D
asound.h
339
int
tstamp_mode
;
member
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm.h
377
int
tstamp_mode
; /* mmap timestamp is updated */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm.h
380
int
tstamp_mode
;
member
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
1015
sw_params->
tstamp_mode
= SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_oss_change_params_locked()
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
1021
sw_params->
tstamp_mode
= SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_oss_change_params_locked()
Completed in 62 milliseconds