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:HPI_MAX_ADAPTERS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
hpimsgx.c
26
static hpi_handler_func *hpi_entry_points[
HPI_MAX_ADAPTERS
];
64
if ((phm->adapter_index <
HPI_MAX_ADAPTERS
)
in hw_entry_point()
132
static struct hpi_adapter_response rESP_HPI_ADAPTER_OPEN[
HPI_MAX_ADAPTERS
];
135
rESP_HPI_OSTREAM_OPEN[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
138
rESP_HPI_ISTREAM_OPEN[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
140
static struct hpi_mixer_response rESP_HPI_MIXER_OPEN[
HPI_MAX_ADAPTERS
];
142
static struct adapter_info aDAPTER_INFO[
HPI_MAX_ADAPTERS
];
146
outstream_user_open[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
149
instream_user_open[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
315
if (phm->adapter_index >=
HPI_MAX_ADAPTERS
in hpi_send_recv_ex()
[all...]
H
A
D
hpicmn.c
24
struct hpi_adapter_obj adapter[
HPI_MAX_ADAPTERS
];
66
if (pao->index >=
HPI_MAX_ADAPTERS
) {
in hpi_add_adapter()
73
for (a =
HPI_MAX_ADAPTERS
- 1; a >= 0; a--) {
in hpi_add_adapter()
114
* @adapter_index: value in [0,
HPI_MAX_ADAPTERS
[
120
if (adapter_index >=
HPI_MAX_ADAPTERS
) {
in hpi_find_adapter()
158
for (index = 0; index <
HPI_MAX_ADAPTERS
; index++) {
in subsys_get_adapter()
166
if (index <
HPI_MAX_ADAPTERS
) {
in subsys_get_adapter()
H
A
D
hpioctl.c
53
static struct hpi_adapter adapters[
HPI_MAX_ADAPTERS
];
61
if ((phm->adapter_index >=
HPI_MAX_ADAPTERS
)
in hpi_send_recv_f()
H
A
D
hpi.h
1081
#define
HPI_MAX_ADAPTERS
20
macro
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
hpimsgx.c
26
static hpi_handler_func *hpi_entry_points[
HPI_MAX_ADAPTERS
];
64
if ((phm->adapter_index <
HPI_MAX_ADAPTERS
)
in hw_entry_point()
127
static struct hpi_adapter_response rESP_HPI_ADAPTER_OPEN[
HPI_MAX_ADAPTERS
];
130
rESP_HPI_OSTREAM_OPEN[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
133
rESP_HPI_ISTREAM_OPEN[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
135
static struct hpi_mixer_response rESP_HPI_MIXER_OPEN[
HPI_MAX_ADAPTERS
];
137
static struct adapter_info aDAPTER_INFO[
HPI_MAX_ADAPTERS
];
141
outstream_user_open[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
144
instream_user_open[
HPI_MAX_ADAPTERS
][HPI_MAX_STREAMS];
310
if (phm->adapter_index >=
HPI_MAX_ADAPTERS
in hpi_send_recv_ex()
[all...]
H
A
D
hpicmn.c
24
struct hpi_adapter_obj adapter[
HPI_MAX_ADAPTERS
];
66
if (pao->index >=
HPI_MAX_ADAPTERS
) {
in hpi_add_adapter()
73
for (a =
HPI_MAX_ADAPTERS
- 1; a >= 0; a--) {
in hpi_add_adapter()
114
* @adapter_index: value in [0,
HPI_MAX_ADAPTERS
[
120
if (adapter_index >=
HPI_MAX_ADAPTERS
) {
in hpi_find_adapter()
158
for (index = 0; index <
HPI_MAX_ADAPTERS
; index++) {
in subsys_get_adapter()
166
if (index <
HPI_MAX_ADAPTERS
) {
in subsys_get_adapter()
H
A
D
hpioctl.c
53
static struct hpi_adapter adapters[
HPI_MAX_ADAPTERS
];
61
if ((phm->adapter_index >=
HPI_MAX_ADAPTERS
)
in hpi_send_recv_f()
H
A
D
hpi.h
1081
#define
HPI_MAX_ADAPTERS
20
macro
Completed in 9 milliseconds