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:buf_rp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5514-spi.c
44
unsigned int buf_base, buf_limit,
buf_rp
;
member
106
if (cur_wp >= rt5514_dsp->
buf_rp
)
in rt5514_spi_copy_work()
107
remain_data = (cur_wp - rt5514_dsp->
buf_rp
);
in rt5514_spi_copy_work()
110
(rt5514_dsp->buf_limit - rt5514_dsp->
buf_rp
) +
in rt5514_spi_copy_work()
119
if (rt5514_dsp->
buf_rp
+ period_bytes <= rt5514_dsp->buf_limit) {
in rt5514_spi_copy_work()
120
rt5514_spi_burst_read(rt5514_dsp->
buf_rp
,
in rt5514_spi_copy_work()
124
if (rt5514_dsp->
buf_rp
+ period_bytes == rt5514_dsp->buf_limit)
in rt5514_spi_copy_work()
125
rt5514_dsp->
buf_rp
= rt5514_dsp->buf_base;
in rt5514_spi_copy_work()
127
rt5514_dsp->
buf_rp
+= period_bytes;
in rt5514_spi_copy_work()
129
truncated_bytes = rt5514_dsp->buf_limit - rt5514_dsp->
buf_rp
;
in rt5514_spi_copy_work()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5514-spi.c
43
unsigned int buf_base, buf_limit,
buf_rp
;
member
105
if (cur_wp >= rt5514_dsp->
buf_rp
)
in rt5514_spi_copy_work()
106
remain_data = (cur_wp - rt5514_dsp->
buf_rp
);
in rt5514_spi_copy_work()
109
(rt5514_dsp->buf_limit - rt5514_dsp->
buf_rp
) +
in rt5514_spi_copy_work()
118
if (rt5514_dsp->
buf_rp
+ period_bytes <= rt5514_dsp->buf_limit) {
in rt5514_spi_copy_work()
119
rt5514_spi_burst_read(rt5514_dsp->
buf_rp
,
in rt5514_spi_copy_work()
123
if (rt5514_dsp->
buf_rp
+ period_bytes == rt5514_dsp->buf_limit)
in rt5514_spi_copy_work()
124
rt5514_dsp->
buf_rp
= rt5514_dsp->buf_base;
in rt5514_spi_copy_work()
126
rt5514_dsp->
buf_rp
+= period_bytes;
in rt5514_spi_copy_work()
128
truncated_bytes = rt5514_dsp->buf_limit - rt5514_dsp->
buf_rp
;
in rt5514_spi_copy_work()
[all...]
Completed in 1 milliseconds