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:AFE_PORT_MAX
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H
A
D
q6afe.h
8
#define
AFE_PORT_MAX
127
macro
12
#define AFE_MAX_PORTS
AFE_PORT_MAX
H
A
D
q6afe-dai.c
111
struct q6afe_port *port[
AFE_PORT_MAX
];
112
struct q6afe_port_config port_config[
AFE_PORT_MAX
];
113
bool is_port_started[
AFE_PORT_MAX
];
114
struct q6afe_dai_priv_data priv[
AFE_PORT_MAX
];
1606
if (ret || id < 0 || id >=
AFE_PORT_MAX
) {
in of_q6afe_parse_dai_data()
H
A
D
q6afe.c
577
static struct afe_port_map port_maps[
AFE_PORT_MAX
] = {
923
if (index < 0 || index >=
AFE_PORT_MAX
)
in q6afe_get_port_id()
1193
if (index < 0 || index >=
AFE_PORT_MAX
) {
in q6afe_port_stop()
1556
if (id < 0 || id >=
AFE_PORT_MAX
) {
in q6afe_port_get_from_id()
/kernel/linux/linux-6.6/sound/soc/qcom/
H
A
D
sc8280xp.c
20
bool stream_prepared[
AFE_PORT_MAX
];
22
struct sdw_stream_runtime *sruntime[
AFE_PORT_MAX
];
H
A
D
sm8250.c
21
bool stream_prepared[
AFE_PORT_MAX
];
23
struct sdw_stream_runtime *sruntime[
AFE_PORT_MAX
];
H
A
D
sdm845.c
37
bool stream_prepared[
AFE_PORT_MAX
];
42
struct sdw_stream_runtime *sruntime[
AFE_PORT_MAX
];
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
q6afe.h
8
#define
AFE_PORT_MAX
129
macro
12
#define AFE_MAX_PORTS
AFE_PORT_MAX
H
A
D
q6afe-dai.c
30
struct q6afe_port *port[
AFE_PORT_MAX
];
31
struct q6afe_port_config port_config[
AFE_PORT_MAX
];
32
bool is_port_started[
AFE_PORT_MAX
];
33
struct q6afe_dai_priv_data priv[
AFE_PORT_MAX
];
969
if (ret || id < 0 || id >=
AFE_PORT_MAX
) {
in of_q6afe_parse_dai_data()
H
A
D
q6afe.c
579
static struct afe_port_map port_maps[
AFE_PORT_MAX
] = {
929
if (index < 0 || index >=
AFE_PORT_MAX
)
in q6afe_get_port_id()
1198
if (index < 0 || index >=
AFE_PORT_MAX
) {
in q6afe_port_stop()
1561
if (id < 0 || id >=
AFE_PORT_MAX
) {
in q6afe_port_get_from_id()
/kernel/linux/linux-5.10/sound/soc/qcom/
H
A
D
sdm845.c
36
bool stream_prepared[
AFE_PORT_MAX
];
41
struct sdw_stream_runtime *sruntime[
AFE_PORT_MAX
];
Completed in 12 milliseconds