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:txcif
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra30_ahub.c
205
int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *
txcif
,
in tegra30_ahub_allocate_tx_fifo()
argument
220
*
txcif
= TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel;
in tegra30_ahub_allocate_tx_fifo()
259
int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_enable_tx_fifo()
argument
261
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_enable_tx_fifo()
278
int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_disable_tx_fifo()
argument
280
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_disable_tx_fifo()
297
int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_free_tx_fifo()
argument
299
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_free_tx_fifo()
308
enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_set_rx_cif_source()
317
tegra30_audio_write(reg, 1 <<
txcif
);
in tegra30_ahub_set_rx_cif_source()
307
tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, enum tegra30_ahub_
txcif
txcif
)
tegra30_ahub_set_rx_cif_source()
argument
[all...]
H
A
D
tegra30_ahub.h
463
extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *
txcif
,
466
extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif
txcif
);
467
extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif
txcif
);
468
extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif
txcif
);
471
enum tegra30_ahub_txcif
txcif
);
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra30_ahub.c
189
int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *
txcif
,
in tegra30_ahub_allocate_tx_fifo()
argument
204
*
txcif
= TEGRA30_AHUB_TXCIF_APBIF_TX0 + channel;
in tegra30_ahub_allocate_tx_fifo()
243
int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_enable_tx_fifo()
argument
245
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_enable_tx_fifo()
262
int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_disable_tx_fifo()
argument
264
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_disable_tx_fifo()
281
int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_free_tx_fifo()
argument
283
int channel =
txcif
- TEGRA30_AHUB_TXCIF_APBIF_TX0;
in tegra30_ahub_free_tx_fifo()
292
enum tegra30_ahub_txcif
txcif
)
in tegra30_ahub_set_rx_cif_source()
301
tegra30_audio_write(reg, 1 <<
txcif
);
in tegra30_ahub_set_rx_cif_source()
291
tegra30_ahub_set_rx_cif_source(enum tegra30_ahub_rxcif rxcif, enum tegra30_ahub_
txcif
txcif
)
tegra30_ahub_set_rx_cif_source()
argument
[all...]
H
A
D
tegra30_ahub.h
463
extern int tegra30_ahub_allocate_tx_fifo(enum tegra30_ahub_txcif *
txcif
,
466
extern int tegra30_ahub_enable_tx_fifo(enum tegra30_ahub_txcif
txcif
);
467
extern int tegra30_ahub_disable_tx_fifo(enum tegra30_ahub_txcif
txcif
);
468
extern int tegra30_ahub_free_tx_fifo(enum tegra30_ahub_txcif
txcif
);
471
enum tegra30_ahub_txcif
txcif
);
Completed in 5 milliseconds