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:hw_ptr_base
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_trace.h
24
__field( snd_pcm_uframes_t,
hw_ptr_base
)
36
__entry->
hw_ptr_base
= (substream)->runtime->
hw_ptr_base
;
45
(unsigned long)__entry->
hw_ptr_base
,
61
__field( snd_pcm_uframes_t,
hw_ptr_base
)
71
__entry->
hw_ptr_base
= (substream)->runtime->
hw_ptr_base
;
78
(unsigned long)__entry->
hw_ptr_base
,
H
A
D
pcm_lib.c
312
hw_base = runtime->
hw_ptr_base
;
in snd_pcm_update_hw_ptr0()
454
runtime->
hw_ptr_base
= hw_base;
in snd_pcm_update_hw_ptr0()
H
A
D
pcm_native.c
1881
runtime->
hw_ptr_base
= 0;
in snd_pcm_do_reset()
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_trace.h
24
__field( snd_pcm_uframes_t,
hw_ptr_base
)
36
__entry->
hw_ptr_base
= (substream)->runtime->
hw_ptr_base
;
45
(unsigned long)__entry->
hw_ptr_base
,
61
__field( snd_pcm_uframes_t,
hw_ptr_base
)
71
__entry->
hw_ptr_base
= (substream)->runtime->
hw_ptr_base
;
78
(unsigned long)__entry->
hw_ptr_base
,
H
A
D
pcm_lib.c
338
hw_base = runtime->
hw_ptr_base
;
in snd_pcm_update_hw_ptr0()
480
runtime->
hw_ptr_base
= hw_base;
in snd_pcm_update_hw_ptr0()
H
A
D
pcm_native.c
1898
runtime->
hw_ptr_base
= 0;
in snd_pcm_do_reset()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_intel.c
732
if (runtime->
hw_ptr_base
!= runtime->hw_ptr_interrupt)
in azx_position_ok()
737
hwptr = runtime->
hw_ptr_base
+ pos;
in azx_position_ok()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_intel.c
692
if (runtime->
hw_ptr_base
!= runtime->hw_ptr_interrupt)
in azx_position_ok()
697
hwptr = runtime->
hw_ptr_base
+ pos;
in azx_position_ok()
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm.h
351
snd_pcm_uframes_t
hw_ptr_base
; /* Position at buffer restart */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm.h
354
snd_pcm_uframes_t
hw_ptr_base
; /* Position at buffer restart */
member
/kernel/linux/linux-6.6/sound/usb/
H
A
D
pcm.c
1499
avail = (runtime->control->appl_ptr - runtime->
hw_ptr_base
)
in prepare_playback_urb()
Completed in 34 milliseconds