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:uer_bits
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_mixer.c
758
ucontrol->value.iec958.status[0] = (chip->
uer_bits
>> 0) & 0xff;
in vx_iec958_get()
759
ucontrol->value.iec958.status[1] = (chip->
uer_bits
>> 8) & 0xff;
in vx_iec958_get()
760
ucontrol->value.iec958.status[2] = (chip->
uer_bits
>> 16) & 0xff;
in vx_iec958_get()
761
ucontrol->value.iec958.status[3] = (chip->
uer_bits
>> 24) & 0xff;
in vx_iec958_get()
785
if (chip->
uer_bits
!= val) {
in vx_iec958_put()
786
chip->
uer_bits
= val;
in vx_iec958_put()
H
A
D
vx_core.c
562
chip->
uer_bits
= SNDRV_PCM_DEFAULT_CON_SPDIF;
in vx_reset_board()
581
vx_set_iec958_status(chip, chip->
uer_bits
);
in vx_reset_board()
H
A
D
vx_pcm.c
405
data_mode = (chip->
uer_bits
& IEC958_AES0_NONAUDIO) != 0;
in vx_alloc_pipe()
787
data_mode = (chip->
uer_bits
& IEC958_AES0_NONAUDIO) != 0;
in vx_pcm_prepare()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_mixer.c
758
ucontrol->value.iec958.status[0] = (chip->
uer_bits
>> 0) & 0xff;
in vx_iec958_get()
759
ucontrol->value.iec958.status[1] = (chip->
uer_bits
>> 8) & 0xff;
in vx_iec958_get()
760
ucontrol->value.iec958.status[2] = (chip->
uer_bits
>> 16) & 0xff;
in vx_iec958_get()
761
ucontrol->value.iec958.status[3] = (chip->
uer_bits
>> 24) & 0xff;
in vx_iec958_get()
785
if (chip->
uer_bits
!= val) {
in vx_iec958_put()
786
chip->
uer_bits
= val;
in vx_iec958_put()
H
A
D
vx_core.c
579
chip->
uer_bits
= SNDRV_PCM_DEFAULT_CON_SPDIF;
in vx_reset_board()
598
vx_set_iec958_status(chip, chip->
uer_bits
);
in vx_reset_board()
H
A
D
vx_pcm.c
407
data_mode = (chip->
uer_bits
& IEC958_AES0_NONAUDIO) != 0;
in vx_alloc_pipe()
793
data_mode = (chip->
uer_bits
& IEC958_AES0_NONAUDIO) != 0;
in vx_pcm_prepare()
/kernel/linux/linux-5.10/include/sound/
H
A
D
vx_core.h
177
unsigned int
uer_bits
; /* IEC958 status bits */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
vx_core.h
177
unsigned int
uer_bits
; /* IEC958 status bits */
member
Completed in 11 milliseconds