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:RX_PERIOD_DONE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
imx-audio-rpmsg.c
47
case
RX_PERIOD_DONE
:
in imx_audio_rpmsg_cb()
49
msg = &info->msg[
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM];
in imx_audio_rpmsg_cb()
H
A
D
imx-pcm-rpmsg.c
201
msg = &info->msg[
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM];
in imx_rpmsg_pcm_pointer()
221
msg = &info->msg[
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM];
in imx_rpmsg_timer_callback()
222
msg->s_msg.header.cmd =
RX_PERIOD_DONE
;
in imx_rpmsg_timer_callback()
255
cmd =
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM;
in imx_rpmsg_pcm_open()
449
cmd =
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM;
in imx_rpmsg_terminate_all()
537
msg = &info->msg[
RX_PERIOD_DONE
+ MSG_TYPE_A_NUM];
in imx_rpmsg_pcm_ack()
538
msg->s_msg.header.cmd =
RX_PERIOD_DONE
;
in imx_rpmsg_pcm_ack()
662
work_of_rpmsg->msg.s_msg.header.cmd ==
RX_PERIOD_DONE
))
in imx_rpmsg_pcm_work()
H
A
D
imx-pcm-rpmsg.h
313
#define
RX_PERIOD_DONE
0x1
macro
Completed in 4 milliseconds