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:ac97_sdin
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/
H
A
D
intel8x0.c
372
unsigned int
ac97_sdin
[3];
member
482
codec = chip->codec_bit[chip->
ac97_sdin
[codec]];
in snd_intel8x0_codec_semaphore()
2171
chip->
ac97_sdin
[codecs] =
in snd_intel8x0_mixer()
2173
if (snd_BUG_ON(chip->
ac97_sdin
[codecs] >= 3))
in snd_intel8x0_mixer()
2174
chip->
ac97_sdin
[codecs] = 0;
in snd_intel8x0_mixer()
2176
chip->
ac97_sdin
[codecs] = i;
in snd_intel8x0_mixer()
2252
tmp |= chip->
ac97_sdin
[0] << ICH_DI1L_SHIFT;
in snd_intel8x0_mixer()
2255
tmp |= chip->
ac97_sdin
[pcm->r[0].codec[1]->num] << ICH_DI2L_SHIFT;
in snd_intel8x0_mixer()
2432
status |= chip->codec_bit[chip->
ac97_sdin
[i]];
in snd_intel8x0_ich_chip_init()
2814
chip->
ac97_sdin
[
in snd_intel8x0_proc_read()
[all...]
/kernel/linux/linux-5.10/sound/pci/
H
A
D
intel8x0.c
395
unsigned int
ac97_sdin
[3];
member
505
codec = chip->codec_bit[chip->
ac97_sdin
[codec]];
in snd_intel8x0_codec_semaphore()
2191
chip->
ac97_sdin
[codecs] =
in snd_intel8x0_mixer()
2193
if (snd_BUG_ON(chip->
ac97_sdin
[codecs] >= 3))
in snd_intel8x0_mixer()
2194
chip->
ac97_sdin
[codecs] = 0;
in snd_intel8x0_mixer()
2196
chip->
ac97_sdin
[codecs] = i;
in snd_intel8x0_mixer()
2270
tmp |= chip->
ac97_sdin
[0] << ICH_DI1L_SHIFT;
in snd_intel8x0_mixer()
2273
tmp |= chip->
ac97_sdin
[pcm->r[0].codec[1]->num] << ICH_DI2L_SHIFT;
in snd_intel8x0_mixer()
2450
status |= chip->codec_bit[chip->
ac97_sdin
[i]];
in snd_intel8x0_ich_chip_init()
2837
chip->
ac97_sdin
[
in snd_intel8x0_proc_read()
[all...]
Completed in 8 milliseconds