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:SPDIFRX_CHANNELS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/atmel/
H
A
D
mchp-spdifrx.c
210
#define
SPDIFRX_CHANNELS
2
macro
223
struct mchp_spdifrx_ch_stat ch_stat[
SPDIFRX_CHANNELS
];
224
struct mchp_spdifrx_user_data user_data[
SPDIFRX_CHANNELS
];
295
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdif_interrupt()
303
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdif_interrupt()
377
if (params_channels(params) !=
SPDIFRX_CHANNELS
) {
in mchp_spdifrx_hw_params()
907
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdifrx_dai_probe()
937
.channels_min =
SPDIFRX_CHANNELS
,
938
.channels_max =
SPDIFRX_CHANNELS
,
/kernel/linux/linux-6.6/sound/soc/atmel/
H
A
D
mchp-spdifrx.c
250
#define
SPDIFRX_CHANNELS
2
macro
281
struct mchp_spdifrx_ch_stat ch_stat[
SPDIFRX_CHANNELS
];
282
struct mchp_spdifrx_user_data user_data[
SPDIFRX_CHANNELS
];
362
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdif_interrupt()
370
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdif_interrupt()
444
if (params_channels(params) !=
SPDIFRX_CHANNELS
) {
in mchp_spdifrx_hw_params()
985
for (ch = 0; ch <
SPDIFRX_CHANNELS
; ch++) {
in mchp_spdifrx_dai_probe()
1018
.channels_min =
SPDIFRX_CHANNELS
,
1019
.channels_max =
SPDIFRX_CHANNELS
,
Completed in 4 milliseconds