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:MIXART_MAX_CARDS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart.h
48
#define
MIXART_MAX_CARDS
4
macro
51
#define MIXART_MAX_PHYS_CONNECTORS (
MIXART_MAX_CARDS
* 2 * 2) /* 4 * stereo * (analog+digital) */
55
struct snd_mixart *chip[
MIXART_MAX_CARDS
];
H
A
D
mixart_core.h
257
struct mixart_sample_pos streams[MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
];
447
#define MIXART_MAX_PHYS_IO (
MIXART_MAX_CARDS
* 2 * 2) /* 4 * (analog+digital) * (playback+capture) */
H
A
D
mixart.c
1309
mgr->num_cards =
MIXART_MAX_CARDS
; /* 4 FIXME: configurable? */
in snd_mixart_probe()
1357
size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
*
in snd_mixart_probe()
1368
size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
*
in snd_mixart_probe()
H
A
D
mixart_hwdep.c
290
if (phys_io.nb_uid <
MIXART_MAX_CARDS
* 2)
in mixart_enum_physio()
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart.h
48
#define
MIXART_MAX_CARDS
4
macro
51
#define MIXART_MAX_PHYS_CONNECTORS (
MIXART_MAX_CARDS
* 2 * 2) /* 4 * stereo * (analog+digital) */
55
struct snd_mixart *chip[
MIXART_MAX_CARDS
];
H
A
D
mixart.c
1313
mgr->num_cards =
MIXART_MAX_CARDS
; /* 4 FIXME: configurable? */
in snd_mixart_probe()
1363
size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
*
in snd_mixart_probe()
1374
size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
*
in snd_mixart_probe()
H
A
D
mixart_core.h
257
* having MIXART_MAX_STREAM_PER_CARD *
MIXART_MAX_CARDS
many streams,
454
#define MIXART_MAX_PHYS_IO (
MIXART_MAX_CARDS
* 2 * 2) /* 4 * (analog+digital) * (playback+capture) */
H
A
D
mixart_hwdep.c
291
if (phys_io.nb_uid <
MIXART_MAX_CARDS
* 2)
in mixart_enum_physio()
Completed in 8 milliseconds