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:buffer_tail
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
imx-audio-rpmsg.c
41
msg->r_msg.param.
buffer_tail
=
in imx_audio_rpmsg_cb()
42
r_msg->param.
buffer_tail
;
in imx_audio_rpmsg_cb()
43
msg->r_msg.param.
buffer_tail
%= info->num_period[TX];
in imx_audio_rpmsg_cb()
50
msg->r_msg.param.
buffer_tail
=
in imx_audio_rpmsg_cb()
51
r_msg->param.
buffer_tail
;
in imx_audio_rpmsg_cb()
52
msg->r_msg.param.
buffer_tail
%= info->num_period[1];
in imx_audio_rpmsg_cb()
H
A
D
imx-pcm-rpmsg.c
196
int
buffer_tail
= 0;
in imx_rpmsg_pcm_pointer()
local
203
buffer_tail
= msg->r_msg.param.
buffer_tail
;
in imx_rpmsg_pcm_pointer()
204
pos =
buffer_tail
* snd_pcm_lib_period_bytes(substream);
in imx_rpmsg_pcm_pointer()
246
info->msg[cmd].s_msg.param.
buffer_tail
= 0;
in imx_rpmsg_pcm_open()
247
info->msg[cmd].r_msg.param.
buffer_tail
= 0;
in imx_rpmsg_pcm_open()
256
info->msg[cmd].s_msg.param.
buffer_tail
= 0;
in imx_rpmsg_pcm_open()
257
info->msg[cmd].r_msg.param.
buffer_tail
= 0;
in imx_rpmsg_pcm_open()
368
msg->s_msg.param.
buffer_tail
= 0;
in imx_rpmsg_prepare_and_submit()
442
info->msg[cmd].s_msg.param.
buffer_tail
in imx_rpmsg_terminate_all()
527
int
buffer_tail
= 0;
imx_rpmsg_pcm_ack()
local
[all...]
H
A
D
imx-pcm-rpmsg.h
73
* | | | | | Data[19-22]:
buffer_tail
| |
98
* | | | | | Data[19-22]:
buffer_tail
| |
109
* | | | | | Data[19-22]:
buffer_tail
| |
134
* | | | | | Data[19-22]:
buffer_tail
| |
145
* | | | | | Data[19-22]:
buffer_tail
| |
386
* @
buffer_tail
: current period index
396
unsigned int
buffer_tail
;
member
409
* @
buffer_tail
: current period index
419
unsigned int
buffer_tail
;
member
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
ohci.c
136
struct descriptor_buffer *
buffer_tail
;
member
1186
ctx->
buffer_tail
= list_entry(ctx->buffer_list.next,
in context_init()
1197
memset(ctx->
buffer_tail
->buffer, 0, sizeof(*ctx->
buffer_tail
->buffer));
in context_init()
1198
ctx->
buffer_tail
->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST);
in context_init()
1199
ctx->
buffer_tail
->buffer->transfer_status = cpu_to_le16(0x8011);
in context_init()
1200
ctx->
buffer_tail
->used += sizeof(*ctx->
buffer_tail
->buffer);
in context_init()
1201
ctx->last = ctx->
buffer_tail
->buffer;
in context_init()
1202
ctx->prev = ctx->
buffer_tail
in context_init()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
ohci.c
136
struct descriptor_buffer *
buffer_tail
;
member
1188
ctx->
buffer_tail
= list_entry(ctx->buffer_list.next,
in context_init()
1199
memset(ctx->
buffer_tail
->buffer, 0, sizeof(*ctx->
buffer_tail
->buffer));
in context_init()
1200
ctx->
buffer_tail
->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST);
in context_init()
1201
ctx->
buffer_tail
->buffer->transfer_status = cpu_to_le16(0x8011);
in context_init()
1202
ctx->
buffer_tail
->used += sizeof(*ctx->
buffer_tail
->buffer);
in context_init()
1203
ctx->last = ctx->
buffer_tail
->buffer;
in context_init()
1204
ctx->prev = ctx->
buffer_tail
in context_init()
[all...]
Completed in 10 milliseconds