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:board_has_aes1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H
A
D
pcxhr_mix22.c
360
if (!mgr->
board_has_aes1
)
in hr222_sub_set_clock()
416
} else if (clock_type == HR22_CLOCK_TYPE_AES_1 && mgr->
board_has_aes1
) {
in hr222_get_external_clock()
590
if (chip->mgr->
board_has_aes1
) {
in hr222_set_audio_source()
628
unsigned char mask = chip->mgr->
board_has_aes1
?
in hr222_iec958_capture_byte()
H
A
D
pcxhr.h
83
unsigned int
board_has_aes1
:1; /* if 1 board has AES1 plug and SRC */
member
H
A
D
pcxhr_mixer.c
645
if (chip->mgr->
board_has_aes1
) {
in pcxhr_audio_src_info()
667
if (chip->mgr->
board_has_aes1
) {
in pcxhr_audio_src_put()
727
if (mgr->
board_has_aes1
) {
in pcxhr_clock_type_info()
756
if (mgr->
board_has_aes1
) {
in pcxhr_clock_type_put()
H
A
D
pcxhr.c
1532
mgr->
board_has_aes1
= PCXHR_BOARD_HAS_AES1(mgr);
in pcxhr_probe()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H
A
D
pcxhr_mix22.c
360
if (!mgr->
board_has_aes1
)
in hr222_sub_set_clock()
416
} else if (clock_type == HR22_CLOCK_TYPE_AES_1 && mgr->
board_has_aes1
) {
in hr222_get_external_clock()
590
if (chip->mgr->
board_has_aes1
) {
in hr222_set_audio_source()
628
unsigned char mask = chip->mgr->
board_has_aes1
?
in hr222_iec958_capture_byte()
H
A
D
pcxhr.h
83
unsigned int
board_has_aes1
:1; /* if 1 board has AES1 plug and SRC */
member
H
A
D
pcxhr_mixer.c
645
if (chip->mgr->
board_has_aes1
) {
in pcxhr_audio_src_info()
667
if (chip->mgr->
board_has_aes1
) {
in pcxhr_audio_src_put()
727
if (mgr->
board_has_aes1
) {
in pcxhr_clock_type_info()
756
if (mgr->
board_has_aes1
) {
in pcxhr_clock_type_put()
H
A
D
pcxhr.c
1533
mgr->
board_has_aes1
= PCXHR_BOARD_HAS_AES1(mgr);
in pcxhr_probe()
Completed in 11 milliseconds