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
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H
A
D
q6adm.c
38
int
afe_port
;
member
99
if ((port_idx == c->
afe_port
) && (copp_idx == c->copp_idx)) {
in q6adm_find_copp()
119
clear_bit(c->copp_idx, &adm->copp_bitmap[c->
afe_port
]);
in q6adm_free_copp()
229
c->
afe_port
= port_idx;
in q6adm_alloc_copp()
309
if ((port_id == c->
afe_port
) && (topology == c->topology) &&
in q6adm_find_matching_copp()
326
int
afe_port
= q6afe_get_port_id(port_id);
in q6adm_device_open()
local
342
pkt->hdr.src_port =
afe_port
;
in q6adm_device_open()
343
pkt->hdr.dest_port =
afe_port
;
in q6adm_device_open()
348
open->endpoint_id_1 =
afe_port
;
in q6adm_device_open()
573
ret = q6adm_device_close(adm, copp, copp->
afe_port
, cop
in q6adm_close()
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
q6adm.c
38
int
afe_port
;
member
99
if ((port_idx == c->
afe_port
) && (copp_idx == c->copp_idx)) {
in q6adm_find_copp()
119
clear_bit(c->copp_idx, &adm->copp_bitmap[c->
afe_port
]);
in q6adm_free_copp()
229
c->
afe_port
= port_idx;
in q6adm_alloc_copp()
309
if ((port_id == c->
afe_port
) && (topology == c->topology) &&
in q6adm_find_matching_copp()
326
int
afe_port
= q6afe_get_port_id(port_id);
in q6adm_device_open()
local
342
pkt->hdr.src_port =
afe_port
;
in q6adm_device_open()
343
pkt->hdr.dest_port =
afe_port
;
in q6adm_device_open()
348
open->endpoint_id_1 =
afe_port
;
in q6adm_device_open()
573
ret = q6adm_device_close(adm, copp, copp->
afe_port
, cop
in q6adm_close()
[all...]
Completed in 4 milliseconds